R/malnutrition.R

##' @title Malnutrition in Ghana
##' @description This geostatistical dataset was extracted from the Demographic and Health Survey 2014 conducted in Ghana.
##' \itemize{
##'  \item lng Longitude of the sampling cluster.
##'  \item lat Latitude of the sampling cluster.
##'  \item age age in months of the child.
##'  \item sex sex of the child.
##'  \item HAZ height-for-age Z-score.
##'  \item WAZ weight-for-age Z-score
##'  \item urb binary indicator: urban area=1; rural area=0.
##'  \item etn ethnic group.
##'  \item edu level of education of the mother, which takes integer values from 1="Poorly educated" to 3="Highly educated".
##'  \item wealth wealth score of the household, which takes integer values from 1="Poor" to 3="Rich".
##' }
##' The coordinate reference system is 3857.
##' @docType data
##' @keywords datasets
##' @name malnutrition
##' @usage data(malnutrition)
##' @format A data frame with 2671 rows and 10 variables
##' @source Demographic and Health Survey, dhsprogram.com
NULL

Try the RiskMap package in your browser

Any scripts or data that you put into this service are public.

RiskMap documentation built on June 25, 2024, 5:08 p.m.