Learn R Programming

klausuR (version 0.12-14)

antworten: Sample dataset: antworten

Description

Sample data of a multiple choice test.

Usage

data(antworten)

Arguments

Format

A data.frame with 20 observations of the following 37 variables.

No

Serial number for each subject (numeric vector)

Name

Family name (character vector)

FirstName

First name (character vector)

MatrNo

Matriculation number (numeric vector)

Pseudonym

Pseudonym for anonymous feedback (character)

Item01 to Item30

given answers, only one answer per item (numeric vector)

Item31 to Item32

given answers, several answers per item (numeric vector)

Details

This data was anonymised and Items 31 and 32 modified, to demonstrate items with multiple answers as well.

Examples

Run this code
# NOT RUN {
data(antworten)
# }

Run the code above in your browser using DataLab