Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 9.59

Usage

Retail

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Retail)
attach(Retail)
summary(lm(sales~months))
detach(Retail)

Run the code above in your browser using DataLab