Description Usage Examples
View source: R/Cross Validation.R
Cross Validation
1
cv(data, test = 0.3, train = 0.7, valid = 0, print = F)
1 2 3 4
data<-cv(iris,0.2,0.8,print=TRUE) a<-NULL for(i in 1:length(data)) a[i]<-nrow(data[[i]])
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.