print.test_ph: Print methods for 'test_ph()'

View source: R/test_ph.R

print.test_phR Documentation

Print methods for test_ph()

Description

Print methods for test_ph()

Usage

## S3 method for class 'test_ph'
print(x, ...)

Arguments

x

An object of class test_ph

...

Additional arguments

Value

A print summary of the test_ph object.

Examples

ph_results <- test_ph(
  data = easysurv::easy_bc,
  time = "recyrs",
  event = "censrec",
  group = "group"
)

ph_results

easysurv documentation built on June 24, 2024, 9:09 a.m.