DemoBoot {primer} | R Documentation |
This resamples three specific data sets and calculates demographic statistics and bootstrapped confidence intervals.
DemoBoot(stagedat = NULL, fruitdat = NULL, seeddat = NULL, n = 1)
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. |
If necessary, more details than the description above
Returns a list of length n
, where each element is the output of a demographic analysis (see DemoInfo
).
Hank Stevens (HStevens@muohio.edu)
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.
DemoInfo
, ProjMat
,
stagedat
,
fruitdat
,
seeddat
,
data(stagedat); data(fruitdat); data(seeddat) DemoBoot(stagedat = stagedat, fruitdat = fruitdat, seeddat = seeddat)