Description Usage Arguments Details
This will typically not be used by the end-user.
1 | construct_fitting_call(model, data_name = "training", ...)
|
model |
the model in question |
data_name |
character string specifying the name of the data frame used for the refitting. This object must be defined in the environment in which the call is being made. |
... |
(not used) |
This provides a way to refit a model on either resampled or sub-sampled data.
Not all model architectures support this. If not, then you can't use mod_ensemble
or mod_cv
,
or use the bootstrap=
argument in any of the other functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.