View source: R/cross-validation.R
loo_pred | R Documentation |
Obtain Leave-one-Out Predictions from a Single Model
loo_pred(fit)
fit |
A fitted model object of class |
A matrix
object with columns storing values for each record and rows storing the predicted value for
the left out observation and the AICc value (given by MuMIn::AICc()
) of the model fitted after leaving the data point out.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.