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).
There is now some functionality to read in conquest output (e.g.
cq_itanal
) and some rudimentary functionality to create syntax usingcq_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).