@PaigeMiller
Thank you for your response!
In the field of measurement, the model is called Rasch model, which is similar to 1 parameter logistic regression model. This one parameter is called item difficulty. If I want to know the probability of a examinee with a certain ability level get item i correct, it write as,
prob (i)=exp(theta-bpar(i))/(1+(exp(theta-bpar(i)))
where theta denote a certain ability level, bpar is the difficulty parameter of item i
Now I have 150 items in a test, the "bpar.csv" as in the attachment are the item difficulty for those 150 items. Now suppose I have a examinee with ability level theta=0, I want to know the probability of this examinee get each item correct, how should I wrote that in a SAS macro?
... View more