Previous Page | Next Page

The INBREED Procedure

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.

Previous Page | Next Page | Top of Page