powered by
fmt_regression
Print fmt_regression objects
# S3 method for fmt_regression print(x, ...)
object of class fmt_regression object from fmt_regression function
further arguments passed to or from other methods.
# NOT RUN { lm(hp ~ mpg + factor(cyl), mtcars) %>% fmt_regression() %>% print() # }
Run the code above in your browser using DataLab