Description Usage Arguments Value Author(s) See Also
View source: R/EMLassoFromDir.R
Get EMLasso from the save files in a folder (like what is
saved during EMLasso
)
1 2 3 4 5 | EMLassoFromDir(dir,
fileForm="EMLasso\\.1l_parallel_([0-9]+)\\.saved",
toNrForm="\\1", postProcessAll = postProcessEMLasso,
family="unidentifiable", params="unidentifiable",
verbosity=0)
|
dir |
path where the files are |
fileForm |
Regular expression showing the form of the filenames (should also hold a group to find the index of that file) |
toNrForm |
replacement regular expression: combined
with |
postProcessAll |
function, like
|
family |
see |
params |
see |
verbosity |
The higher this value, the more levels of progress and debug information is displayed (note: in R for Windows, turn off buffered output) |
very similar to the return value of
EMLasso
, though some (mostly unimportant)
variables may be impossible to reconstruct, especially
the call
and params
Nick Sabbe nick.sabbe@ugent.be
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.