mforestmodel: Creates multivariate forestplot

View source: R/mforestmodel.R

mforestmodelR Documentation

Creates multivariate forestplot

Description

This is used to make data for plots

Usage

mforestmodel(
  data,
  pala = "grey25",
  palb = "grey75",
  lim = c(-2.6, 4),
  dependent = "delta",
  legend_position = "none",
  header = NULL,
  spaces = NULL,
  est_family = "poisson",
  p_ci = 1,
  p_eps = 0.001
)

Arguments

data

data to use models

Details

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

Value

data for plot

Examples

# something



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