model_apply {struct} | R Documentation |
Applies a method to the input dataset
model_apply(M, D)
M |
a 'method' object |
D |
another object used by the first |
Returns a modified method object
M = example_model() M = model_apply(M,iris_DatasetExperiment())