fmtCqItanal {conquestr} | R Documentation |
fmtCqItanal
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 |
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. |
Value
A list
Examples
myEx1Sys <- ConQuestSys()
myEx1Sys_itanal <- getCqItanal(myEx1Sys)
myItanalSummary <- fmtCqItanal(myEx1Sys_itanal)
print(myItanalSummary[[1]])
[Package conquestr version 1.5.1 Index]