dlmtree 1.0.0
- Initial CRAN release
- Spelling checks using
spell_check_package()
function from spelling
package
- S3 method
predict.dlmtree
is separately defined as predict.hdlm
and predict.hdlmm
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 and splitpoints)
dlmtree 0.8.1.0
- fix to allow intercept only models
- updated tdlnm algorithm for increased performance (memory restriction for large datasets)
dlmtree 0.8.0.0
- add HDLM functionality (dlmtree)
dlmtree 0.7.1.1
- fix summary.tdlmm if nMix=1 or nExp=1
dlmtree 0.7.1.0
- combined identity and logistic link into single c++ file
- several code efficiencies
- updated print output of tdlmm summary
- removed prior on dirichlet hyperparameter
- exposure selection based on Beta-Binomial distribution
- keep.mcmc in summary
dlmtree 0.6.2.0
- separated tdlmm from tdlnm function
- included exposure selection into summary
- prior on dirichlet hyperparameter ~Gamma(1,nTrees/4)