Learn R Programming

BSDA (version 0.1)

Shoplift: Sales receipts versus shoplifting losses for a department store

Description

Data for Exercise 9.58

Usage

Shoplift

Arguments

source

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

Examples

Run this code
str(Shoplift)
attach(Shoplift)
summary(lm(loss~sales))
detach(Shoplift)

Run the code above in your browser using DataLab