Print method for a coxme fit.
Print out the result of a coxme fit.
## S3 method for class 'coxme' print(x, rcoef=FALSE, digits = options()$digits, ...) ## S3 method for class 'coxme' summary(object, ...)
x |
an object of class |
rcoef |
print the random (penalized) coefficients, as well as the fixed ones. |
digits |
number of significant digits to print |
object |
an object of class |
... |
optional arguments |
The summary function is currently identical to the print function. The default in R is for print() to be the short form printout and summary() the long form.
Terry Therneau
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.