format_tidy_cox: Print coxph after using tidy

Description Usage Arguments Examples

View source: R/format_tidy_cox.R

Description

This function allows you format the tidy output from broom in a more readable way

Usage

1
format_tidy_cox(rslt, d = 2, d_pVal = 3)

Arguments

rslt

Output from tidy(coxph(),exponentiate=T)

d

Decimal places used for HR and confidence interval.

d_pVal

Decimal places used for p value.

Examples

1
2
3
4
## Not run: 
#format_tidy_cox()

## End(Not run)

Oromendia/oromendia documentation built on April 6, 2021, 6:54 a.m.