as_tibble.fmt_uni_regression: Convert 'fmt_uni_regression' objects to data frame

Description Usage Arguments Details See Also Examples

Description

Convert fmt_uni_regression objects to data frame

Usage

1
2
3
4
## S3 method for class '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

1
2
3
4
5
6
7
8
fmt_uni_regression(
  trial,
  method = "glm",
  y = "response",
  method.args = list(family = binomial),
  exponentiate = TRUE
) %>%
  as_tibble()

ddsjoberg/gtsummary-v0.1 documentation built on June 4, 2019, 7:48 a.m.