Cross Evaluation evaluates all crosses among rows of a data set containing biallelic numeric
genotypes
using scoring code for
traits
. It outputs a
model
-based
mean
, max, min, range, and
standard deviation
for each cross and trait. It optionally also simulates progeny from all crosses and produces the same summary statistics.
The
sampledata_numgeno.sas7bdat
data set shown above is included in the
Sample Data
folder. The trait to be assessed and the biallelic markers (
0
and
2
represent individuals
homozygous
for one of two possible
alleles
,
1
represents the heterozygote) are indicated.
The second required file is one or more
Scoring Code Files
. These files are SAS program files that contain models that use measured attributes to either characterize or predict the value of an event. These models are developed on historical data where an event has been measured or inferred and are generated using one or more predictive modeling processes, such as
Ridge Regression
, for example. The models are then applied to new data for which the attributes are known, but the event has not yet occurred.