Learn R Programming

coxme (version 2.2-20)

summary.coxme: Summary method for coxme objects

Description

Create a short summary of a coxme object

Usage

# S3 method for coxme
summary(object, ...)
# S3 method for summary.coxme
print(x, digits = max(1L, getOption("digits") - 3L), 
    signif.stars = FALSE, ...)

Value

a summary.coxme object with components coefficients (a matrix with value, standard error, z, and p), random (a data frame containing sd of the random effects), and selected elements from the fit object

Arguments

object

the result of a coxme fit

x

the result of a coxme fit

summary.coxme

a result of summary.coxme

digits

default number of digits to use

signif.stars

display the (idiotic) asterisks next to 'significant' p values

...

other options to the internal printCoefmat call

Details

The summary function is a useful way to get the matrix of coefficients, for other use.

See Also

fixef.coxme, ranef.coxme, VarCorr