
Fictitious data on taste test for new goo
data(tastesgreat)
A data frame with 40 observations on the following 3 variables.
a factor with levels Female
Male
a numeric vector
1 if enjoyed, 0 otherwise
Fictitious data on a taste test with gender and age as covariates.
# NOT RUN {
data(tastesgreat)
summary(glm(enjoyed ~ gender + age, data=tastesgreat, family=binomial))
# }
Run the code above in your browser using DataLab