ex0429: Salvage Logging

Description Usage Format Source References Examples

Description

The data are the number of tree seedlings per transect in nine logged (L) and seven unlogged (U) plots affected by the Oregon Biscuit Fire, in 2004 and 2005, and the percentage of seedlings lost between 2004 and 2005. The goal is to see whether the distribution of seedlings lost differs in logged and unlogged plots.

Usage

1

Format

A data frame with 16 observations on the following 5 variables.

Plot

an identification code for plot

Action

a factor with levels "L" for logged and "U" for unlogged

Seedlings2004

the number of seedlings in the plot in 2004

Seedlings2005

the number of seedlings in the plot in 2005

PercentLost

the percentage of 2004 seedlngs that were lost

Source

Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.

References

Donato, D.C., Fontaine, J.B., Campbell, J.L., Robinson, W.D., Kauffman, J.B., and Law, B.E. (2006). Post-Wildfire Logging Hinders Regeneration and Increases Fire Risk, Science 311: 352.

Examples

1

Example output

'data.frame':	16 obs. of  5 variables:
 $ Plot         : chr  "Plot 1" "Plot 2" "Plot 3" "Plot 4" ...
 $ Action       : Factor w/ 2 levels "L","U": 1 1 1 1 1 1 1 1 1 2 ...
 $ Seedlings2004: int  298 471 767 576 407 1534 2423 1697 1137 288 ...
 $ Seedlings2005: int  164 221 454 141 217 224 349 1388 646 220 ...
 $ PercentLost  : num  45 53.1 40.8 75.5 46.7 85.4 85.6 18.2 43.2 23.6 ...

Sleuth3 documentation built on May 2, 2019, 6:41 a.m.