forest_model_m: Creates data for forestplot, 99 pct of code from the...

View source: R/forest_model_m.R

forest_model_mR Documentation

Creates data for forestplot, 99 pct of code from the forestmodel package

Description

This is used to make data for plots

Usage

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
)

Arguments

model

model

Details

changed some things in the broom coef where it won't correctly give values

Value

data for plot

Examples

# something

#forest_model_m(model = fit_mul, return_data = T, factor_separate_line = T, exponentiate = T)


LarsHernandez/multiforrest documentation built on Oct. 31, 2022, 6:41 a.m.