knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

regIRT: Regularization methods for IRT models

Currently this package implements the estimation of the nominal response model using a penalized likelihood approach.

Installation

#install.packages("devtools")
devtools::install_github("micbtz/regIRT", build_vignettes = TRUE)


micbtz/regIRT documentation built on July 6, 2019, 2:37 p.m.