I am using the following R function for an IRT analysis:
item.diff.rasch(item)
As the manual says, item
is a matrix containing information on item responses. I would like to generate this matrix from a txt-file containing a table with test data.
My problem is that I don't know what format this table needs to have so that I can generate a matrix for the R function from it.