The INBREED Procedure

ODS Table Names

PROC INBREED assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 47.2. For more information on ODS, see Chapter 20: Using the Output Delivery System.

Table 47.2: ODS Tables Produced by PROC INBREED

ODS Table Name

Description

Statement

Option

AvgCovCoef

Averages of covariance coefficient matrix

GENDER

COVAR and AVERAGE

AvgInbreedingCoef

Averages of inbreeding coefficient matrix

GENDER

AVERAGE

CovarianceCoefficient

Covariance coefficient table

PROC

COVAR and MATRIX

InbreedingCoefficient

Inbreeding coefficient table

PROC

MATRIX

IndividualCovCoef

Covariance coefficients of individuals

PROC

IND and COVAR

IndividualInbreedingCoef

Inbreeding coefficients of individuals

PROC

IND

MatingCovCoef

Covariance coefficients of matings

MATINGS

COVAR

MatingInbreedingCoef

Inbreeding coefficients of matings

MATINGS

 

NumberOfObservations

Number of observations

PROC