Data sets that have been discussed in class, used in homework, or used in exams are:
- Lab on 21 Jan: data files for spIntro.r, maps.r, and hands-on exercise
- swiss.csv Rainfall in Switzerland data set (csv file)
- swiss.xlsx Rainfall in Switzerland data set (xlsx file)
- IAcounty.txt Locations of some county seats in IA
- wind.txt Locations of some midwest wind farms
- IAcountyPop.xlsx Locations of some county seats, with population and growth information
- IAcountyLocs.csv Only the locations of some county seats, no data
- Data file for sample.r
- Data files for HW 1
- Data files for prediction2.r
- locs.txt Location and measurements for ordinary kriging 'by hand'
- covloc.txt VarianceCovariance matrix of obs locs for ordinary kriging 'by hand'
- s0cov.txt Covariances for prediction at (0.35, 0.35)
- s0covb.txt Covariances for prediction at (0.5, 0.5) and (0.25, 0.15)
- Data files for prediction3.r
- Data file for spatial analysis of a designed experiment
- Data files for HW 2
- Data sets to illustrate areal data
- Auckland infant mortality is data(auckland) in spData package
- spdiv.txt Species diversity on a grid, used for areal1.r (clustering of areal data)
- spdivSp.txt Species diversity as a data frame, could be used for areal1.r (clustering of areal data)
- flu.csv Made up data on flu incidence in IA, for areal2.r (spatial smoothing)
- Data files for HW 3
- scotland.Rdata Saved R copy of scotland, a SpatialPolygonsDataFrame object, with the Scottish lip cancer data set
- scotland.csv non-spatial version of scotland. All the data columns, no polygon information.
- Data sets to illustrate spatial point patterns
- swamp.csv locations of trees in a 1 ha plot of the Savannah River Swamp
- depth.Rdata Pixel image of approximate water depth, used in point2 code
- rabiesApr.txt Locations and years of Fox rabies detections in southern Germany. Data only from April.
- rabiesPoly.csv Boundary of Fox rabies study in southern Germany.