Description Usage Arguments Value Author(s) References See Also Examples
Calculate the covariance matrix for a stacked vector of regression coefficients
from multiple marginal GEE models fitted with geem2.
1 |
x |
a list of |
biascorr |
logical, if |
A list with class mmmgee containing the following components:
betaThe stacked vector of regression coefficient estimates from the models in x.
VThe estimated covariance matrix of the regression coefficient estimates.
AThe outer component of V=ABA.
BThe inner component of V=ABA.
biascorrThe value of the input argument biascorr (logical).
nA vector with the number of clusters in each model in x.
pA vector with number of regression coefficients in each model in x.
Robin Ristl, robin.ristl@meduniwien.ac.at
Lloyd A. Mancl, Timothy A. DeRouen. A covariance estimator for GEE with improved small sample properties. Biometrics, 2001, 57(1):126-134.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.