#' List of models supported by {stargazer}
#'
#' @return All the models supported by {stargazer}, see the list here: https://rdrr.io/cran/stargazer/man/stargazer_models.html
#'
#' @examples NULL
models_supported_stargazer <- c('ivreg', 'tobit', 'betareg', 'brglm', 'censReg', 'dynlm', 'aftreg', 'coxreg', 'mlreg', 'phreg', 'weibreg', 'maBina', 'ergm', 'garchFit', 'gee', 'hetglm', 'gmm', 'felm', 'glmer', 'lmer', 'nlmer', 'coeftest', 'polr', 'rlm', 'survreg', 'mclogit', 'gam', 'mlogit', 'mnlogit', 'gls', 'lme', 'nlme', 'multinom', 'clm', 'pgmm', 'plm', 'pmg', 'hurdle', 'zeroinfl', 'bj', 'cph', 'Glm', 'Gls', 'lrm', 'ols', 'psm', 'Rq', 'rem.dyad', 'quantreg', 'glmrob', 'lmrob', 'binaryChoice', 'heckit', 'probit', 'selection', 'errorsarlm', 'largarlm', 'arima', 'glm', 'lm', 'svyglm', 'coxph', 'clogit', 'survreg', 'relogit', 'cloglog.net', 'gamma.net', 'probit.net', 'logit.net')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.