inst/examples/ex-jackknife.R

## Data from Conkey 1980, Kintigh 1989
data("cantabria")

## Shannon diversity index
(h <- heterogeneity(cantabria, method = "shannon"))

## Jackknife resampling
jackknife(h)

jackknife(h, f = summary)
nfrerebeau/tabula documentation built on June 14, 2025, 6:53 a.m.