View source: R/forest_model_m.R
forest_model_m | R Documentation |
This is used to make data for plots
forest_model_m( model, panels = default_forest_panels(model, factor_separate_line = factor_separate_line), covariates = NULL, exponentiate = NULL, funcs = NULL, factor_separate_line = FALSE, format_options = forest_model_format_options(), theme = theme_forest(), limits = NULL, breaks = NULL, return_data = FALSE, recalculate_width = TRUE, recalculate_height = TRUE, model_list = NULL, merge_models = FALSE, exclude_infinite_cis = TRUE )
model |
model |
changed some things in the broom coef where it won't correctly give values
data for plot
# something #forest_model_m(model = fit_mul, return_data = T, factor_separate_line = T, exponentiate = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.