Learn R Programming

BSDA (version 0.1)

Visual: Visual acuity of a group of subjects tested under a specified dose of a drug

Description

Data for Exercise 5.6

Usage

Visual

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Visual)
attach(Visual)
stem(visual)
fivenum(visual)
boxplot(visual)
detach(Visual)

Run the code above in your browser using DataLab