View source: R/CWT Functions.R
cwtBoot | R Documentation |
Create a bootstrap confidence interval
cwtBoot(x, method = "parametric", nreps = 1000)
x |
default cwt input |
method |
The method to calculate bootstrapped intervals can be either "parametric" or "geiger". Using parametric bootstrapping follows a deterministic approach; using Geiger's method follows the Geiger (1990) approach to bootstrapping. |
nreps |
the number of fish sampled in the fishery |
x <- cwtEst(N=c(125000,NA), n=35000, lambda=c(800,800,600,600), m=6, theta=c(0.019, 102)) xBoot <- cwtBoot(x, method="parametric", nreps=10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.