Learn R Programming

SMPracticals (version 1.4-3.1)

marking: Examination Marking Data

Description

The data are from an experiment to compare how different markers assess examination scripts, some of which were original and others of which were photocopies.

Usage

data(marking)

Arguments

Format

A data frame with 32 observations on the following 5 variables.

Exam

Two exams were marked

Script

Scripts from 8 persons were marked, coded 1-8.

Marker

Coded 1-4

Original

Is the script an original (1) or a photocopy (0)?

y

The mark out of 80 attributed by the marker.

Details

Normally each marker had a different batch of scripts, but for the experiment one script was taken at random from each batch and replaced after three copies of it had been made. The three copies were sent to the other three markers who assessed them, while the original was replaced and assessed in the usual way. Each of the four copies was therefore assessed by a single marker, but the three markers who had a copy knew that the script was part of the experiment, while the person marking the original did not know it to be part of the experiment. The experiment was repeated at another examination, with the same examiners, but different scripts.

Examples

Run this code
data(marking)
## maybe str(marking) ; plot(marking) ...

Run the code above in your browser using DataLab