Changelog
Source:NEWS.md
HTLR 0.4-2
CRAN release: 2020-01-17
New Features
Added new function
std()for feature standardization.Added new dataset
diabetes392.
Improvements
htlr()andpredict.htlr.fit()now handles non-matrix input, i.e. data.frame.Minor speed improvement on
htlr()andgendata_FAM().Updated documentation of
htlr().
HTLR 0.4
CRAN release: 2019-10-06
New Features
This is the first released version of revamped HTLR.
The Gibbs sampling routine is completely refactored using RcppArmadillo, which leads to a significant performance gain on multi-core/distributed machines.
The fitted model object is registered to S3 class
htlrfit, coming with a set of useful S3 methodsprint(),summary(),predict(),as.matrix(), andnobs().New model fitting function
htlr()has a more accessible interface, whilehtlr_fit()andhtlr_predict()are still keeped for the best possible backward compatibility.Better cohesion with
bayesplotand other packages of RStan toolchain.Added new dataset
colon.