| tuna.r {bde} | R Documentation |
Scaled tuna data
Description
The 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
Usage
tuna.r
Format
A vector containing 64 observations.
Source
The data were obtained from
Chen, S.X. (1996). Empirical likelihood confidence intervals for nonparametric density estimation. Biometrica, 83, 329-341.
See Also
[Package bde version 1.0.1.1 Index]