View source: R/LPM_AIC_CV_50Split.R
LPM_AIC_CV_50Split | R Documentation |
LPM_AIC_CV_50Split
estimates the error variance with the test set RMSE across 1000 data splits
LPM_AIC_CV_50Split(XMat, yVec, numCV = 1000)
XMat |
a n by p numeric matrix |
yVec |
a n by 1 numeric vector |
numCV |
number of cross validation splits (default is 1000) The best way to understand how the function is to break apart the name.
This is very similar to the refitted cross validation method from \insertCitefan2012varianceMAIL |
fan2012varianceMAIL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.