Description Usage Arguments Value
View source: R/summaryTableFx.R
Summary Table Maker
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
)
|
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 |
table matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.