Learn R Programming

mistat (version 2.0.4)

KEYBOARDS: New Designs of Feyboards for Desktop Computers

Description

The design of the keyboard might have effect on the speed of typing or on the number of typing errors. Noisy factors are typist or type of job. Letters A, B, C, D of variable keyboard denote the designs.

Usage

data(KEYBOARDS)

Arguments

Format

A data frame with 25 observations on the following 4 variables.

typist

The typist, a factor with levels 1 2 3 4 5

job

The type of job, a factor with levels 1 2 3 4 5

keyboard

Keyboard design, a factor with levels A B C D E

errors

Number of typing errors, a numeric vector

Examples

Run this code
data(KEYBOARDS)

boxplot(errors ~ keyboard, data=KEYBOARDS, ylab="Errors")

Run the code above in your browser using DataLab