combinedLaTeXtableR: Combined LaTeX Table Maker

Description Usage Arguments

Description

Combined LaTeX Table Maker

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
combinedLaTeXtableR(
  analysis,
  outcomes,
  outcomeSet,
  outcomeNameVector = NULL,
  modelPredictorNamesList,
  stars = TRUE,
  stats,
  statsNames = NULL,
  basic = TRUE,
  multiOutcome = TRUE,
  outcomeAbbreviationNote = NULL,
  minDecimals = 2,
  n.roundDigits = 2
)

Arguments

analysis

Analysis that produced data for regression analyses: "cfa", "bf", or "lca"

outcomes

Vector of formal object names of outcome variables

outcomeSet

Name for group of outcome variables

outcomeNameVector

Vector of full "pretty" outcome names

modelPredictorNamesList

Vector of names that represent models with different sets of predictors (IDs names of results matrices)

stars

Whether to substitute stars for numerical p-values

stats

Statistics of interest from results, e.g., c('Estimate', 'Std. Error', 'Pr(>|t|)')

statsNames

Vector: Specify if want syntax output to have prettier names than ones native to results output

basic

Combine columns so stars and estimates in single column? TRUE/FALSE

multiOutcome

Multiple outcomes in same table? TRUE/FALSE

outcomeAbbreviationNote

For table note (e.g. 'SF-12 = Short Form Health Survey.')

minDecimals

Minimum number of decimal places to retain (to line up, in case trailing .00)

n.roundDigits

Number of digits to round to

shortCaption

Just outcome name as table title? TRUE/FALSE


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