DemoBoot {primer}R Documentation

Demographic Resampling Function

Description

This resamples three specific data sets and calculates demographic statistics and bootstrapped confidence intervals.

Usage

DemoBoot(stagedat = NULL, fruitdat = NULL, seeddat = NULL, n = 1)

Arguments

stagedat A data frame identical in form to the data frame of the same name.
fruitdat A data frame identical in form to the data frame of the same name.
seeddat A data frame identical in form to the data frame of the same name.
n Number of bootstrap replicates.

Details

If necessary, more details than the description above

Value

Returns a list of length n, where each element is the output of a demographic analysis (see DemoInfo).

Author(s)

Hank Stevens (HStevens@muohio.edu)

References

H. Caswell. 2001. Matrix Population Models: Construction, Analysis, and Interpretation. Sinauer Associates, Inc., Sunderland, MA, USA, 2nd ed. edition.

S. P. Ellner and J. Guckenheimer. 2006. Dynamic Models in Biology. Princeton University Press.

M.H.H. Stevens. 2009. A Primer of Ecology with R. Use R! Series. Springer.

E.J. Berry, D.L. Gorchov, B.A. Endress, and M.H.H. Stevens. 2008. Source-sink dynamics within a plant population: the impact of substrate and herbivory on palm demography. Population Ecology, 50:63–77.

See Also

DemoInfo, ProjMat, stagedat, fruitdat, seeddat,

Examples

data(stagedat); data(fruitdat); data(seeddat)
DemoBoot(stagedat = stagedat, fruitdat = fruitdat, seeddat = seeddat)

[Package primer version 0.1 Index]