powered by
Calculate Agreement statistic
agree_stat(data, items, cut_score, scale = "raw")
A data frame of dichotomously scored test times
Raw column indices representing the test items
A raw or percentage cut-score
A character vector indicating whether the cut-score is 'raw' (default) or 'percent'
Agree Agreement statistic values for items on the test
# NOT RUN { agree_stat(bh_depend, 2:31, 21, scale = 'raw') # }
Run the code above in your browser using DataLab