tastesgreat: Does new goo taste great?

Description Usage Format Details Examples

Description

Fictitious data on taste test for new goo

Usage

1

Format

A data frame with 40 observations on the following 3 variables.

gender

a factor with levels Female Male

age

a numeric vector

enjoyed

1 if enjoyed, 0 otherwise

Details

Fictitious data on a taste test with gender and age as covariates.

Examples

1
2
data(tastesgreat)
summary(glm(enjoyed ~ gender + age, data=tastesgreat, family=binomial))

jverzani/UsingR documentation built on Aug. 3, 2020, 11:57 a.m.