se.jack | R Documentation |
Calculates the conventional jackknife standard error from a set of pseudovalues. The function se.jack
provides Tukey's jackknife estimator. The function se.jack
provides a measure associated with first order jackknife estimates of species richness (Heltsche and Forester 1983).
se.jack(x)
se.jack1(x)
x |
A numeric vector of pseudovalue, for instance from function |
Ken Aho
Heltshe, J. F., and N. E. Forrester (1983) Estimating species richness using the jackknife procedure. Biometrics 39: 1-12.
pseudo.v
trag <- c(59, 49, 75, 43, 94, 68, 77, 78, 63, 71, 31, 59, 53, 48, 65, 73, 50, 59, 50, 57)
p <- pseudo.v(trag, statistic = mean)
se.jack(p[,2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.