# NOT RUN {
# Model and analysis shown in the SAS report:
neuralgia.glm <- glm(Pain ~ Treatment * Sex + Age, family = binomial(),
data = neuralgia)
pairs(emmeans(neuralgia.glm, ~ Treatment, at = list(Sex = "F")),
reverse = TRUE, type = "response", adjust = "bonferroni")
# }
Run the code above in your browser using DataLab