rxStepControl
|
Goal |
Options |
|
Performance |
refitEachStep = FALSE # avoid refitting the model at each step. Biggest # impact. Similar to the FAST option of SAS Proc # Logistic.returnAlways = TRUE # return best model without trying new initial valuesverbose = 0 # minimize console outputreportProgress = 0 # dittouseSparseCube = FALSE # sparse cube is a bit slower so avoid if possible |
|
Match SAS |
All Performance settings plus stepCriterion = 'SigLevel' # match SASmaxSigLevelToAdd = 0.05 # match SASminSigLevelToDrop = 0.05 # match SAS |