Learn R Programming

fossil (version 0.4.0)

chao.sd: Chao's estimation of standard error

Description

Computes the standard error for chao1 or chao2

Usage

chao.sd(x)

Arguments

x

a vector of abundances or frequencies of occurrences

Value

returns a value for standard deviation for chao1 or chao2

Details

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

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

Run this code
# NOT RUN {
## sample vector
a<-c(0,5,1,1,2,0,0,1,0,0,8,45)
chao.sd(a)

# }

Run the code above in your browser using DataLab