Description Usage Arguments Value Author(s) See Also
View source: R/postProcessEMLasso1l.R
Postprocess EMLasso for 1 lambda result (e.g. add extra members or change class)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | postProcessEMLasso1l(outcomeModel, retval, lastData,
imputeDs2FitDsProperties, reusableForSampling,
reusableForvalidation, verbosity = 0)
## Default S3 method:
postProcessEMLasso1l(outcomeModel,
retval, lastData, imputeDs2FitDsProperties,
reusableForSampling, reusableForvalidation,
verbosity=0)
## S3 method for class 'lognet'
postProcessEMLasso1l(outcomeModel,
retval, lastData, imputeDs2FitDsProperties,
reusableForSampling, reusableForvalidation,
verbosity=0)
|
outcomeModel |
the final outcome model will be
passed in here (e.g. |
retval |
the return value of
|
lastData |
dataset (completed) from the last EM iteration |
imputeDs2FitDsProperties |
see
|
reusableForSampling |
Which of the rows of dfr/resp can be used for fitting the LASSO |
reusableForvalidation |
minimum number of iterations before convergence is possible |
verbosity |
The higher this value, the more levels of progress and debug information is displayed (note: in R for Windows, turn off buffered output) |
Typically the passed along retval
object with
optionally some more items/class/attributes
Nick Sabbe nick.sabbe@ugent.be
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.