msim-package: Computes the Method of Simulated Moments

Description Details Author(s) References See Also

Description

MSM is methodology which is computationally feasible and consistent. In applying the usual method of moments, one first identifies a set of sufficient statistics. A set of estimating equations is obtained by equating sample moments of the sufficient statistics to their expectations. Such expectations typically involve integrals, the highest dimension of which equals the number of sources of random effects. Expectations are then simulated. Finally, parameters are estimated by utilizing a Newton Raphson algorithm to solve the nonlinear system of equations.

In practice, these estimates can be rather slow to converge to the true parameter values and im- plementation indicates a large bias in practice. There also could be selection bias by the authors in the examples presented in their papers. In order to alleviate some of this bias, we have implemented a parametric bootstrap bias-correction method which in practice has usually produced more reasonable results than the original MSM estimates.

Details

Package: msim
Type: Package
Version: 1.0
Date: 2013-09-13
License: GPL (>=2)

The most important functions in the package are msm and boot.msm which will actually compute MSM estimates. The package is accompanied by a vignette (msimVignette) as well as a design document (msim_design_v3) which explains much of the theory and algorithms in the package.

Author(s)

Lindsey Dietz diet0146@umn.edu

References

Jiang, J. (1998). Consistent Estimators in Generalized Linear Mixed Models. Journal of the American Statistical Association, 93, 720–729.

Jiang, J. and Zhang, W. (2001). Robust estimation in generalized linear mixed models. Biometrika, 88, 753–765.

See Also

optim multiroot nleqslv


msim documentation built on May 2, 2019, 5:50 p.m.