Skip to content

christinehohensinn/PP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PP

PP will be soon on CRAN (version 0.5)

This R package provides Person Parameter estimation for the 1,2,3,4PL model and the generalized partial credit model. This package will soon be uploaded to cran, and will replace the old PP package which does similar computation, but with far less speed. This new version of the PP package makes use of the great Rcpp package to accelerate computations.

To install this package from github, install devtools first.

library(devtools)
install_github("PP", "manuelreif", ref="master")

TO-DOs for the next release version:

  • remove typos
  • clarify this and that

Further extensions:

  • fit indices: these will be built in by Jan Steinfeld
  • Person Parameter estimation for other models

About

Person Parameter estimation (1,2,3,4PL model) and GPCM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 66.9%
  • C++ 33.1%