Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Toads

Right-handed Toads


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

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

The Analysis of Biological Data

v0.2-8
GPL-2
Authors
Kevin M. Middleton <middletonk@missouri.edu>, Randall Pruim <rpruim@calvin.edu>
Initial release
2015-07-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.