Changelog
Source:NEWS.md
HIMA 2.3.1 (2025-01-27)
CRAN release: 2025-01-27
- Code optimization and bug fixes.
- Function naming convention update.
- Allows contrast and subset in
hima
. - Add vignette for HIMA.
HIMA 2.3.0 (2024-10-28)
CRAN release: 2024-10-28
- Coding optimization and bug fixes.
- Renmae
hima2
tohima
(hima2
will be retired by 2025-11-1) and improved parameter naming.
HIMA 2.2.2 (2024-08-23)
CRAN release: 2024-08-24
- Add efficient HIMA function
eHIMA
. - Optimization of function
hima2
. - Stablization of estimates in function
qHIMA
. - Some improvements in output presentation and consistency.
HIMA 2.2.1 (2023-09-10)
CRAN release: 2023-09-10
- Add quantile HIMA function
qHIMA
. - Enable de-biased lasso penalty for regular HIMA in function
hima2
HIMA 2.2.0 (2023-04-27)
CRAN release: 2023-04-27
- Add wrapper function
hima2
for one-stop solution of different HIMA analysis.
HIMA 2.0.1 (2022-07-17)
CRAN release: 2022-07-18
- Rename
family
option inhima
function toY.family
. - Rename
screen.family
option inhima
function toM.family
- Improve
verbose
messages.
HIMA 2.0.0 (2022-02-02)
CRAN release: 2022-02-03
- Keep older version of
null_estimation
in packageHDMT
(< 1.0.4). - Allows negative binomial regression in funcion
hima
when outcome is binary. - Add new function
microHIMA
to handle compositional microbiome data.
HIMA 1.0.5 (2017-11-05)
CRAN release: 2017-11-08
- Two different sets of covariates are allowed for exposure and outcome separately.
HIMA 1.0.3 (2017-03-30)
- Added error handler when no mediators were selected from penalized model.
- More transparent information returned during model fitting (when
verbose = TRUE
).