Learn R Programming

easysurv (version 2.0.1)

print.test_ph: Print methods for test_ph()

Description

Print methods for test_ph()

Usage

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

Value

A print summary of the test_ph object.

Arguments

x

An object of class test_ph

...

Additional arguments

Examples

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

ph_results

Run the code above in your browser using DataLab