For each item, computes the proportion of non-missing item-sort responses assigned to the item's intended (target) construct. This is Anderson and Gerbing's (1991) proportion of substantive agreement, \(P_{sa}\).
Missing assignments are excluded itemwise and reported in n_missing so
that the effective denominator is transparent.
Usage
compute_psa(
assignments,
item_col = "item",
rater_col = "rater",
assigned_col = "assigned_construct",
target_col = "target_construct"
)Value
A data.frame with one row per item and columns item, target,
n_total, n, n_missing, n_target, and psa.
References
Anderson, J. C., & Gerbing, D. W. (1991). Predicting the performance of measures in a confirmatory factor analysis with a pretest assessment of their substantive validities. Journal of Applied Psychology, 76(5), 732-740. doi:10.1037/0021-9010.76.5.732