Description Usage Arguments Details
The eivgmm_R
function returns the estimation by combining
and solving measurement errors corrected estimating equations via generalized
method of moments. This function is a pure R implementation.
1 2 3 4 5 6 7 8 9 10 11 |
formula |
a symbolic description of the model |
data |
a data frame that contains variables in the model and corresponding a variables identifying subjects and time points |
me.var |
names of variables with measurement errors in the data |
mcov |
the covariance matrix for the surrogate variables |
time.var |
name of variable that identifies different time points in the data |
id.var |
name of variable that identifies clusters in the data |
init.beta |
The initial guess of the estimates |
family |
the family of response variable |
control |
a list of parameters that pass into the estimating process |
The input of data must be a data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.