Skip to content

RcppDeepState/PP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PP

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:

  • add robust person parameter estimation [in progress: jk = almost done, jk_AMT = almost done, 3rd method = nothing]
  • EAP [done for 4PL - next:GPCM + toplevel functions]
  • Plausible values [done for 4PL - next:GPCM + toplevel functions]
  • (perhaps) add some person fit indices
  • add print and summary routines [done for PPall]

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • R 66.9%
  • C++ 33.1%