# NOT RUN {
library(report)
model <- lm(Sepal.Length ~ Petal.Length * Species, data = iris)
r <- report(model)
text_short(r)
text_long(r)
table_short(r)
table_long(r)
model <- glm(vs ~ disp, data = mtcars, family = "binomial")
r <- report(model)
text_short(r)
text_long(r)
table_short(r)
table_long(r)
# }
Run the code above in your browser using DataLab