Syntax: INBREED Procedure
The following statements are available in PROC INBREED:
-
PROC INBREED
<options> ;
-
BY
variables
;
-
CLASS
variable
;
-
GENDER
variable
;
-
MATINGS
individual-list1 / mate-list1 <,..., individual-listn / mate-listn>
;
-
VAR
variables
;
The PROC INBREED statement is required. Items within angle brackets (< >) are optional. The syntax of each statement is described in the following sections.
Copyright © SAS Institute Inc. All rights reserved.