Multinomial calling index data.

data(gf)

Format

A list with 2 components

gf.data

220 x 3 matrix of count indices

gf.obs

list of covariates

References

Royle, J. Andrew, and William A. Link. 2005. A General Class of Multinomial Mixture Models for Anuran Calling Survey Data. Ecology 86, no. 9: 2505–2512.

Examples

data(gf)
str(gf.data)
#>  num [1:220, 1:3] 0 0 0 0 0 0 0 0 0 0 ...
#>  - attr(*, "dimnames")=List of 2
#>   ..$ : chr [1:220(1d)] "460503" "460503" "460503" "460503" ...
#>   ..$ : chr [1:3] "1" "2" "3"
str(gf.obs)
#> List of 3
#>  $ temp : num [1:220, 1:3] 17.3 16.5 19 19.7 18.6 16.2 17.8 20 18.6 17.1 ...
#>   ..- attr(*, "dimnames")=List of 2
#>   .. ..$ : chr [1:220(1d)] "460503" "460503" "460503" "460503" ...
#>   .. ..$ : chr [1:3] "1" "2" "3"
#>  $ samp1: num [1:220, 1:3] 1 1 1 1 1 1 1 1 1 1 ...
#>  $ samp3: num [1:220, 1:3] 0 0 0 0 0 0 0 0 0 0 ...