markdly / conquestr

R package for working with ConQuest item response modelling software
Other
1 stars 0 forks source link

conquest analysis function #5

Closed markdly closed 6 years ago

markdly commented 6 years ago

There is now some functionality to read in conquest output (e.g. cq_itanal) and some rudimentary functionality to create syntax using cq_syntax. Next a function to generate an analysis would be nice to start bringing things together. Use inbuilt package data as an example. This involves creating syntax and associated files (mydata.txt, mydata.lab) based on a dataframe of item responses. Smaller helper functions will also be needed (e.g. to identify response columns).

markdly commented 6 years ago

Current setup using cqc_syntax() and related functions is sufficient for now. Will revisit this in future if needed.