Learn R Programming

fsia (version 1.0)

mchoice1id: Simulated Test Responses

Description

This data set contains simulated multiple choice responses to 30 items.

Usage

data("mchoice1id")

Arguments

Format

A data frame with 1000 observations on the following 37 variables.
File.name
file name.
I1-I30
responses given to the items.

Details

Columns I1-I30 are the same of data set mchoice1. Column File.name of data set mchoice1 can be obtained by concatenating columns N1-N6. This data set shares 10 common items with the mchoice2id data set. Column names I1-I30 uniquely identify the items.

See Also

exam1, key, read.formscanner

Examples

Run this code
data(mchoice1id)
head(mchoice1id)

Run the code above in your browser using DataLab