tastesgreat | R Documentation |
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.
data(tastesgreat) summary(glm(enjoyed ~ gender + age, data=tastesgreat, family=binomial))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.