powered by
pcm(theta=NULL, delta=NULL, n=NULL)
# Example from The Theory and Practice of Item Response Theory # By Rafael Jaime De Ayala # p.204 theta <- 0 n <- 3 d <- c(-1,1) pcm(theta,d,n) #0.2119416 0.5761169 0.2119416
Run the code above in your browser using DataLab