Skip to content

Instantly share code, notes, and snippets.

@joaovissoci
Created October 1, 2014 18:03
Show Gist options
  • Save joaovissoci/ce7c89378566c41a839b to your computer and use it in GitHub Desktop.
Save joaovissoci/ce7c89378566c41a839b to your computer and use it in GitHub Desktop.
eRm_package_template
#### USING eRM Package
IRTRolandMorris <- RM(RolandMorrisOriginal)
summary()
coef()
confint(,"beta")
plotI(,i=3)
plotICC(,item.subset=1:4,ask=F,empICC=list("raw"),empCI=list(lty="solid"))
plotPImap()
pp<-person.parameter()
lrt<-LRtest(,se=TRUE)
Waldtest()
itemfit(pp)
NPtest(,method="T11")
plotGOF(lrt,conf=list())
#ploytomous
PCM(data)
RSM(data)
thresholds(rmobj)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment