Skip to contents

Hazard-ratio table from Cox model components

Usage

hazard_ratio_table(
  params,
  se,
  pvalues,
  confidence = 0.95,
  digits = 3L,
  apa = FALSE,
  output_format = "dataframe",
  title = "Hazard Ratios"
)

Arguments

params

Named numeric vector of log-HR coefficients.

se

Named numeric vector of standard errors.

pvalues

Named numeric vector of p-values.

confidence

Confidence level.

digits

Decimal places.

apa

APA formatting.

output_format

Output target.

title

Title.