Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 2.90

Usage

data(Dyslexia)

Arguments

Format

A data frame with 8 observations on the following 7 variables.

words

a numeric vector

age

a numeric vector

gender

a factor with levels f m

handed

a factor with levels l r

weight

a numeric vector

height

a numeric vector

children

a numeric vector

Examples

Run this code
# NOT RUN {
str(Dyslexia)
attach(Dyslexia)
plot(weight,height)
plot(handed,words)
detach(Dyslexia)
# }

Run the code above in your browser using DataLab