construct_fitting_call {mosaicModel} | R Documentation |
Construct a call for refitting a model from the model itself
Description
This will typically not be used by the end-user.
Usage
construct_fitting_call(model, data_name = "training", ...)
Arguments
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) |
Details
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.
[Package mosaicModel version 0.3.0 Index]