itempar.dicho(daten, sortdif = TRUE, pot = TRUE,
zerocor = TRUE, ...)To avoid numerical problems with off diagonal zero's when constructing the pairwise comparison matrix Mnij, powers of the Mnij matrix, can be used (Choppin, 1968, 1985). Using powers k of Mnij replaces the results of the direct comparisons between i and j with the sum of the indirect comparisons of i and j through an intermediate k.
In general, it is recommended to use the argument with
default value pot=TRUE.
Choppin, B. (1985). A fully conditional estimation procedure for Rasch model parameters. Evaluation in Education, 9(1), 29-42.
Alexandrowicz, R. W. (2011). 'GANZ RASCH': A Free Software for Categorical Data Analysis. Social Science Computer Review, 30(3), 369-379.
data(cog) # loading example data set
sigma<-itempar.dicho(daten=cog[,4:34], pot=TRUE) # calculating itemparameters for 31 math items
sigma
#######
plot(sigma) # plotting item difficultiesRun the code above in your browser using DataLab