Robson1964: Robson1964, Strauss89

Description Usage Arguments Author(s) References Examples

View source: R/Robson1964.R

Description

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.

Usage

1
2
Robson1964(sightingdata, alpha, data.out)
Strauss89(sightingdata, alpha, data.out)

Arguments

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).

Author(s)

Christopher Clements

References

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.

Examples

1
2
3
	data(example.data)
    Robson1964(example.data, alpha=0.05, data.out=FALSE)
  

sExtinct documentation built on May 30, 2017, 7:23 a.m.