Learn R Programming

BSDA (version 1.01)

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

Format

A data frame with 18 observations on the following variable.

visual

a numeric vector

Examples

Run this code
# NOT RUN {
str(Visual)
attach(Visual)
stem(visual)
fivenum(visual)
boxplot(visual)
detach(Visual)
# }

Run the code above in your browser using DataLab