Description Usage Arguments Details Value Note Author(s) References Examples
View source: R/MPlusBackwardSelect.R
performs backward selection for AllBackwardSelect
1 | MPlusBackwardSelect(FileName, Directry, PSig)
|
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 |
the regular user should not use this function and is referred to instead use the wrapper function codeAllBackwardSelect which calls this function
does not return value but rather reads and writes .inp and .out files to specified folder and directory
see AllBackwardSelect
William Terr
M Plus
1 2 3 4 5 6 7 | ## Not run:
InitD=Simulate()
xxx=Initialize(InitD)
ggg1=MPlusBackwardSelect(xxx[[1]],getwd(),0.05)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.