vthorrf/birm: Fitting Bayesian Item Response Models

Functions for fitting Bayesian versions of Item Response Models. It was based on the edstan package, but instead of using Stan for Bayesian calculations, it uses LaplacesDemon. Stan uses the NUTS MCMC algorithm for fitting the data. In our package, the user can choose from the five estimation methods implemented on LaplacesDemon (Variational Bayes; Laplace Approximation; HARM MCMC; PMC; and Iterative Quadrature), as well as from four methods of MAP estimation: Simulated Annealing; Genetic Algorithm; Steepest Gradient Descent; or Steepest ADAM.

Getting started

Package details

AuthorVithor Rosa Franco <vithorfranco@gmail.com>
MaintainerVithor Rosa Franco <vithorfranco@gmail.com>
LicenseGPL-3
Version0.2.6
URL https://github.com/vthorrf/birm
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("vthorrf/birm")
vthorrf/birm documentation built on Dec. 24, 2021, 2:22 a.m.