ff_remove_p {finalfit} | R Documentation |
Remove p-value from output
Description
This will work with finalfit
and any fit2df
output.
Usage
ff_remove_p(.data)
finalfit_remove_p(.data)
Arguments
.data |
Output from |
Value
Data frame.
Examples
explanatory = c("age.factor", "sex.factor", "obstruct.factor", "perfor.factor")
dependent = 'mort_5yr'
colon_s %>%
finalfit(dependent, explanatory) %>%
ff_remove_p()
[Package finalfit version 1.0.8 Index]