The package rlme calls this function for gee method, one of the methods proposed in Bilgic's study (2012). Also see Kloke et al. (2013). concise (1-5 lines) description of what the function does. ~~
GEER_est(x, y, I, sec, mat, school, section, weight = "wil",
rprpair = "hl-disp", verbose = FALSE)
Design matrix, pxn, without intercept.
Response vector of nx1.
Number of clusters.
A vector of subcluster numbers in clusters.
A matrix of numbers of observations in subclusters. Dimension is Ixmax(number ofsubclusters). Each row indicates one cluster.
A vector of clusters, nx1.
A vector of subclusters, nx1.
When weight="hbr", it uses hbr weights in GEE weights. By default, ="wil", it uses Wilcoxon weights. See the theory in the references.
By default, it uses "hl-disp" in the random prediction procedure (RPP). Also, "med-mad" would be an alternative.
Boolean indicating whether to print out diagnostic messages.
Fixed effect estimates.
Standard error for the fixed esimates.
Variances of cluster, subcluster, and residual.
Raw error.
Independence error from last weighted step.
Cluster random error.
Subcluster random error.
Epsilon error.
Y. K. Bilgic. Rank-based estimation and prediction for mixed effects models in nested designs. 2012. URL http://scholarworks.wmich.edu/dissertations/40. Dissertation.
A. Abebe, J. W. McKean, J. D. Kloke and Y. K. Bilgic. Iterated reweighted rank-based estimates for gee models. 2013. Submitted.
rlme, GR_est, JR_est, rprmeddisp
# NOT RUN {
# See the rlme function.
# }
Run the code above in your browser using DataLab