RJ.gee: RJC for GEE

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

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

Usage

1
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

1
2
3
4
5
6
data(ohio)

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

wgeesel documentation built on May 2, 2019, 3:41 a.m.