make_polyIRT_data: Converts continuous performance data to polytomous data with 5 categories.
Description
This function converts continous performance data to polytomous data with 5 categories
Usage
make_polyIRT_data(df, method = 1)
Value
The polytomous data frame.
Arguments
df
The input data in a dataframe or a matrix
method
If 1, then the data is an accuracy measure between 0 and 1. If 2, then the performance data is possibly has a bigger range. So we divide it into 5 equal bins to make it polytomous.