powered by
helper function to produce nicely formatted summary tables from a ConQuest Itanal.
fmtCqItanal( cqItanal, itemNumber = "all", ptBisFlag = 0, textColHighlight = "red", valueDecPlace = 2 )
A list
An ACER ConQuest itanal list object returned by function getCqItanal.
getCqItanal
a vector of generalised item numbers to format.
Something.
myEx1Sys <- ConQuestSys() myEx1Sys_itanal <- getCqItanal(myEx1Sys) myItanalSummary <- fmtCqItanal(myEx1Sys_itanal) print(myItanalSummary[[1]])
Run the code above in your browser using DataLab