Learn R Programming

CarletonStats (version 2.2)

Icecream: Ice cream data

Description

Nutritional information on vanilla and chocolate ice cream from a sample of companies.

Arguments

Format

A data frame with 39 observations on the following 7 variables.

Brand

Brand name

VanillaCalories

Calories per serving in vanilla

VanillaFat

Fat per serving (g) in vanilla

VanillaSugar

Sugar per serving (g) in vanilla

ChocCalories

Calories per serving in chocolate

ChocFat

Fat per serving (g) in chocolate

ChocSugar

Sugar per serving (g) in chocolate

Examples

Run this code

head(Icecream)
t.test(Icecream$VanillaCalories, Icecream$ChocCalories, paired = TRUE)

Run the code above in your browser using DataLab