Dyslexia {BSDA}R Documentation

Data on a group of college students diagnosed with dyslexia

Description

Data for Exercise 2.90

Usage

Dyslexia

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

Source

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

Examples

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

[Package BSDA version 0.1 Index]