bodyBuildeR: Table Body Builder

Description Usage Arguments

View source: R/bodyBuildeR.R

Description

Table Body Builder

Usage

1
2
3
4
5
6
7
8
9
bodyBuildeR(
  matListoLists = NULL,
  matList = NULL,
  mat = NULL,
  analysis = "cfa",
  multiOutcome = NULL,
  outcomeNames = names(matList),
  stars = NULL
)

Arguments

matListoLists

if list (elements = outcomes) of sublists (elements = models) of results

matList

if list (elements = models) of matrices (all same outcome)

mat

Name of result summary matrix to look for in environment...Format: <outcome>_<analysis>_<model>

multiOutcome

Multiple outcomes in same table? TRUE/FALSE

outcomeNames

Names of outcomes for table column names

stars

Signficance stars in place of p-values? TRUE/FALSE

matModelName

Predictor model names; separates sets of predictors, which are in rows, if multiple sets in same table


enaY15/TabulationAutomation documentation built on March 18, 2020, 8:35 p.m.