
Last chance! 50% off unlimited learning
Sale ends in
estim.regul
function.## S3 method for class 'estim.regul':
image(x, col = heat.colors, \ldots)
estim.regul
.terrain.colors
, topo.colors
,
rainbow<
image.estim.regul
creates an image map of the matrix
object$mat
containing the cross-validation
score obtained by the estim.regul
function.
Also a color scales strip is plotted.estim.regul
, image
.data(nutrimouse)
X <- nutrimouse$lipid
Y <- nutrimouse$gene
## this can take some seconds
cv.score <- estim.regul(X, Y, validation = "Mfold", plt = FALSE)
image(cv.score)
Run the code above in your browser using DataLab