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

test.dataR Documentation

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 on the three subscales (algebra, geometry, and measurement). The fourth object is the response data on the total test.

Usage

data("test.data")

Format

The format is: A list with 4 objects:

$ Algebra :'data.frame': 150 obs. of 15 variables:

$ Geometry :'data.frame': 150 obs. of 15 variables:

$ Measurement:'data.frame': 150 obs. of 20 variables:

$ Math :'data.frame': 150 obs. of 50 variables:

Details

Algebra: Responses of 150 participants to 15 items; Geometry: Responses of 150 participants to 15 items. Measurement: Responses of 150 participants to 20 items; Math: Responses of 150 participants to 20 items.

Examples

data(test.data)
# maybe str(test.data); plot(test.data) ...

subscore documentation built on May 24, 2022, 5:07 p.m.

Related to test.data in subscore...