data(ham)
summary(ham)
if (FALSE) { # requireNamespace("FactoMineR", quietly = TRUE)
# Multiple regression without selection (FactoMineR):
fit <- FactoMineR::LinearModel(
`Overall liking` ~ .,
data = ham,
selection = "none"
)
print(fit)
}
Run the code above in your browser using DataLab