View source: R/te_stats_glm_logit.R
stats_glm_logit | R Documentation |
stats::glm
stats_glm_logit(save_path)
save_path |
Directory to save models. Set to |
Specify that the pooled logistic regression outcome models should be fit using stats::glm with family = binomial(link = "logit")
.
Outcome models additional calculate robust variance estimates using sandwich::vcovCL
.
An object of class te_stats_glm_logit
inheriting from te_model_fitter which is used for
dispatching methods for the fitting models.
Other model_fitter:
parsnip_model()
,
te_model_fitter-class
stats_glm_logit(save_path = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.