Description Usage Format Source Examples
Asymmetry of Brodmann's area 44 in 20 chimpanzees.
1 |
A data frame with 20 observations on the following 3 variables.
name
name of chimp
sex
a factor with levels F
and M
asymmetry
asymmetry score
Cantalupo, C. and W.D. Hopkins. 2001. Asymmetric Broca's area in great apes. Nature 414: 505.
1 2 3 4 5 6 | data(ChimpBrains)
xyplot(asymmetry ~ sex, ChimpBrains)
aggregate(asymmetry ~ sex, ChimpBrains, FUN = favstats)
if (require(Hmisc)) {
summary(asymmetry ~ sex, ChimpBrains, fun = favstats)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.