summary.coxme {coxme} | R Documentation |
Summary method for coxme objects
Description
Create a short summary of a coxme object
Usage
## S3 method for class 'coxme'
summary(object, ...)
## S3 method for class 'summary.coxme'
print(x, digits = max(1L, getOption("digits") - 3L),
signif.stars = FALSE, ...)
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 |
Details
The summary function is a useful way to get the matrix of coefficients, for other use.
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
See Also
fixef.coxme
, ranef.coxme
,
VarCorr
[Package coxme version 2.2-20 Index]