| cereals {lgrdata} | R Documentation |
Cereal nutrition data
Description
This dataset summarizes 77 different brands of breakfast cereals, including calories, proteins, fats, and so on, and gives a 'rating' that indicates the overall nutritional value of the cereal.
Usage
cereals
Format
A data frame with 77 rows and 13 variables:
Cereal.namecharacter Cereal name
Manufacturerfactor Cereal manufacturer (letter code)
Cold.or.Hotfactor 'C' or 'H'
caloriesinteger
proteininteger
fatinteger
sodiuminteger
fiberdouble
carbodouble
sugarsinteger
potassinteger
vitaminsinteger
ratingdouble Health rating of the cereal (unknown calculation method).
Source
<https://dasl.datadescription.com/datafile/cereals/> (Originally at Statlib CMU).
[Package lgrdata version 0.1.1 Index]