STATISTICS 322: ENVIRONMENTAL STATISTICS
Spring 2005
Instructor: Richard L. Smith


Proposed schedule for final presentations:

Tuesday April 26
12:30-1:00 Travis Gaydos
1:00-1:30 Ben Allshouse
1:30-2:00 Jie Zhou

Thursday April 26
12:30-1:00 Ping Bai
1:00-1:30 Linlin Wang
1:30-2:00 Taehee Hwang
2:00-2:30 Jim Crooks

If you want to change the order of presentation please email me, or agree among yourselves if two or more of you want to swap (however if you do this, please let me know). I have allowed half an hour per presentation.

S-PLUS code for drawing images as a map

File res12c.txt (data for image map program above)

File stat2.txt (data for image map program above)

Note: Lingsong has informed me that (contrary what I thought) it IS possible to produce similar maps in R.

Download the "maps" package from the CRAN central website, and then load it.

The statement
map('state')
produces a USA map exactly like the one in S-PLUS. There are other options as well - type
help('map')
for documentation.

Note that the "image" function works a different way in R from S-PLUS, but there's enough documentation on that, you should be able to figure it out for yourself.

Extreme values lectures.

Third group of lectures.

Second group of lectures.

First group of lectures.

Introductory handout