tuna.r | R Documentation |
tuna
dataThe tuna
data come from an aerial line transect survey of Southern Bluefin Tuna in the Great Australian Bight and it is included in the boot
package. The tuna.r
data is a scaled version of the tuna
data within the [0,1] interval. This new data set is obtained as follows:
library(boot)
tuna.r <- tuna$y/17
tuna.r
A vector containing 64 observations.
The data were obtained from
Chen, S.X. (1996). Empirical likelihood confidence intervals for nonparametric density estimation. Biometrica, 83, 329-341.
tuna
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.