The labels attribute specifies custom labels for each data column specified in the columns attribute.
<data> <datastream> <eyetracker> <summarydata>
label | The label for each column. |
If custom labels are not specified, the names in the columns attribute are used as labels.
The following specifies custom column labels in the data file:
<data>
/ labels = ("date", "time", "groupnumber", "subjectid", "mean reaction time", "error rate", "final score")
/ columns = (date, time, groupnumber, subjectid, values.meanrt, expression.errorrate, values.finalscore)
</data>