coxme (version 2.2-14)

print.coxme: Print method for a coxme fit.

Description

Print out the result of a coxme fit.

Usage

# S3 method for coxme
print(x, rcoef=FALSE, digits = options()$digits, ...)
# S3 method for coxme
summary(object, ...)

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

object

an object of class coxme, from the fit of a mixed effects survival model.

optional arguments

See Also

coxme