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