holdout | R Documentation |
Some tests of different cv techniques...
holdout(x, y, perc, R = 1)
x<-rnorm(1000,10,2)
y<-x+rnorm(1000,0,2)
holdout(x,y,0.75,1000)
loo(x,y)
Holdout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.