Icecream {CarletonStats}R Documentation

Ice cream data

Description

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

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

Source

Data collected by Carleton student Ann Butkowski (2008).

Examples


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


[Package CarletonStats version 2.2 Index]