ItemAnalysis
function computes various traditional item analysis indices. Output
is a data.frame
with following columns:
diff
average score of the item divided by its range
avgSCore
average score of the item
SD
standard deviation of the item score
SDbin
standard deviation of the item score for binarized data
correct
proportion of correct answers
min
minimal score specified in minscore
; if not provided, observed minimal score
max
maximal score specified in maxscore
; if not provided, observed maximal score
obtMin
observed minimal score
obtMax
observed maximal score
cutScore
cut-score specified in cutscore
gULI
generalized ULI
gULIbin
generalized ULI for binarized data
ULI
discrimination with ULI using the usual parameters (3 groups, comparing 1st and 3rd)
ULIbin
discrimination with ULI using the usual parameters for binarized data
RIT
item-total correlation (correlation between item score and overall test score)
RITbin
item-total correlation for binarized data
RIR
item-rest correlation (correlation between item score and overall test score without the given item)
RIRbin
item-rest correlation for binarized data
itemCritCor
correlation between item score and criterion y
itemCritCorBin
correlation between item score and criterion y
for binarized data
valInd
item validity index calculated as cor(item, y)*sqrt(((N-1)/N)*var(item))
, see Allen & Yen (1979), Ch.6.4
valIndBin
item validity index for binarized data
rel
item reliability index calculated as cor(item, test)*sqrt(((N-1)/N)*var(item))
, see Allen & Yen (1979), Ch.6.4
relBin
item reliability index for binarized data
relDrop
item reliability index 'drop' (scored without item)
relDropBin
item reliability index 'drop' (scored without item) for binarized data
alphaDrop
Cronbach's alpha without given item
alphaDropBin
Cronbach's alpha without given item, for binarized data
missedPerc
proportion of missed responses on the particular item
notReachPerc
proportion of respondents that did not reached the item nor the subsequent ones, see recode_nr
function for further details
With add.bin == TRUE, indices based on binarized data set are also provided
and marked with bin suffix.