powered by
Number of eggs laid by female fireflies (Photinus ignitus (Fall, 1927)) after mating either with just one male or sequentially with three males.
data("firefly")
A data frame with 40 observations on the following 3 variables.
weight
Weight of each female firefly.
eggs
Number of eggs produced after mating.
mating
Type of experimental mating: either single male or triple mating with tree different males.
single
triple
data(firefly) str(firefly)
Run the code above in your browser using DataLab