powered by
REGRESSION
xpssRegression(x, variables = NULL, dependent, method = enter(), missing = "listwise", statistics = c("COEFF", "OUTS", "R", "ANOVA"), origin = FALSE)
enter()
lm
data(fromXPSS) xpssRegression(x = fromXPSS, variables = c("V7_1","V7_2"), dependent = "V5", method = list(enter()))
Run the code above in your browser using DataLab