Learn R Programming

gtsummary (version 0.1.0)

print.fmt_regression: Print fmt_regression objects

Description

Print fmt_regression objects

Usage

# 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

Run this code
# NOT RUN {
lm(hp ~ mpg + factor(cyl), mtcars) %>%
  fmt_regression() %>%
  print()
# }

Run the code above in your browser using DataLab