summaryTableFx: Summary Table Maker

Description Usage Arguments Value

View source: R/summaryTableFx.R

Description

Summary Table Maker

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
summaryTableFx(
  family = "gaussian",
  analysis = "cfa",
  n.classes = NULL,
  preds,
  outcomeVar,
  n.roundDigits = 2,
  minDecimals = 2,
  data
)

Arguments

family

e.g. Gaussian; argument for glm

analysis

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

n.classes

Number of classes if LCA

outcomeVar

Outcome variable name

n.roundDigits

Number of digits to round to

minDecimals

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

data

Data to analyze

Value

table matrix


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