Learn R Programming

equateMultiple (version 1.1.1)

mathTest: Math Test Data

Description

List of 5 datasets with the binary responses (correct/wrong) to 5 forms of a math test.

Usage

data("mathTest")

Arguments

Format

A list of length 5, containing 5 data frames. Each dataset contains rows of responses from individuals to various items, with the item labels as the column headers.

Examples

Run this code
data(mathTest)
mathTest[[1]][1:3,]

Run the code above in your browser using DataLab