NEWS
dlmtree 1.0.0.1
- a split point for Subgroup tab in shiny interface set to the mode of proportion
dlmtree 1.0.0 (2024-05-31)
- 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
- combined model fitting functions
tdlnm
and tdlmm
into dlmtree
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)