Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tastesgreat

Does new goo taste great?


Description

Fictitious data on taste test for new goo

Usage

data(tastesgreat)

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

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

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.