dlmtree 1.1.0
CRAN release: 2025-04-25
- new feature:
diagnose()
function - launches a Shiny panel for assessing MCMC convergence, which includes:- trace plots and density plots for the estimated distributed lag function
- lag-wise convergence analysis
- tree update convergence
- trace plots and density plots for hyperparameters
- exposure selection (for mixture models)
- modifier selection (for heterogeneous models)
- update
summary.X()
functions- more consistent output formats
- add options to extract MCMC posterior samples
- documentation improvement
- add more detailed descriptions in
Value
sections - reduced redundancy across help files of S3method
- add more detailed descriptions in
dlmtree 1.0.1
- change the documentation organization format of the main function using
list()
for input argument- lists of arguments are linked to
control.R
- remove the prefixes from control arguments
- lists of arguments are linked to
- remove following scripts from the package:
tdlmm.R
,tdlnm.R
- update credible interval bands to be transparent
dlmtree 1.0.0.2
- fix to
shiny.hdlm
andshiny.hdlmm
to remove bug where no data is selected - fix to
combine.models.R
to correctly combine tree posterior samples - fix to
summary.tdlmm
in rowMeans to stop autodrop of dimension
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)