Example code and data for "Practical Data Science with R" by Nina Zumel and John Mount, Manning 2014.
- The book: "Practical Data Science with R" by Nina Zumel and John Mount, Manning 2014 (book copyright Manning Publications Co., all rights reserved)
- The support site: GitHub WinVector/zmPDSwR
- Chapter 3: Exploring Data
- Chapter 4: Managing data
- custdata.tsv
- Synthetic example data derived from Census PUMS data to demonstrate retail related plots.
Load with
custdata <- read.table('custdata.tsv',header=T,sep='\t')
custdata2 <- read.table('custdata2.tsv',header=T,sep='\t')
load('exampleData.rData') # overrides custdata
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
No guarantee, indemnification or claim of fitness is made regarding any of these items.
No claim of license on works of others or derived data.