Learn R Programming

subscore (version 1.2)

test.data: A list of objects that include both test information and subscores.

Description

This list consists of four objects. The first three objects are item responses of the three subtests. The fourth object is the scored data of the whoel test.

Usage

data("test.data")

Arguments

Format

The format is: List of 4 $ subtest.1 :'data.frame': 150 obs. of 15 variables: $ subtest.2 :'data.frame': 150 obs. of 15 variables: $ subtest.3 :'data.frame': 150 obs. of 20 variables: $ total.test:'data.frame': 150 obs. of 50 variables:

Details

Object 1: 150 participants and 15 items; Object 2: 150 participants and 15 items. Object 3: 150 participants and 20 items; Object 4: 150 participants and 20 items.

Examples

Run this code
data(test.data)
## maybe str(test.data) ; plot(test.data) ...

Run the code above in your browser using DataLab