# NOT RUN {
library(psycho)
fit <- glm(Sex ~ Adjusting, data = psycho::affective, family = "binomial")
fit <- lme4::glmer(Sex ~ Adjusting + (1 | Sex), data = psycho::affective, family = "binomial")
standardize(fit)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab