powered by
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.
data(lizard)
A data frame with 24 rows and three columns.
the month in which the measurements were taken
the size of the Eastern Horned Lizards
the number of ants consumed
Manly, B. F. J. (2007). Randomization, Bootstrap and Monte Carlo Methods in Biology, Third Edition. Boca Raton: Chapman & Hall/CRC.
attach(lizard) gen_cor(x = ants, y = month, z = size, U = 3, V = 3, W = 1)
Run the code above in your browser using DataLab