jackknife | R Documentation |
A function implementing the jackknife estimator of the species number by Burnham and Overton 1978 and 1979.
jackknife(n, k = 5, conf = 0.95)
n |
a matrix or a numerical data frame of two columns. It is also called the “frequency of frequencies” data in literature. The first column is the frequency |
k |
a positive integer. |
conf |
a positive number |
The function jackknife
returns a list of: JackknifeOrder
, Nhat
, SE
and CI
.
JackknifeOrder |
the jackknife estimator order specified order by the user or determined by the testing procedure. |
Nhat |
jackknife estimate. |
SE |
standard error of the jackknife estimate. |
CI |
confidence interval of the jackknife estimate. |
Ji-Ping Wang, Department of Statistics, Northwestern University
Burnham, K. P., and Overton,W. S. (1978), Estimation of the Size of a Closed Population When Capture Probabilities Vary Among Animals, Biometrika, 65, 625-633.
Burnham, K. P., and Overton,W. S. (1979), Robust Estimation of Population Size When Capture Probabilities Vary Among Animals, Ecology, 60, 927-936.
library(SPECIES)
##load data from the package,
## "butterfly" is the famous tterfly data by Fisher 1943.
data(butterfly)
jackknife(butterfly,k=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.