Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

RJ.gee

RJC for GEE


Description

Calculate RJC (Rotnitzky-Jewell information criterion) based on GEE.

Usage

RJ.gee(object)

Arguments

object

a fitted model object of class "wgee".

Details

Rotnitzky-Jewell information criterion (RJC) is usually used for working correlation structure selection.

Value

Return the value of the Rotnitzky-Jewell information criterion (RJ).

Author(s)

Cong Xu, Zheng Li and Ming Wang

References

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.

See Also

geeglm (geepack)

Examples

data(ohio)

fit <- wgee(resp ~ age + smoke+age:smoke, data=ohio, id=ohio$id, 
            family="binomial", corstr="exchangeable")
       
RJ.gee(fit)

wgeesel

Weighted Generalized Estimating Equations and Model Selection

v1.5
GPL-2
Authors
Cong Xu <congxu17@gmail.com>, Zheng Li <zheng.li@outlook.com>, Ming Wang <mwang@phs.psu.edu>
Initial release
2018-03-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.