TrtDataObj-class: An S4 class containing treatment, covariates and response

Description Usage Arguments Methods (by generic) Slots See Also

Description

An S4 class containing treatment, covariates and response

Usage

1
2
## S4 method for signature 'TrtDataObj'
show(object)

Arguments

object

A TrtDataObj object.

Methods (by generic)

Slots

trtResp

A numeric vector, the response under assigned treatment

trtLabl

A factor vector, the assigned treatment label

X

A numeric matrix. Containing all the variables.

trtLevl

A character vector of length two, two treatment labels

trtTrue

A factor vector, true the better treatment

sample.weight

A numeric vector, indicating the weight of a sample in performance evaluation

sample.inclsn

A logical vector, indicating whether a sample is included in performance evaluation

See Also

TrtDataObj-class
TrtDataIdeal-class
wClsObj-class
RegObj-class
ModelObj-class
ModelEnsembleObj-class
cvGrid-class
cvKfold-class
workflow-class


SkadiEye/ITRlearn documentation built on May 24, 2019, 1:31 a.m.