[This article was first published on R – NIMBLE, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.We’ve released the newest version of NIMBLE on CRAN and on our website. NIMBLE is a system for building and sharing analysis methods for statistical models, especially for hierarchical models and computationally-intensive methods (such as MCMC, Laplace approximation, and SMC).
This release provides provides extensive new functionality, including:
sampler\_polyagamma, for conjugate sampling of linear predictor parameters in logistic regression model specifications, including handling zero inflation and stochastic design matrices. This sampler must be added to an MCMC configuration manually.sampler\_noncentered, which samples the mean or standard deviation of a set of random effect values in a transformed space such that the random effects are deterministically shifted or scaled given new values of their hyperparameters. For random effects written in a centered parameterization, sampling is performed as if they had been written in a noncentered parameterization, thereby enabling a variant on the Yu and Meng (2011) interweaving sampling strategy of sampling in both parameterizations.This sampler must be added to an MCMC configuration manually.runLaplace and runAGHQ, for using Laplace and AGHQ approximation for maximum likelihood estimation.nimOptim, with support for nlminb built in as well as the capability for users to provide potentially arbitrary optimization functions in R.<- or for user-defined distributions via ~. This supports holding large objects outside of model nodes for use in models.buildMCEM to be a nimbleFunction rather than an R function.In addition to the new functionality above, other enhancements and bug fixes include:
is.na.vec and is.nan.vec functions.Please see the release notes on our website for more details.
To leave a comment for the author, please follow the link and comment on their blog: R – NIMBLE.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.Continue reading: Version 1.2.0 of NIMBLE released