Convert a wide-format matrix to long format
Convert an IRT response matrix in the wide format to a data frame in the long format. In the wide format each row corresponds to a respondent and each column to an item.
tolong(mat)
mat
a long-format data frame
Useful links