Skip to the content.

HomeInstallationDataMethodsGuideAbout


The data is loaded with read.csv2() and the tables are written with write.csv2(). The CSV file has a semicolon as separator. The data must contain the following information: SEX (“F” = female, “M” = male), AGE_DAYS (age in days), AGE_YEARS (age in years), VALUE (value of the analyte) and ANALYTE (name of the analyte):

SEX;AGE_DAYS;AGE_YEARS;VALUE;ANALYTE
M;2;0;1;EXAMPLE
F;2;0;2;EXAMPLE
F;3;0;;EXAMPLE
F;3;0;1;EXAMPLE
M;3;0;2;EXAMPLE

The data set can be presorted:

All tables can be saved as CSV and figures as PNG or some as EPS and JPEG. For plotly figures use the menu in the right corner.