Print fmt_regression objects

# S3 method for fmt_regression
print(x, ...)

Arguments

x

object of class fmt_regression object from fmt_regression function

...

further arguments passed to or from other methods.

Examples

lm(hp ~ mpg + factor(cyl), mtcars) %>% fmt_regression() %>% print()
#> #> N = 32 Coefficient 95% CI p-value #> mpg -3.33 -7.70, 1.04 0.13 #> factor(cyl) #> 4 Ref. #> 6 16.6 -30.9, 64.1 0.5 #> 8 88.1 29.1, 147 0.005