Toads: Right-handed Toads

Description Format Examples

Description

Hypothetical probability of a toad being right-handed

Format

A data frame with 19 observations on the following 2 variables.

n.toads

a numeric vector

prob

a numeric vector

Examples

1
2
3
4
5
6
Toads
# generate this data manually
cbind(0:18, dbinom(0:18, 18, 0.5))
xyplot(prob ~ n.toads, Toads, type = 'h', lwd = 4)
barchart(prob ~ n.toads, Toads, origin=0, horizontal=FALSE)
plotDist('binom', params = list(18,0.5), kind = 'hist')

abd documentation built on May 2, 2019, 2:14 p.m.