Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.46 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.46 KB

Example code and data for "Practical Data Science with R" by Nina Zumel and John Mount, Manning 2014.

The code and data in this directory supports examples from:

  • Chapter 3: Exploring Data
  • Chapter 4: Managing data

Derived works (no claim of license here):

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

License for additional documentation, notes, code, and example data:

Creative Commons License
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.