ItemAnalysis
function computes various traditional item
analysis indices. Output is a data.frame
with following columns:
Difficulty
average score of the item divided by its range.
Mean
average item score.
SD
standard
deviation of the item score.
SD.bin
standard deviation of
the item score for binarized data.
Prop.max.score
proportion of maximal scores.
Min.score
minimal score specified in minscore
; if not
provided, observed minimal score.
Max.score
maximal score
specified in maxscore
; if not provided, observed maximal score.
obs.min
observed minimal score.
obs.max
observed maximal score.
Cut.Score
cut-score specified in cutscore
.
gULI
generalized ULI.
gULI.bin
generalized
ULI for binarized data.
ULI
discrimination with ULI using
the usual parameters (3 groups, comparing 1st and 3rd).
ULI.bin
discrimination with ULI using the usual parameters
for binarized data (3 groups, comparing 1st and 3rd).
RIT
item-total correlation (correlation between item score
and overall test score).
RIT.bin
item-total correlation for
binarized data.
RIR
item-rest correlation (correlation
between item score and overall test score without the given item).
RIR.bin
item-rest correlation for binarized data.
Corr.criterion
correlation between item score and criterion
criterion
.
Corr.criterion.bin
correlation between
item score and criterion criterion
for binarized data.
Index.val
item validity index calculated as cor(item,
criterion) * sqrt(((N - 1) / N) * var(item))
, see Allen and Yen (1979,
Ch.6.4).
Index.val.bin
item validity index for binarized
data.
Index.rel
item reliability index calculated as
cor(item, test) * sqrt(((N - 1) / N) * var(item))
, see Allen and Yen
(1979, Ch.6.4).
Index.rel.bin
item reliability index for
binarized data.
Index.rel.drop
item reliability index
'drop' (scored without item).
Index.rel.drop.bin
item
reliability index 'drop' (scored without item) for binarized data.
Alpha.drop
Cronbach's alpha without given item. In case of
two-item dataset, NA
s are returned.
Alpha.drop.bin
Cronbach's alpha without given item, for
binarized data. In case of two-item dataset, NA
s are returned.
Perc.miss
Percentage of missed responses on the particular
item.
Perc.nr
Percentage of respondents that did not
reached the item nor the subsequent ones, see recode_nr
function for further details.
With bin = TRUE, indices based on
binarized dataset are also provided and marked with bin suffix.