powered by
stats::glm
stats_glm_logit(save_path)
An object of class te_stats_glm_logit inheriting from te_model_fitter which is used for dispatching methods for the fitting models.
te_stats_glm_logit
Directory to save models. Set to NA if models should not be saved.
NA
Specify that the pooled logistic regression outcome models should be fit using stats::glm with family = binomial(link = "logit").
family = binomial(link = "logit")
Outcome models additional calculate robust variance estimates using sandwich::vcovCL.
sandwich::vcovCL
Other model_fitter: parsnip_model(), te_model_fitter-class
parsnip_model()
te_model_fitter-class
stats_glm_logit(save_path = tempdir())
Run the code above in your browser using DataLab