anaemia | R Documentation |
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)
This survey was conducted by the Ministry of Heath in Fiji. More details can be found at: https://ghdx.healthdata.org/record/fiji-national-nutrition-survey-2004
data(anaemia)
head(anaemia)
Iron <- anaemia$Iron
min(Iron); max(Iron)
hist(anaemia$Haemoglobin)
boxplot(anaemia$Folate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.