Description Usage Arguments Author(s) References Examples
Sighting based estimators of extinction that will calculate p values for persistance at each year after the last sighting event of a species. Unlike Burgman, Solow1993.eq2, Solow2005.eq7 these predictors do not need a test.year.
1 2 | Robson1964(sightingdata, alpha, data.out)
Strauss89(sightingdata, alpha, data.out)
|
sightingdata |
A data.frame with two columns, the first containing the year at which a sighting has (or as not) occured, the second a column of the number of sightings that have occured in each year. Column names are not restricted. Data msut be ranked from oldest at the top, to most recent at the bottom, and restricted to a single row per year. See example.data. |
alpha |
A 1-alpha confidence interval is calculated for a given value of alpha, typically set as 0.05 (i.e. a 95%CI). |
data.out |
A year which chance of persistance is calculated up until, typically set as the current year (i.e. test whether the species is currently predicted to be extant or extinct). |
Christopher Clements
Robson, D. S., & Whitlock, J. H. (1964). Estimation of a Truncation Point. Biometrika, 31(1/2), 33-39.
Strauss, D., & Sadler, P. M. (1989). Classical confidence intervals and Bayesian probability estimates for ends of local taxon ranges. Mathematical Geology, 21(4), 411-427.
1 2 3 | data(example.data)
Robson1964(example.data, alpha=0.05, data.out=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.