print.test_ph {easysurv} | R 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 |
... |
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
[Package easysurv version 2.0.1 Index]