kfold_cv_lm_seq | R Documentation |
K-fold cross-validation for lm - sequential version
kfold_cv_lm_seq(X, y, k = 5)
X |
[numeric] Design matrix |
y |
[numeric] Observed response vector |
k |
[numeric] Number of folds |
[numeric] MSE provided by lm() R function through k-fold Cross-Validation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.