Creates a list of univariate regression tables with variable labels and standardized coefficients (if specified).
Usage
UnivariateRegressionTable(
Data,
OutcomeVars,
PredictorVars,
Covars = NULL,
Standardize = FALSE
)
Arguments
- Data
Dataframe containing the variables
- OutcomeVars
Character vector of outcome variable names
- PredictorVars
Character vector of predictor variable names
- Covars
Character vector of covariate variable names (default: NULL)
- Standardize
Logical indicating whether to standardize numeric variables (default: FALSE)