RJC for GEE
Calculate RJC (Rotnitzky-Jewell information criterion) based on GEE.
RJ.gee(object)
object |
a fitted model object of class |
Rotnitzky-Jewell information criterion (RJC) is usually used for working correlation structure selection.
Return the value of the Rotnitzky-Jewell information criterion (RJ).
Cong Xu, Zheng Li and Ming Wang
Rotnitzky, A. and Jewell, N.P., 1990. Hypothesis testing of regression parameters in semiparametric generalized linear models for cluster correlated data. Biometrika, pp.485-497.
geeglm
(geepack)
data(ohio) fit <- wgee(resp ~ age + smoke+age:smoke, data=ohio, id=ohio$id, family="binomial", corstr="exchangeable") RJ.gee(fit)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.