print.coxme {coxme} | R Documentation |
Print method for a coxme fit.
Description
Print out the result of a coxme fit.
Usage
## S3 method for class 'coxme'
print(x, rcoef=FALSE, digits = options()$digits, ...)
Arguments
x |
an object of class |
rcoef |
print the random (penalized) coefficients, as well as the fixed ones. |
digits |
number of significant digits to print |
... |
optional arguments |
Author(s)
Terry Therneau
See Also
[Package coxme version 2.2-20 Index]