chimps | R Documentation |
These are the times in minutes taken for four chimpanzees to learn each of four words.
data(chimps)
A data frame with 40 observations on the following 3 variables.
a factor with levels 1-4
a factor with 1-10
learning time (minutes)
Brown, B. W. and Hollander, M. (1977) Statistics: A Biomedical Introduction. New York: Wiley.
Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 485.
data(chimps)
anova(glm(y~chimp+word,Gamma(log),data=chimps),test="F")
anova(glm(y~word+chimp,Gamma(log),data=chimps),test="F")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.