Create a short summary of a coxme object
# S3 method for coxme
summary(object, ...)
# S3 method for summary.coxme
print(x, digits = max(1L, getOption("digits") - 3L),
signif.stars = FALSE, ...)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
the result of a coxme fit
the result of a coxme fit
a result of summary.coxme
default number of digits to use
display the (idiotic) asterisks next to 'significant' p values
other options to the internal printCoefmat call
The summary function is a useful way to get the matrix of coefficients, for other use.
fixef.coxme, ranef.coxme,
VarCorr