PROC INBREED Statement
- PROC INBREED < options > ;
You can specify the following options
in the PROC INBREED statement.
-
AVERAGE
- A
-
produces a table of averages of
coefficients for each pedigree of offspring.
The AVERAGE option is used together with the
GENDER
statement to average the inbreeding/covariance
coefficients within sex categories.
-
COVAR
- C
-
specifies that all coefficients output consist of
covariance coefficients rather than inbreeding coefficients.
- DATA=SAS-data-set
-
names the SAS data set to be used by
PROC INBREED.
If you omit the DATA= option, the most
recently created SAS data set is used.
- IND
- I
-
displays the individuals' inbreeding coefficients (diagonal of the
inbreeding coefficients matrix) for each pedigree of offspring.
If you also specify the COVAR
option, the individuals'
covariance coefficients (diagonal of the
covariance coefficients matrix) are displayed.
-
INDL
-
displays individuals' coefficients for only the
last generation of a multiparous population.
-
INIT=cov
-
specifies the covariance value cov if any
of the parents are unknown; a value of 0 is
assumed if you do not specify the INIT= option.
- MATRIX
- M
-
displays the inbreeding coefficient
matrix for each pedigree of offspring.
If you also specify the COVAR
option, the covariance matrices
are displayed instead of inbreeding coefficients matrices.
-
MATRIXL
-
displays coefficients for only the last
generation of a multiparous population.
- NOPRINT
-
suppresses the display of all output. Note that this option
temporarily disables the Output Delivery System (ODS).
For more information, see Chapter 15, "Using the Output Delivery System."
- OUTCOV=SAS-data-set
-
names an output data set to contain the inbreeding coefficients.
When the COVAR
option is also specified, covariance estimates are
output to the OUTCOV= data set instead of inbreeding coefficients.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.