Perform univariable and multivariable regression and stepwise backward regression automatically
autoReg_sub(
fit,
threshold = 0.2,
uni = FALSE,
multi = TRUE,
final = FALSE,
imputed = FALSE,
keepstats = FALSE,
showstats = TRUE,
...
)
An object of class "autoReg" which inherits from the class "data.frame" with at least the following attributes:
character. name of dependent variable
name of model. One of "lm","glm" or "coxph"
An object of class lm or glm
numeric
logical whether or not perform univariate regression
logical whether or not perform multivariate regression
logical whether or not perform stepwise backward elimination
logical whether or not include imputed model
logical whether or not keep statistics
logical whether or not show descriptive statistics
Further arguments to be passed to imputedReg()