Case studies
We are hoping to add a few case studies over the next two months. We would like to receive data-sets from our users if you have a nice example. What experimental designs are you using ?
The best way to send data is via a csv file, with clear headers and an accompanying one page of Metadata (variables names and their definitions, and units) . A comma separated file (csv) file is just a header with variables in columns and rows of individual experimental units. If it is a complex data set there should be columns for each experimental unit. If the data is in Excel you can get a Worksheet set up in the correct way and save as csv using the drop down file-types in Excel.
ID,Year,Block,Factor1,Factor2,Height
1001,2015,1,A,T1,45.7
1002,2015,1,A,T2,87.2
1003,2015,1,A,T3,67.4
The column names should have no spaces and only characters and underscore _
For example Factor1 , Factor_1 or Fact.1 are acceptable.
Recent Comments