Learn R Programming

BSDA (version 0.1)

Dyslexia: Data on a group of college students diagnosed with dyslexia

Description

Data for Exercise 2.90

Usage

Dyslexia

Arguments

source

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

Examples

Run this code
str(Dyslexia)
attach(Dyslexia)
plot(weight,height)
plot(handed,words)
detach(Dyslexia)

Run the code above in your browser using DataLab