| AtlanticFish {gcKrig} | R Documentation |
Dataset of Mid-Atlantic Highlands Fish
Description
This dataset was studied by Johnson and Hoeting (2011) for analyzing pollution tolerance in Mid-Atlantic Highlands Fish. Pollution intolerant fish were sampled, and several stream characteristics were measured to assess water quality at 119 sites in the Mid-Atlantic region of the United States. All covariates of the data had been standardized to have mean 0 and variance 1.
Usage
data(AtlanticFish)
Format
A data frame with 119 observations and 12 variables.
LONLongitude of the location.
LATLatitude of the location.
ABUNDFish abundance at given locations, the discrete response.
ORDERStrahler stream order, a natural covariate measuring stream size.
DISTOTWatershed classified as disturbed by human activity, a variable reflecting stream quality.
HABAn index of fish habitat quality at the stream site, a variable reflecting stream quality.
WSAWatershed area, a natural covariate.
ELEVElevation.
RDRoad density in the watershed, a variable reflecting stream quality.
DOConcentration of dissolved oxygen in the stream at the sampling site, a stream quality variable.
XFCPercent of areal fish cover at the sampling site, a stream quality variable.
PCTPercent of sand in streambed substrate, a stream quality variable.
References
Johnson, D. and Hoeting, J. (2011) Bayesian Multimodel Inference for Geostatistical Regression Models, PLOS ONE, 6:e25677. https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0025677.
Examples
data(AtlanticFish)
str(AtlanticFish)