Learn R Programming

BSDA (version 1.01)

Reading: Standardized reading scores for 30 fifth graders

Description

Data for Exercise 1.72 and 2.10

Usage

Reading

Arguments

Format

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

reading

a numeric vector

sorted

a numeric vector

trimmed

a numeric vector

winsoriz

a numeric vector

Examples

Run this code
# NOT RUN {
str(Reading)
attach(Reading)
EDA(reading)
detach(Reading)
# }

Run the code above in your browser using DataLab