chao.sd: Chao's estimation of standard error

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/chao.sd.R

Description

Computes the standard error for chao1 or chao2

Usage

1

Arguments

x

a vector of abundances or frequencies of occurrences

Details

primarily designed to be used internally by spp.est to calculate the errors for the chao estimators

Value

returns a value for standard deviation for chao1 or chao2

Author(s)

Matthew Vavrek

References

Colwell, R.K. 2010. EstimateS: Statistical estimation of species richness and shared species from samples. Version 8.2. User's Guide and application published at: http://purl.oclc.org/estimates.

See Also

chao1, spp.est

Examples

1
2
3
## sample vector
a<-c(0,5,1,1,2,0,0,1,0,0,8,45)
chao.sd(a)

fossil documentation built on March 23, 2020, 5:06 p.m.