!DECIMALS
[
d
] (1lt=
d
| lt= 7) requests means be reported with
d
decimal places. If omitted, ASReml reports 5 significant digits;
if specified without an argument, 2 decimal places are reported,
!RANGE
requests the minimum and maximum of each cell be reported,
!SD
requests the standard deviation within each cell be reported,
!STATS
is shorthand for
!COUNT !SD !RANGE
,
!FILTER
filter
nominates a factor for selecting a portion of the data,
!SELECT
value
indicates that only records with
value
in the
filter
column are to be included,
~
factors
identifies the factors to be used
for classifying the data. Only factors (not covariates) may be
nominated and no more than six may be nominated.
ASReml prints the multiway table of means omitting empty cells to a file
with extension
.tab
.
Return to index
|