Learn R Programming

gtsummary (version 0.1.0)

as_tibble.fmt_uni_regression: Convert fmt_uni_regression objects to data frame

Description

Convert fmt_uni_regression objects to data frame

Usage

# S3 method for fmt_uni_regression
as_tibble(x, ...)

as_data_frame.fmt_uni_regression(x, ...)

Arguments

x

object of class fmt_uni_regression object from fmt_uni_regression() function

...

further arguments passed to individual methods.

Details

as_data_frame.fmt_uni_regression is alias.

See Also

fmt_uni_regression, as_tibble.fmt_table1, as_tibble.fmt_regression, as_tibble

Examples

Run this code
# NOT RUN {
fmt_uni_regression(
  trial,
  method = "glm",
  y = "response",
  method.args = list(family = binomial),
  exponentiate = TRUE
) %>%
  as_tibble()
# }

Run the code above in your browser using DataLab