Learn R Programming

conquestr (version 1.4.5)

getCqItanal: getCqItanal

Description

helper function to return list of lists, each list relates to one generalised item from an ACER ConQuest itanal output. Each list contains: (1) item-total and item-rest correlations ....

Usage

getCqItanal(sysFile, matrixPrefix = NULL, isDebug = FALSE)

Value

A list.

Arguments

sysFile

An ACER ConQuest system file.

matrixPrefix

The name of the itanal analysis defined in ACER ConQuest. For example, in ACER ConQuest syntax itanal ! matrixout = itan, ... ; the value of matrixPrefix is "itan". Note, this is required as an ACER ConQuest system file can contain outputs from several calls to itanal. A common use, for example, is to call itanal for an overall analysis, and a second call to itanal for group-level analysis.

isDebug

A boolean to toggle on or off debug output

Examples

Run this code
myItanal <- getCqItanal()
print(myItanal[[1]])

Run the code above in your browser using DataLab