Learn R Programming

BSDA (version 1.01)

Rainks: Rainfall in an area of west central Kansas and four surrounding counties

Description

Data for Exercise 9.8

Usage

Rainks

Arguments

Format

A data frame with 35 observations on the following 5 variables.

rain

a numeric vector

x1

a numeric vector

x2

a numeric vector

x3

a numeric vector

x4

a numeric vector

Examples

Run this code
# NOT RUN {
str(Rainks)
attach(Rainks)
cor(Rainks)
lm(rain~x2)
detach(Rainks)
# }

Run the code above in your browser using DataLab