Learn R Programming

fsia (version 1.0)

exam1: Simulated Test Responses with Key

Description

This data set contains simulated multiple choice responses to 30 items and the corrected response for each item. This is an instance of the output of function read.formscanner.

Usage

data("exam1")

Arguments

Format

A list with components
data
a data frame with 1000 multiple choice responses to 30 items.
key
a data frame containing the correct responses to the items.

Details

data is taken from the mchoice1 data set, key is taken from the key data set.

See Also

key, mchoice1, read.formscanner

Examples

Run this code
data(exam1)
head(exam1$data)
exam1$key

Run the code above in your browser using DataLab