te_model_fitter-class function

Outcome Model Fitter Class

Outcome Model Fitter Class

This is a virtual class which other outcome model fitter classes should inherit from. Objects of these class exist to define how the outcome models are fit. They are used for the dispatch of the internal methods fit_outcome_model , fit_weights_model and predict . class

See Also

Other model_fitter: parsnip_model(), stats_glm_logit()