rtModCV-methods: S3 methods for 'rtModCV' class that differ from those of the...

rtModCV-methodsR Documentation

S3 methods for rtModCV class that differ from those of the rtMod superclass

Description

S3 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

Usage

## 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, ...)

Arguments

x

rtModCV object

...

Not used

object

rtModCV 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 is "avg", the mode of the predictions is returned.

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


egenn/rtemis documentation built on Sept. 30, 2024, 4:13 p.m.