rtModCV-methods | R Documentation |
rtModCV
class that differ from those of the rtMod
superclassS3 methods for rtModCV
class that differ from those of the rtMod
superclass
plot.rtModCV
: plot
method for rtModCV
object
summary.rtModCV
: summary
method for rtModCV
object
predict.rtModCV
: predict
method for rtModCV
object
describe
method for rtModCV
object
## S3 method for class 'rtModCV'
plot(x, ...)
## S3 method for class 'rtModCV'
summary(object, ...)
## S3 method for class 'rtModCV'
predict(
object,
newdata,
which.repeat = 1,
classification.output = c("prob", "class"),
output = c("array", "avg"),
...
)
## S3 method for class 'rtModCV'
describe(object, ...)
x |
|
... |
Not used |
object |
|
newdata |
Set of predictors to use |
which.repeat |
Integer: Which repeat to use for prediction |
classification.output |
Character: "prob" or "class" for classification models
If "class" and |
output |
Character: "matrix" or "avg". Produce either a matrix with predictions of each model in different columns, or the mean/mode of the predictions across models |
n.cores |
Integer: Number of cores to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.