Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 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 1 2 3 4 5 6

Data Mashups in R (repost)

Posted By: arundhati
Data Mashups in R (repost)

Jeremy Leipzig, Xiao-Yi Li, "Data Mashups in R"
2011 | ISBN: 1449303536 | 38 pages | EPUB | 1,4 MB

How do you use R to import, manage, visualize, and analyze real-world data? With this short, hands-on tutorial, you learn how to collect online data, massage it into a reasonable form, and work with it using R facilities to interact with web servers, parse HTML and XML, and more. Rather than use canned sample data, you'll plot and analyze current home foreclosure auctions in Philadelphia.

This practical mashup exercise shows you how to access spatial data in several formats locally and over the Web to produce a map of home foreclosures. It's an excellent way to explore how the R environment works with R packages and performs statistical analysis.
Parse messy data from public foreclosure auction postings
Plot the data using R's PBSmapping package
Import US Census data to add context to foreclosure data
Use R's lattice and latticeExtra packages for data visualization
Create multidimensional correlation graphs with the pairs() scatterplot matrix package