Learn R Programming

subscore (version 1.2)

CTTsub.RegOnSub: This function computes subscores based on the observed subscore in classical test theory (CTT).

Description

This function computes CTT subscores based on the observed subscore, using the methods introduced in Haberman (2008), Haberman et al. (2009), and Sinharay (2010), which returns: (1) Original Observed subscore; (2) The true subscore is estimated based on the observed subscore;

Usage

CTTsub.RegOnSub(test.data)

Arguments

test.data
A list that contains datasets of all subtests and the whole test, which can be obtained using function 'data.prep'.

Value

  • A list of objects that include both test information and subscores: (1) "subscore.information" - It contains test information of both subtests and the total test, such as mean of subscores and total score, reliability, and PRMSE. (2) "subscore.original" - It contains original subscores and total score. (3) "subscore.RegOnSub" - It contains subscores that are estimated based on the observed subscore.

Examples

Run this code
CTTsub.RegOnSub(test.data)

Run the code above in your browser using DataLab