Changelog
Source:NEWS.md
dlmtree 1.0.0
CRAN release: 2024-05-31
- initial CRAN release
- spelling checks using
spell_check_package()
function fromspelling
package - S3 method
predict.dlmtree
is separately defined aspredict.hdlm
andpredict.hdlmm
- combined model fitting functions
tdlnm
andtdlmm
intodlmtree
dlmtree 0.9.0
- Beta prior for monotone CW selection
- Bayes factor selection method
- zero inflated tree method
- monotone DLNM
- precalculation in tdlnm for large speed improvement
dlmtree 0.8.1.1
- fix to single covariate model
- add functions for posterior analysis with dlmtree class (
pip
andsplitpoints
)
dlmtree 0.8.1.0
- fix to allow intercept only models
- updated tdlnm algorithm for increased performance (memory restriction for large datasets)