powered by
fmt_uni_regression
Convert fmt_uni_regression objects to data frame
# S3 method for fmt_uni_regression as_tibble(x, ...)as_data_frame.fmt_uni_regression(x, ...)
as_data_frame.fmt_uni_regression(x, ...)
object of class fmt_uni_regression object from fmt_uni_regression() function
fmt_uni_regression()
further arguments passed to individual methods.
as_data_frame.fmt_uni_regression is alias.
fmt_uni_regression, as_tibble.fmt_table1, as_tibble.fmt_regression, as_tibble
as_tibble.fmt_table1
as_tibble.fmt_regression
as_tibble
# 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