9 ui
-> category
( 'scm' );
11 my $debug = defined $ARGV[0] ?
$ARGV[0] : 0;
13 debug
-> level
( $debug );
14 #debug -> package( 'model' );
15 my $model = model
-> new
( filename
=> 'pheno.mod',
16 ignore_missing_files
=> 1 );
18 my $scm = tool
::scm
-> new
( parameters
=> ['CL', 'V'],
20 continous_covariates
=> ['WGT'],
21 categorical_covariates
=> ['APGR'],
26 logfile
=> 'scmlog.txt',
28 search_direction
=> 'forward',
32 #ofv_change => { 1=>25},
34 test_relations
=> { 'CL' => ['WGT'],
35 'V' => ['WGT','APGR'] } );