model_apply | R Documentation |
Applies a method to the input dataset
model_apply(M, D, ...)
M |
a 'method' object |
D |
another object used by the first |
... |
other optional inputs |
Returns a modified method object
M = example_model()
M = model_apply(M,iris_DatasetExperiment())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.