Learn R Programming

faraway (version 1.0.7)

vision: Acuity of vision in response to light flash

Description

The acuity of vision for seven subjects was tested. The response is the lag in milliseconds between a light flash and a response in the cortex of the eye. Each eye is tested at four different powers of lens. An object at the distance of the second number appears to be at distance of the first number.

Usage

data(vision)

Arguments

Format

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

acuity

a numeric vector

power

a factor with levels 6/6 6/18 6/36 6/60

eye

a factor with levels left right

subject

a factor with levels 1 2 3 4 5 6 7

Examples

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

Run the code above in your browser using DataLab