View source: R/ff_remove_ref.R
ff_remove_p | R Documentation |
This will work with finalfit
and any fit2df
output.
ff_remove_p(.data)
finalfit_remove_p(.data)
.data |
Output from |
Data frame.
explanatory = c("age.factor", "sex.factor", "obstruct.factor", "perfor.factor")
dependent = 'mort_5yr'
colon_s %>%
finalfit(dependent, explanatory) %>%
ff_remove_p()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.