Skip to contents

Returns the Brier Score for a given model

Usage

brierScore(object, ...)

Arguments

object

to calculate Brier Score for.

...

additional options.

Value

A numeric Brier score or a data.frame of scores over time.

See also

Examples

if (FALSE) { # \dontrun{
brierScore(survival_quantities)
} # }