ItemAnalysis function computes various traditional item analysis indices. Output
is a data.frame with following columns:
diffaverage score of the item divided by its range
avgSCoreaverage score of the item
SDstandard deviation of the item score
SDbinstandard deviation of the item score for binarized data
correctproportion of correct answers
minminimal score specified in minscore; if not provided, observed minimal score
maxmaximal score specified in maxscore; if not provided, observed maximal score
obtMinobserved minimal score
obtMaxobserved maximal score
cutScorecut-score specified in cutscore
gULIgeneralized ULI
gULIbingeneralized ULI for binarized data
ULIdiscrimination with ULI using the usual parameters (3 groups, comparing 1st and 3rd)
ULIbindiscrimination with ULI using the usual parameters for binarized data
RITitem-total correlation (correlation between item score and overall test score)
RITbinitem-total correlation for binarized data
RIRitem-rest correlation (correlation between item score and overall test score without the given item)
RIRbinitem-rest correlation for binarized data
itemCritCorcorrelation between item score and criterion y
itemCritCorBincorrelation between item score and criterion y for binarized data
valInditem validity index calculated as cor(item, y)*sqrt(((N-1)/N)*var(item)), see Allen & Yen (1979), Ch.6.4
valIndBinitem validity index for binarized data
relitem reliability index calculated as cor(item, test)*sqrt(((N-1)/N)*var(item)), see Allen & Yen (1979), Ch.6.4
relBinitem reliability index for binarized data
relDropitem reliability index 'drop' (scored without item)
relDropBinitem reliability index 'drop' (scored without item) for binarized data
alphaDropCronbach's alpha without given item
alphaDropBinCronbach's alpha without given item, for binarized data
missedPercproportion of missed responses on the particular item
notReachPercproportion 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.