tidy.coxphf: Tidy a coxphf object

View source: R/coxphf-tidiers.R

tidy.coxphfR Documentation

Tidy a coxphf object

Description

Tidy a coxphf object

Usage

tidy.coxphf(x, conf.int = FALSE, conf.level = 0.95, exponentiate = FALSE, ...)

Arguments

x

A 'coxphf' object.

conf.int

Logical indicating whether or not to include a confidence interval in the tidied output. Defaults to FALSE.

conf.level

The confidence level to use for the confidence interval if conf.int = TRUE. Must be strictly greater than 0 and less than 1. Defaults to 0.95, which corresponds to a 95 percent confidence interval.

exponentiate

Logical indicating whether or not to display coefficient estimates on an exponential scale.

...

Unused, included for generic consistency only.

Value

A tidy [tibble::tibble()] summarizing component-level information about the model

import tibble


coxphf documentation built on Aug. 11, 2023, 5:06 p.m.