powered by
fmt_regression
Convert fmt_regression objects to data frame
# S3 method for fmt_regression as_tibble(x, ...)as_data_frame.fmt_regression(x, ...)
as_data_frame.fmt_regression(x, ...)
object of class fmt_regression object from fmt_regression() function
fmt_regression()
further arguments passed to individual methods.
as_data_frame.fmt_regression is alias.
fmt_regression, as_tibble.fmt_table1, as_tibble.fmt_uni_regression, as_tibble
as_tibble.fmt_table1
as_tibble.fmt_uni_regression
as_tibble
# NOT RUN { glm(response ~ age + stage + grade, trial, family = binomial(link = "logit")) %>% fmt_regression(exponentiate = TRUE) %>% as_tibble() # }
Run the code above in your browser using DataLab