Spatial Analysis with R - ASSIGNMENTS

Individual work

Although you are certainly welcome to confer with others - including me - during your research, your report should be essentially unique and different from anyone else's. Collaborative projects may be conducted only with my explicit prior approval. Read the University System of Maryland POLICY ON MISCONDUCT IN SCHOLARLY WORK.

Submission

Submissions (or a URL) should be emailed to LDECOLA@COMCAST.NET (not to UMBC) by the due time listed below on the assignment.

Use the following file naming rule as it makes it easy to keep track of your work. Submission files are to be named as follows:
flname_n.ext, where
    f = first letter of your first name,
lname = your last name,
    n = assignment number, and
 .ext = file extension (.doc, .pdf, .ppt, etc.).

You are welcome to create an HTML document and post it on the web, sending me the URL.

Format

  1. All submissions must show a title, your name, class name, and date.
  2. Any item you copy or refer to must be cited correctly (see the examples in the syllabus) but look at a style guide for details. Be sure to include the correct URL and exact references for any data you use.
  3. I rarely print documents and generally view MSWord documents in 'web layout' mode, so don't spend much time trying to format them. The font should be readable at normal size.
  4. Graphics should fill about 2/3 of the width of the screen; anything smaller is too small, anything larger is likely to bleed off the screen in some circumstances.
  5. If you submit a spreadsheet, the worksheets and columns should be labeled meaningfully.
  6. You're welcome to submit the data as well if possible so I can experiment with them.
  7. If you want to include a map, submit it as a graphics file (.gif, .jpg, etc.) in order to share your work.

Useful information

  1. A report writing guide from my website; please read and refer to this when writing!

  2. A few places with spatial data:
    esri
    USGS
    US Census
    World Bank
    OpenStreetMap

  3. Some of the R spatial datasets i'm aware of:
    SIDS
    columbus
    NY8_utm18
    lukemia
    Boston_tracts
    bhicv

    As always: please post questions, etc. on the Blackboard discussion forum!


    Assignment #1: Stats and maps

    Using the text and the code from our first two sessions as a guide, perform a statistical and visual analysis of the Georgia county data from the Brundsdon book. The report should be about 3 "pages" in length and cover the following topics:

    1. Select two variables from the dataframe. Tell what they measure.
      Describe the data using standard statistical measures (mean(), summary()), as well as visualizations (hist(), qqnorm() etc.).
    2. Analyze possible 'relationships' between the two variables in several ways correlation, scatter diagram, regression.
    3. Map one of the variables using at least two binning techniques: interval (cuts() and quantile().
      Include a legend either based on the above barplot (preferred) or the legend() function.
    4. Discuss the spatial pattern; spatial autocorrelation, trend, causality, etc. - this discussion may be impressionistic rather than based on formal methods.

    Assignment #2: Point pattern analysis

    Perform a point pattern analysis on one of the New Haven crime point datasets. Use the examples from our online session and the text. In addition to a narrative, include:

    1. a map of the incidents and a discussion of the 'raw' point pattern; show them with and without contextual polygon information.
    2. a couple of kernel density images and what each shows.
    3. a simulated random point pattern using the same number of events as the study object, comparing the pattern with the data.
    4. a point pattern statistic and discussion.

    Assignment #3: Final report

    This research will be presented either online or in class at Shady Grove on Nov 15

    Develop an original spatial analysis project based on your professional or course work or some other interest. You're urged to share your ideas with me and others as you work on the project. Submit it by the usual deadline and be prepared to present it at our last meeting.

    Submission and presentation

    1. The submission must be a digital report document (see my report writing guide).
    2. The presentation may be from the digital document, PowerPoint slide show, etc.
    3. For the presentation, be prepared to demo your analysis using R: i.e. the data should be on your computer or readible in class for further exploration.

    Suggestions