This is a block entry. The block begins with a line containing the code DATA (can be abbreviated to DAT) followed by the name of the data file. There is no default name. The general form of the data file required in described in 6.1.
The following lines specify the record layout of the data file for all traits. There are two alternative ways of specification.
For each trait in turn, there should be one parameter file line for each column, up to
the last column used in the analysis.
The lines can have up to 3 elements :
where
is a one- or two-digit trait number. This can be
omitted for univariate analyses.
The block is terminated by a line with the code END.
EXAMPLE: This shows the block for an analysis reading records for 2 traits from the file mydata.dat.
If there are several traits for which the record layout is the same, the respective
record layout can be given for the whole group of traits. This avoids tedious
duplication of lines.
This alternative is selected by placing the code GRP after the name of the data file
(same line, separated by a space).
For each group of traits, the following lines need to be given :
Again, the block is terminated by a line with the code END.
EXAMPLE: This shows the ‘grouped’ alternative for specifying the data file layout, for two traits with the same column structure in the example above.
DATA mydata.dat GRP
TRNOS 1 2
traitno 2
animal 1000
fixeffect 50
NAMES weight feedintake
END DATA