# NOT RUN {
library(finalfit)
library(dplyr)
explanatory = c("age.factor", "sex.factor", "obstruct.factor", "perfor.factor")
dependent = "nodes"
colon_s %>%
lmmulti(dependent, explanatory) %>%
fit2df()
# }
Run the code above in your browser using DataLab