powered by
Plots the validation criteria against the lambda values.
# S3 method for cv.rq.group.pen plot(x,y=NULL,...)
cv.rq.group.pen object.
holder value to match up with default plot program
Additional values to function, but not currently used
Ben Sherwood
if (FALSE) { x <- matrix(rnorm(400),nrow=100) y <- 1 + x[,1] - 3*x[,3] + rnorm(100) cv_model <- cv.rq.group.pen(x,y,groups=c(rep(1,2),rep(2,2))) plot(cv_model) }
Run the code above in your browser using DataLab