LUCIDus 2.0.0
This is a feature update to the whole package. It rewrite all the codes to make the model fitting procedure much faster (10 to 50 times) than v1.0.0. Also, the grammar of LUCID changed to a more user-friendly version. (Please note, this version is not backward compatible)
New features
est.lucid()
: previously calledest_lucid
. Fit the LUCID mode much faster; use mclust to initialize and produce a more stable estimate of the model; fix the bugs dealing with missing values in biomarker data.summary.lucid()
: previously calledsummary_lucid
. An S3 method function which can directly be called bysummary
; provide with a nice table with detailed interpretation of the model; add option to calculate 95% CI based on result returned byboot.lucid()
.plot.lucid()
: previously calledplot_lucid
. An S3 method function which can be directly called byplot
; change the color palette.predict.lucid()
: previously calledpred_lucid
. An S3 method function which can be directly called bypredict
.boot.lucid()
: previously calledboot_lucid
. Provide with a neat output.
Other changes
- Update the vignette.
- Updated the citation after getting published by the Bioinformatics;
- Minor bug fixes.