# NOT RUN {
if (require("multcomp")) {
# multiple linear model, swiss data
lmod <- lm(Fertility ~ ., data = swiss)
mod <- glht(
model = lmod,
linfct = c(
"Agriculture = 0",
"Examination = 0",
"Education = 0",
"Catholic = 0",
"Infant.Mortality = 0"
)
)
model_parameters(mod)
}
# }
Run the code above in your browser using DataLab