# Lineal multiple regression with 4 degrees of freedom
ss_multreg(4, logistic = FALSE)
# Logistic multiple regression with 4 degrees of freedom
# and 60% of probability of the event
ss_multreg(4, prop = .6, logistic = TRUE)
Run the code above in your browser using DataLab