Description Usage Arguments Value Author(s) See Also Examples
View source: R/summaryfunctions.R
A summary of the results from applying rpql
.
1 2 3 4 5 |
object |
An object of class "rpql". |
x |
An object of class "rpql". |
... |
Not used. |
A list (some of which is printed) containing the following elements:
Call |
The matched call. |
fixed |
Estimated fixed effects coefficients. |
ranef |
A list with each element being a matrix of estimated random effects coefficients. |
ran.cov |
A list with each element being a estimated random effects covariance matrix. |
logLik |
PQL log-likelihood value at convergence. |
family |
The |
pen.type,lambda |
Penalties used for selection and the corresponding tuning parameter values. |
ics |
A vector containing the number of estimated, non-zero parameters, and three information criterion. Please see the help file for |
id |
The |
nonzero.fixef |
A vector indexing which of the estimated fixed effect coefficients are non-zero. |
nonzero.ranef |
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 |
NA
Maintainer: NA
rpql
for fitting and performing model selection in GLMMs using regularized PQL.
1 | ## Please see examples in help file for the rpql function
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.