tabular summary for lm object
produce a flextable describing a
linear model produced by function lm.
## S3 method for class 'lm' as_flextable(x, ...)
x |
lm model |
... |
unused argument |

Other as_flextable methods:
as_flextable.gam(),
as_flextable.glm(),
as_flextable.grouped_data(),
as_flextable.htest(),
as_flextable.xtable(),
as_flextable()
if(require("broom")){
lmod <- lm(rating ~ complaints + privileges +
learning + raises + critical, data=attitude)
ft <- as_flextable(lmod)
ft
}Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.