| salamander {mdhglm} | R Documentation |
Salamander Data
Description
McCullagh and Nelder (1989) presented a data set on salamander mating. Three experiments were conducted: two were done with the same salamanders in the summer and autumn and another one in the autumn of the same year using different salamanders. The response variable is binary, indicating success of mating. In each experiment, 20 females and 20 males from two populations called whiteside, denoted by W, and rough butt, denoted by R, were paired six times for mating with individuals from their own and the other population, resulting in 120 observations in each experiment.
Usage
data("salamander")
Format
A data frame with 360 observations on the following 7 variables.
Seasona factor with levels
FallandSummerExperimentexperiment number
TypeMa factor for male with levels
RandWTypeFa factor for female with levels
RandWMalemales identifier for 20 males
Femalefemales idenfier for females
Mate1=success of mating, 0=failness of mating
Source
McCullagh, P. and Nelder, J.A. (1989). Generalized Linear Models. Chapman and Hall, London.