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, bag.fn = mean, n.cores = 1, ...)

## 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

bag.fn

Function to use to average predictions of different models

n.cores

Integer: Number of cores to use


egenn/rtemis documentation built on March 28, 2024, 12:53 p.m.