holdout: Some tests of different cv techniques...

View source: R/cv_compare.R

holdoutR Documentation

Some tests of different cv techniques...

Description

Some tests of different cv techniques...

Usage

holdout(x, y, perc, R = 1)

Examples

x<-rnorm(1000,10,2)
y<-x+rnorm(1000,0,2)
holdout(x,y,0.75,1000)
loo(x,y)
Holdout

jhollist/miscPackage documentation built on Nov. 26, 2024, 5:34 p.m.