scoring_rules | R Documentation |
Calculates the logarithmic, quadratic/Brier and spherical based on a fitted mixed model for categorical data.
scoring_rules(object, newdata, newdata2 = NULL, max_count = 2000,
return_newdata = FALSE)
object |
an object inheriting from class |
newdata |
a data.frame based on which to estimate the random effect and calculate predictions. It should contain the response variable. |
newdata2 |
a data.frame based on which to estimate the random effect and calculate predictions. It should contain the response variable. |
max_count |
numeric scalar denoting the maximum count up to which to calculate probabilities; this is relevant for count response data. |
return_newdata |
logical; if |
A data.frame with (extra) columns the values of the logarithmic, quadratic and spherical
scoring rules calculated based on the fitted model and the observed responses in
newdata
or newdata2
.
Dimitris Rizopoulos d.rizopoulos@erasmusmc.nl
Carvalho, A. (2016). An overview of applications of proper scoring rules. Decision Analysis 13, 223–242. doi:10.1287/deca.2016.0337
mixed_model
,
predict.MixMod
NA
NA
NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.