Learn R Programming

PathSelectMP (version 1.1)

MPlusBackwardSelect: Backward Selection Helper Function

Description

performs backward selection for AllBackwardSelect

Usage

MPlusBackwardSelect(FileName, Directry, PSig)

Arguments

FileName

name of folder where .inp and .out files saved

Directry

the path where folder is located containing .inp and .out M Plus files

PSig

the significance level used for backward selection

Value

does not return value but rather reads and writes .inp and .out files to specified folder and directory

Details

the regular user should not use this function and is referred to instead use the wrapper function codeAllBackwardSelect which calls this function

References

M Plus

Examples

Run this code
# NOT RUN {
InitD=Simulate()
xxx=Initialize(InitD)
ggg1=MPlusBackwardSelect(xxx[[1]],getwd(),0.05)
# }

Run the code above in your browser using DataLab