format_tidy_coxme: Print Cox Mixed effects regression output with CI and P...

Description Usage Arguments Examples

View source: R/format_tidy_coxme.R

Description

This is a wrapper around broom:::tidy that adds formatted confidence intervals and p values

Usage

1
format_tidy_coxme(mod, d = 2, d_pVal = 3, sub_out = NULL, sub_in = NULL)

Arguments

d

Decimal places used for HR and confidence interval

d_pVal

Decimal places used for p value.

sub_out

String to from variable names to replace with sub_in

sub_in

String to from variable names to replace instead of sub_out

crr_mod

Output from coxme

Examples

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

## End(Not run)

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