Learn R Programming

Blossom (version 1.4)

lahontan: Lahontan cutthroat trout density in streams

Description

Lahontan cutthroat trout (Oncorhynchus clarki henshawi) numbers per meter of stream to stream width:depth ratio for n = 71 observations of streams across years in Nevada (Dunham et al. 2002, Cade 2005, Cade and Richards 2006, Cade et al. 2006).

Usage

data(lahontan)

Arguments

Format

A data frame with 71 observations on the following 6 variables.
lctm
Lahonton cutthroat trout per meter of stream.
widrat
Stream width:depth ratio
lnlctm
Log transformation of lctm.
wt
Weights estimated to account for heterogeneity.
wtwidrat
wt multiplied by widrat.
wtlnlctm
wt multiplied by lnlctm.

Source

Dunham, J.B., B.S. Cade, and J.W. Terrell. 2002. Influences of spatial and temporal variation on fish-habitat relationships defined by regression quantiles. Transactions of the American Fisheries Society 131, 86--98.

References

Cade, B.S. 2005.Linear models: Permutation methods. Pages 1049--1054 in B. Everitt and D. Howell, eds. Encyclopedia of Statistics in the Behavioral Science. Vol. 2. John Wiley and Sons.

Cade, B.S., J.D. Richards, and P.W. Mielke, Jr. 2006. Rank score and permutation testing alternatives for regression quantile estimates. Journal of Statistical Computation and Simulation 76, 331--355.

Cade, B.S., and J.D. Richards. 2006. A permutation test for quantile regression. Journal of Agricultural, Biological, and Environmental Statistics 11, 106--126.

Examples

Run this code
str(lahontan)
 plot(lahontan) # come up with a better plot when I understand the data

Run the code above in your browser using DataLab