print.coxme: Print method for a coxme fit.

View source: R/print.coxme.R

print.coxmeR 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 coxme, from the fit of a mixed effects survival model.

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

coxme


coxme documentation built on May 29, 2024, 6:22 a.m.