A summary of the results from applying rpql
.
# S3 method for rpql
summary(object, ...)# S3 method for summary.rpql
print(x,...)
A list (some of which is printed) containing the following elements:
The matched call.
Estimated fixed effects coefficients.
A list with each element being a matrix of estimated random effects coefficients.
A list with each element being a estimated random effects covariance matrix.
PQL log-likelihood value at convergence.
The family
argument, i.e. response type.
Penalties used for selection and the corresponding tuning parameter values.
A vector containing the number of estimated, non-zero parameters, and three information criterion. Please see the help file for rpql
for details on these criteria.
The id
argument, i.e. list of IDs.
A vector indexing which of the estimated fixed effect coefficients are non-zero.
A list with each element being a vector indexing which of the estimated random effects are non-zero, i.e. which of the diagonal elements in the corresponding element of ran.cov
are non-zero.
An object of class "rpql".
An object of class "rpql".
Not used.
tools:::Rd_package_author("rpql")
Maintainer: tools:::Rd_package_maintainer("rpql")
rpql
for fitting and performing model selection in GLMMs using regularized PQL.
## Please see other examples in help file for the \code{rpql} function.
Run the code above in your browser using DataLab