Index of /web/packages/pln/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-07-30 02:10 4.8K 

README

pln

Overview

This package performs bivariate composite likelihood and full information maximum likelihood estimation for unidimensional polytomous logit-normit (graded logistic) item response theory (IRT) models. It is also capable of simulating data under the model, and computing the limited information test statistic, M2.

Installation

# Development version from GitHub:
# install.packages("devtools")
devtools::install_github("falkcarl/pln")

# From CRAN:
install.packages("pln")