maria | R Documentation |
Example file with child and time data
donordata format. A list with elements child
and time
.
Tibble containing child-level covariates
Tibble containing growth data per time point.
The child
tibble contains the following variables:
Source, here "smocc"
(character)
ID, unique id
of each child (numeric)
Child nickname (character)
Date of birth (character, dd-mm-yy)
Sex, "male"
or "female"
(character)
Gestational age in days (numeric)
Mother smoked during pregnancy, 0 = no, 1 = yes (numeric)
Birth weight in grammes (numeric)
Date of birth, mother (character, dd-mm-yy)
Date of birth, father (character, dd-mm-yy)
Height of mother in cm (numeric) (numeric)
Height of father in cm (numeric) (numeric)
Ethnicity, "MA"
, "NL"
, or "TU"
(character)
The time
tibble contains the following variables:
Source (character))
ID, unique id
of each child (numeric)
Decimal age (numeric)
Sex, "male"
or "female"
Gestational age in completed weeks
Height measurement in cm
Weight measurement in kg
Head circ measurement in cm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.