→home
→lectures
→stat579
stat 579
Maps & Time Series
Slides
Maps & Time Series
Data & Code
R script of the commands used in class:
Planned:
08-crimes.R
08-nasa.R
Actual:
inclass-oct12.R
(Oct 12)
inclass-oct14.R
(Oct 14)
Crime Data: FBI recorded data on number of crimes in 2009 by state and type of crime:
crimes-09.csv
Nasa Data:
nasadata.csv
. This data set was part of ASA's
data competition in 2006
.
Additional Resources
The
reshape
package.
The
plyr
package.
Yihui's Forum:
Capital of Statistics
with a
focus on R
The data used this week is made public as part of the National Archive of Criminal Justice Data:
National Incident-Based Reporting System Resource Guide
: additional information, additional data
R homepage
Local copy of CRAN
, the comprehensive R network, where you can actually download R
R reference card
, which lists a lot of the functions we'll be using in the coming weeks.
ggplot2
: overview, mailing list, book draft