Learn R Programming

BSDA (version 1.01)

Retail: Length of employment versus gross sales for 10 employees of a large retail store

Description

Data for Exercise 9.59

Usage

Retail

Arguments

Format

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

months

a numeric vector

sales

a numeric vector

Examples

Run this code
# NOT RUN {
str(Retail)
attach(Retail)
summary(lm(sales~months))
detach(Retail)
# }

Run the code above in your browser using DataLab