construct_fitting_call: Construct a call for refitting a model from the model itself

Description Usage Arguments Details

Description

This will typically not be used by the end-user.

Usage

1
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.


mosaicModel documentation built on May 2, 2019, 7:59 a.m.