Learn R Programming

BSDA (version 1.01)

Readiq: Reading scores versus IQ scores

Description

Data for Exercises 2.10 and 2.53

Usage

Readiq

Arguments

Format

A data frame with 14 observations on the following 2 variables.

reading

a numeric vector

IQ

a numeric vector

Examples

Run this code
# NOT RUN {
str(Readiq)
attach(Readiq)
plot(IQ,reading)
model <- lm(reading~IQ)
abline(model)
detach(Readiq)
# }

Run the code above in your browser using DataLab