-
Notifications
You must be signed in to change notification settings - Fork 25
/
books.txt
50 lines (30 loc) · 1.39 KB
/
books.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
textbooks package:openintro R Documentation
Textbook data for UCLA Bookstore and Amazon
Description:
A random sample was taken of nearly 10% of UCLA courses. The most
expensive textbook for each course was identified, and its new
price at the UCLA Bookstore and on Amazon.com were recorded.
Usage:
data(textbooks)
Format:
A data frame with 73 observations on the following 7 variables.
‘deptAbbr’ Course department (abbreviated).
‘course’ Course number.
‘ibsn’ Book ISBN.
‘uclaNew’ New price at the UCLA Bookstore.
‘amazNew’ New price on Amazon.com.
‘more’ Whether additional books were required for the course (‘Y’
means "yes, additional books were required").
‘diff’ The UCLA Bookstore price minus the Amazon.com price for
each book.
Details:
The sample represents only courses where textbooks were listed
online through UCLA Bookstore's website. The most expensive
textbook was selected based on the UCLA Bookstore price, which may
insert bias into the data; for this reason, it may be beneficial
to analyze only the data where ‘more’ is ‘"N"’.
Source:
This data was collected by David M Diez on April 24th.
References:
See Section 5.1 of the Open Intro Statistics textbook: <
http://www.openintro.org/>