| RJC | R Documentation |
Computes the Rotnitzky–Jewell information criterion (RJC) for objects of
class mcglm. This criterion is based on quasi-likelihood theory
and is intended for model assessment in marginal models.
RJC(object, id, verbose = TRUE)
object |
An object of class |
id |
An integer or factor vector identifying the clusters. Its length and ordering must match the number and ordering of the observations used to fit the model. |
verbose |
Logical. If |
The RJC is defined using the sensitivity and variability structures of the estimating equations and measures the discrepancy between them. The implementation assumes that the data are correctly ordered such that observations belonging to the same cluster are stored in contiguous rows.
Warning: This function is restricted to models with a single response variable.
An invisible list with a single component:
A numeric scalar giving the value of the Rotnitzky–Jewell information criterion.
Wagner Hugo Bonat, wbonat@ufpr.br
Wang, M. (2014). Generalized estimating equations in longitudinal data analysis: A review and recent developments. Advances in Statistics, 1(1), 1–13.
gof, plogLik, pAIC, pKLIC,
ESS, GOSHO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.