# NOT RUN {
# THESE REGRESSIONS ARE JUST FOR TESTING!!!
model1 <- lm(mpg ~ wt, data = mtcars)
yotov_clustered_summary(model1, "cyl")
model2 <- glm(mpg ~ wt, data = mtcars, family = quasipoisson)
yotov_clustered_summary(model2, "cyl")
# }
Run the code above in your browser using DataLab