powered by
image
## S3 method for class 'resample': image(x, col, ...)## S3 method for class 'crossval': image(x, col, ...)
## S3 method for class 'crossval': image(x, col, ...)
resample
x
plot
emil
image(resample("holdout", 60, frac=1/3, nfold=20)) y <- gl(2, 30) image(resample("crossval", y, nfold=3, nrep=8), col=y)
Run the code above in your browser using DataLab