powered by
performs backward selection for AllBackwardSelect
AllBackwardSelect
MPlusBackwardSelect(FileName, Directry, PSig)
name of folder where .inp and .out files saved
the path where folder is located containing .inp and .out M Plus files
the significance level used for backward selection
does not return value but rather reads and writes .inp and .out files to specified folder and directory
the regular user should not use this function and is referred to instead use the wrapper function codeAllBackwardSelect which calls this function
M Plus
# NOT RUN { InitD=Simulate() xxx=Initialize(InitD) ggg1=MPlusBackwardSelect(xxx[[1]],getwd(),0.05) # }
Run the code above in your browser using DataLab