Correlation Table Maker
1 2 3 4 5 6 7 8 | corrTableFx(
analysis = "cfa",
preds,
outcomes,
data,
n.roundDigits = NULL,
minDecimals = 2
)
|
analysis |
Analysis that produced data for regression analyses: "cfa", "bf", or "lca" |
outcomes |
Which outcomes to include |
data |
Data for analyses |
n.roundDigits |
Number of digits to round to |
minDecimals |
Minimum number of decimal places to retain (to line up, in case trailing .00) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.