powered by
The Anaemia data comes from the Fiji National Nutritional Survey in 2004 on the "Micronutrient Status of Women in Fiji".
data(anaemia)
A population data frame with 724 rows on some of the key components collected in the survey. The variables are:
Haemoglobin
Level of Haemoglobin (mmol/L)
Iron
Level of Iron (ng/mL)
Folate
Level of Folate (mmol/L)
data(anaemia) head(anaemia) Iron <- anaemia$Iron min(Iron); max(Iron) hist(anaemia$Haemoglobin) boxplot(anaemia$Folate)
Run the code above in your browser using DataLab