Learn R Programming

BSDA (version 1.01)

Verbal: Verbal test scores and number of library books checked out for 15 eighth graders

Description

Data for Exercise 9.30

Usage

Verbal

Arguments

Format

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

number

a numeric vector

verbal

a numeric vector

SRES1

a numeric vector

FITS1

a numeric vector

Examples

Run this code
# NOT RUN {
str(Verbal)
attach(Verbal)
model <- lm(verbal~number)
summary(model)
detach(Verbal)
remove(model)
# }

Run the code above in your browser using DataLab