MQIC.gee: MQIC and MQICu for GEE

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

Description

Calculate MQIC (Modified QIC) and MQICu. MQIC is an asymptotic unbiased estimator of the risk function based on the independent quasi-likelihood. MQIC and original QIC may have non-negligible effect for model selection, especially when the true correlation structure completely different from the working correlation structure.

Usage

1
MQIC.gee(object)

Arguments

object

a fitted model object of class "wgee".

Value

Return a list of MQIC, MQICu and Quasi-likelihood.

Author(s)

Cong Xu, Zheng Li and Ming Wang

References

Pan, W., 2001. Akaike's information criterion in generalized estimating equations. Biometrics, 57(1), pp.120-125.

Gosho, M., Hamada, C., and Yoshimura, I. (2011). Modifications of QIC and CIC for Selecting a Working Correlation Structure in the Generalized Estimating Equation Method. Japanese Journal of Biometrics, 32(1), 1-12.

Imori, S., 2013. On Properties of QIC in Generalized Estimating Equations. Hiroshima University, pp.1-8.

See Also

geeglm (geepack)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
data(imps)

fit <- wgee(IMPS79 ~ Drug+Sex+Time, data=imps,id=imps$ID,family="gaussian",
             corstr="independence")
MQIC.gee(fit)


data(ohio)

fit2 <- wgee(resp ~ age + smoke+age:smoke, data=ohio, id=ohio$id, 
             family="binomial", corstr="independence")
MQIC.gee(fit2)

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