Enter your data

CSV file format with:
1) header at first line
2) animal tag at first column,
3) use ";" as separator.
If you need help to generate the CSV file, see below theinstructions for exporting via excel.

Instructions

CSV format

Animal data are represented by a CSV file.

Each row contains the animal tag followed by the values of the covariates.

Example:

    TAG,TUMOR1 (mm3),TUMOR2 (mm3),BLOOD PRESSURE (mmg)
    mice1,10.02,5.34,200
    mice2,12.12,6.43,230
    ...
  
  • Separator can be , (coma) or ; (semicolon)
  • Decimal format can be . (dot) or , (coma)

Best way to generate the CSV

The best way is to use a spreadsheet software.

Spreadsheet example

With Excel

You can export your data from Excel to CSV.

  • Go to File > Save As.
  • The Save As dialog box appears.
  • In the Save as type box, choose CSV (Comma delimited).

See more info on Excel documentation .

With Google Sheet

You can export your data from Google Sheet to CSV.

  • Go to File > Download.
  • Select Comma Separated Values (. csv)..