print.test_ph {easysurv} | R Documentation |
test_ph()
Print methods for test_ph()
## S3 method for class 'test_ph'
print(x, ...)
x |
An object of class |
... |
Additional arguments |
A print summary of the test_ph
object.
ph_results <- test_ph(
data = easysurv::easy_bc,
time = "recyrs",
event = "censrec",
group = "group"
)
ph_results