trainData<-,S4Model-method {PDATK} | R Documentation |
S4Model
ObjectAccessor for the Training Data in a S4Model
Object
## S4 replacement method for signature 'S4Model' trainData(object) <- value
object |
An |
value |
An object to put into the model training data. |
The training data for an S4Model
Object.