Learn R Programming

cvms (version 1.7.0)

cvms-package: cvms: A package for cross-validating regression and classification models

Description

Perform (repeated) cross-validation on a list of model formulas. Validate the best model on a validation set. Perform baseline evaluations on your test set. Generate model formulas by combining your fixed effects. Evaluate predictions from an external model.

Arguments

Author

Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk

Details

Returns results in a tibble for easy comparison, reporting and further analysis.

The main functions are: cross_validate(), cross_validate_fn(), validate(), validate_fn(), baseline(), and evaluate().

See Also