brook_trout: Brook trout impacts on Chinook salmon survival - original...

Description Usage Format Source References Examples

Description

Levin et al. 2002 studied the impacts of brook trout introduced for sport fishing on native Chinook salmon. Whitlock & Shulter used a subset of these data as an example in their textbook Analysis of Biological Data.

Usage

1

Format

A data frame, including:

site

Name of study site or stream

trout.PRES.ABS

Are brook trout present in the stream or absent from it?

release

Number of Chinook salmon released

recap

Number of juvenile chinook salmon "recaptured" by detecting their PIT tag; this was not reported in original paper but was estimated using published survival rate. The survival rate estiamted using mark-recapture methods to account for detection probabilities.

surv

survival rate

Source

http://rspb.royalsocietypublishing.org/content/269/1501/1663.short

References

Levin et al. 2002. Non-indigenous brook trout and the demise of Pacific salmon: a forgotten threat? PRSB 269. DOI: 10.1098/rspb.2002.2063

Whitlock & Schulter. 2nd ed. Analysis of Biological Data.

Examples

1
2
## t-test on survival rate (ignores years)
t.test(surv ~ trout.PRES.ABS, data = brook_trout)

brouwern/wildlifeR documentation built on May 28, 2019, 7:13 p.m.