make_polyIRT_data.Rd
This function converts continous performance data to polytomous data with 5 categories
make_polyIRT_data(df, method = 1)
The input data in a dataframe or a matrix
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.
The polytomous data frame.