lizard {CMHNPA} | R Documentation |
Lizard data
Description
The data come from Manly (2007) and relate to the number of ants consumed by two sizes of Eastern Horned Lizards over a four month period.
Usage
data(lizard)
Format
A data frame with 24 rows and three columns.
- month
the month in which the measurements were taken
- size
the size of the Eastern Horned Lizards
- ants
the number of ants consumed
Source
Manly (2007)
References
Manly, B. F. J. (2007). Randomization, Bootstrap and Monte Carlo Methods in Biology, Third Edition. Boca Raton: Chapman & Hall/CRC.
Examples
attach(lizard)
gen_cor(x = ants, y = month, z = size, U = 3, V = 3, W = 1)
[Package CMHNPA version 1.1.1 Index]