wide_to_long_mcq {beezdiscounting} | R Documentation |
Reshape MCQ data wide to long
Description
Reshape MCQ data wide to long
Usage
wide_to_long_mcq(dat, items = 27)
Arguments
dat |
Wide format MCQ assuming subject id is in column 1 |
items |
Number of MCQ questions |
Value
Long format data frame
[Package beezdiscounting version 0.3.1 Index]