Description Usage Arguments Value Examples
autoAnalyzeR
1 2 3 4 5 6 7 8 9 10 | autoAnalyzeR(
outcomeVector,
outcomesSetName = "sf12_outcomes",
family = "gaussian",
modelPredictorNamesList,
analysis = "cfa",
n.roundDigits = NULL,
minDecimals = 2,
corrReturn = TRUE
)
|
outcomeVector |
Vector of names of variables used as outcomes in analyses |
outcomesSetName |
Optional string specifying the start of the label for the set of variables in correlation analyses |
family |
e.g. Gaussian...glm argument |
modelPredictorNamesList |
List of sets of predictors belonging to each model; names attribute should be the model names |
analysis |
Type of analysis that produced the data to be analyzed (e.g. "cfa", "lca", "bf") |
n.roundDigits |
Number of digits to round to |
minDecimals |
Minimum number of decimal places to retain (to line up, in case trailing .00) |
corrReturn |
Run correlations as well as regressions? TRUE/FALSE |
data |
Dataset for analyses |
Print and return tables with regression results for different predictor models and outcomes
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.