anaemia {stratifyR} | R Documentation |
Micronutrient data on Anaemia in Fiji
Description
The Anaemia data comes from the Fiji National Nutritional Survey in 2004 on the "Micronutrient Status of Women in Fiji".
Usage
data(anaemia)
Format
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)
Source
This survey was conducted by the Ministry of Heath in Fiji. More details can be found at: http://ghdx.healthdata.org/record/fiji-national-nutrition-survey-2004
Examples
data(anaemia)
head(anaemia)
Iron <- anaemia$Iron
min(Iron); max(Iron)
hist(anaemia$Haemoglobin)
boxplot(anaemia$Folate)
[Package stratifyR version 1.0-3 Index]