landsat {JoSAE} | R Documentation |
LANDSAT data: Prediction of County Crop Areas Using Survey and Satellite Data
Description
The landsat
data.frame is a compilation (by Battese
et al., 1988) of survey and satellite data. It consists of data on
segments (primary sampling unit; 1 segement =approx= 250 hectares) under
corn and soybeans for 12 counties in north-central Iowa; see Details,
below.
The landsat data.frame was made available by Tobias Schoch with the R package rsae. Since rsae was archived as of R 3.0.2, the data and this description was copied from rsae 0.1-4 in the archives.
Usage
data(landsat)
Format
A data frame with 37 observations on the following 10 variables.
SegmentsInCounty
-
a numeric vector; no. of segments per county
SegementID
-
a numeric vector; sample segment identifier (per county)
HACorn
-
a numeric vector; hectares of corn for each sample segment (as reported in the June 1978 Enumerative Survey)
HASoybeans
a numeric vector; hectares of soybeans for each sample segment (as reported in the June 1978 Enumerative Survey)
PixelsCorn
-
a numeric vector; no. of pixels classified as corn for each sample segment (LANDSAT readings)
PixelsSoybeans
-
a numeric vector; no. of pixels classified as soybeans for each sample segment (LANDSAT readings)
MeanPixelsCorn
-
a numeric vector; county mean number of pixels classified as corn
MeanPixelsSoybeans
-
a numeric vector; county mean number of pixels classified as soybeans
outlier
-
a logical vector; flags observation no. 33 as outlier
CountyName
-
a factor with levels (i.e., county names)
Cerro Gordo
Hamilton
Worth
Humboldt
Franklin
Pocahontas
Winnebago
Wright
Webster
Hancock
Kossuth
Hardin
Details
The landsat
data is a compilation (by Battese et al., 1988) of the LANDSAT satellite data from the U.S. Department of Agriculture (USDA) and the 1978 June Enumerative Survey.
Survey data
The survey data on the areas under corn and soybeans (reported in hectares) in the 37 segments of the 12 counties (north-central Iowa) have been determined by USDA Statistical Reporting Service staff, who interviewed farm operators. A segment is about 250 hectares.
Satellite data
For the LANDSAT satellite data, information is recorded as "pixels". The USDA has been engaged in research toward transforming satellite information into good estimates of crop areas at the individual pixel and segments level. A pixel is about 0.45 hectares. The satellite (LANDSAT) readings were obtained during August and September 1978.
Data for more than one sample segment are available for several counties (i.e, unbalanced data).
Observations No. 33 has been flaged as outlier (cf., Battese et al. (1988, p. 28).
Source
The data landsat
is from Table 1 of Battese et al. (1988,
p. 29).
Schoch (2011) rsae: Robust Small Area Estimation, R package version 0.1-4: http://cran.r-project.org/src/contrib/Archive/rsae/rsae_0.1-4.tar.gz
References
Battese, G.E, R.M. Harter, and W.A. Fuller (1988): An Error-Components Model for Prediction of County Crop Areas Using Survey and Satellite Data, Journal of the American Statistical Association 83, pp. 28–36.
Examples
data(landsat)