fmtCqItanal function

fmtCqItanal

fmtCqItanal

helper function to produce nicely formatted summary tables from a ConQuest Itanal.

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.

Returns

A list

Examples

myEx1Sys <- ConQuestSys() myEx1Sys_itanal <- getCqItanal(myEx1Sys) myItanalSummary <- fmtCqItanal(myEx1Sys_itanal) print(myItanalSummary[[1]])
  • Maintainer: Dan Cloney
  • License: GPL-3
  • Last published: 2025-02-19