mbest-package {mbest}R Documentation

Moment-Based Estimation for Hierarchical Models

Description

Fast moment-based hierarchical model fitting. Implements methods from the papers "Fast Moment-Based Estimation for Hierarchical Models," by Perry (2017) and "Fitting a Deeply Nested Hierarchical Model to a Large Book Review Dataset Using a Moment-Based Estimator," by Zhang, Schmaus, and Perry (2018).

Details

Package: mbest
Version: 0.6
Date: 2018-05-24
Title: Moment-Based Estimation for Hierarchical Models
Authors@R: c(person(c("Patrick", "O."), "Perry", role = c("aut", "cre"), email = "patperry@gmail.com"), person("Timothy", "Sweetser", role = "ctb"), person("Kyle", "Schmaus", role = "ctb"), person("Ningshan", "Zhang", role = c("aut", "ctb")))
Maintainer: Patrick O. Perry <patperry@gmail.com>
Description: Fast moment-based hierarchical model fitting. Implements methods from the papers "Fast Moment-Based Estimation for Hierarchical Models," by Perry (2017) and "Fitting a Deeply Nested Hierarchical Model to a Large Book Review Dataset Using a Moment-Based Estimator," by Zhang, Schmaus, and Perry (2018).
Depends: nlme (>= 3.1-124)
Imports: abind, bigmemory, foreach, lme4, logging
Suggests: testthat
LazyData: Yes
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/patperry/r-mbest
Encoding: UTF-8
Author: Patrick O. Perry [aut, cre], Timothy Sweetser [ctb], Kyle Schmaus [ctb], Ningshan Zhang [aut, ctb]

Index of help topics:

firthglm.fit            Fitting Generalized Linear Models with Firth's
                        Bias Reduction
fixef                   Mixed Effects
mbest-package           Moment-Based Estimation for Hierarchical Models
mhglm                   Fitting Moment Hierarchical Generalized Linear
                        Models
mhglm.control           Auxiliary for Controlling Moment Heirarchical
                        GLM Fitting
mhglm_sim               Simulate response patterns
model.matrix.mhglm      Terms and Model Matrix
predict.mhglm           Prediction

Basic usage is to call mhglm.

References

P. O. Perry (2017) "Fast moment-based estimation for hierarchical models."

N. Zhang, K. Schmaus, and P. O. Perry (2018) "Fitting deeply-nested hierarchical models to a large book review dataset using moment-based estimators."

See Also

mhglm, fixef.mhglm, ranef.mhglm, VarCorr.mhglm, predict.mhglm.


[Package mbest version 0.6 Index]