View source: R/itanalHelpers.R
| fmtCqItanal | R Documentation | 
helper function to produce nicely formatted summary tables from a ConQuest Itanal.
fmtCqItanal(
  cqItanal,
  groups = "all",
  itemNumber = "all",
  ptBisFlag = 0,
  textColHighlight = "red",
  valueDecPlace = 2
)
| 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. | 
A list
myEx1Sys <- ConQuestSys()
myEx1Sys_itanal <- getCqItanal(myEx1Sys)
myItanalSummary <- fmtCqItanal(myEx1Sys_itanal)
print(myItanalSummary[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.