cv(object, folds =10,...)## S3 method for class 'cv'print(x,...)## S3 method for class 'cv'summary(object,...)## S3 method for class 'cv'plot(x, y,...)## S3 method for class 'cv'ggplot(data, mapping =NULL,..., environment = parent.frame())
Arguments
object: A model object.
folds: The number of cross-validation folds to use. Defaults to folds = 10.
...: Other arguments to be passed through to methods.