| GOSHO | R Documentation |
Extract the Gosho Information Criterion (GOSHO)
for an object of mcglm class.
WARNING: This function is limited to models with ONE response variable.
This function is general useful only for longitudinal data analysis.
GOSHO(object, id, verbose = TRUE)
object |
an object of |
id |
a vector which identifies the clusters or groups. The length and order of id should be the same as the number of observations. Data are assumed to be sorted so that observations on a cluster are contiguous rows for all entities in the formula. |
verbose |
logical. Print or not the GOSHO value. |
An invisible list with a single numeric component:
The Gosho Information Criterion, computed for longitudinal data with a single response variable and scaled by the number of clusters.
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 and RJC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.