MPlusBackwardSelect: Backward Selection Helper Function

Description Usage Arguments Details Value Note Author(s) References Examples

View source: R/MPlusBackwardSelect.R

Description

performs backward selection for AllBackwardSelect

Usage

1
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

Details

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

Value

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

Note

see AllBackwardSelect

Author(s)

William Terr

References

M Plus

Examples

1
2
3
4
5
6
7
## Not run: 

InitD=Simulate()
xxx=Initialize(InitD)
ggg1=MPlusBackwardSelect(xxx[[1]],getwd(),0.05)

## End(Not run)

PathSelectMP documentation built on May 2, 2019, 3:15 a.m.