R/data.anthro.R

#' Simulated dataset ANTHRO 1
#'
#' Simulated dataset ANTHRO 1, in a data.frame with 873 observations of 5 harmonized
#' variables. The ANTHRO dataset contains synthetic data based. This dataset does not
#' contain any NA values.
#'
#' | **Variable** | **Description**             | **Type** | **Note** |
#' | ------------ | --------------------------- | -------- | -------- |
#' | age          | Age of child                | numeric  | months   |
#' | sex          | Gender of child             | integer  |          |
#' | weight       | Weight of child             | numeric  | kg       |
#' | height       | Height of child             | numeric  | cm       |
#' | muac         | Mid-upper arm circumference | numeric  | cm       |
#'
#' @name anthro1
#' @docType data
#' @keywords data
NULL

#' Simulated dataset ANTHRO 2
#'
#' Simulated dataset ANTHRO 2, in a data.frame with 796 observations of 5 harmonized
#' variables. The ANTHRO dataset contains synthetic data based. This dataset does not
#' contain any NA values.

#'
#' | **Variable** | **Description**             | **Type** | **Note** |
#' | ------------ | --------------------------- | -------- | -------- |
#' | age          | Age of child                | numeric  | months   |
#' | sex          | Gender of child             | integer  |          |
#' | weight       | Weight of child             | numeric  | kg       |
#' | height       | Height of child             | numeric  | cm       |
#' | muac         | Mid-upper arm circumference | numeric  | cm       |
#'
#' @name anthro2
#' @docType data
#' @keywords data
NULL

#' Simulated dataset ANTHRO 3
#'
#' Simulated dataset ANTHRO 3, in a data.frame with 221 observations of 5 harmonized
#' variables. The ANTHRO dataset contains synthetic data based. This dataset does not
#' contain any NA values.
#'
#' | **Variable** | **Description**             | **Type** | **Note** |
#' | ------------ | --------------------------- | -------- | -------- |
#' | age          | Age of child                | numeric  | months   |
#' | sex          | Gender of child             | integer  |          |
#' | weight       | Weight of child             | numeric  | kg       |
#' | height       | Height of child             | numeric  | cm       |
#' | muac         | Mid-upper arm circumference | numeric  | cm       |
#'
#' @name anthro3
#' @docType data
#' @keywords data
NULL
datashield/DSData documentation built on Nov. 8, 2021, 4:44 a.m.