Published January 18, 2022
| Version v0.4.0
Software
Open
dmphillippo/multinma: v0.4.0
Creators
Description
- Feature: Node-splitting models for assessing inconsistency are now available with
consistency = "nodesplit"
innma()
. Comparisons to split can be chosen using thenodesplit
argument, by default all possibly inconsistent comparisons are chosen usingget_nodesplits()
. Node-splitting results can be summarised withsummary.nma_nodesplit()
and plotted withplot.nodesplit_summary()
. - Feature: The correlation matrix for generating integration points with
add_integration()
for ML-NMR models is now adjusted to the underlying Gaussian copula, so that the output correlations of the integration points better match the requested input correlations. A new argumentcor_adjust
controls this behaviour, with options"spearman"
,"pearson"
, or"none"
. Although these correlations typically have little impact on the results, for strict reproducibility the old behaviour from version 0.3.0 and below is available withcor_adjust = "legacy"
. - Feature: For random effects models, the predictive distribution of relative/absolute effects in a new study can now be obtained in
relative_effects()
andpredict.stan_nma()
respectively, using the new argumentpredictive_distribution = TRUE
. - Feature: Added option to calculate SUCRA values when summarising the posterior treatment ranks with
posterior_ranks()
orposterior_rank_probs()
, when argumentsucra = TRUE
. - Improvement: Factor order is now respected when
trt
,study
, ortrt_class
are factors, previously the order of levels was reset into natural sort order. - Improvement: Update package website to Bootstrap 5 with release of pkgdown 2.0.0
- Fix: Model fitting is now robust to non-default settings of
options("contrasts")
. - Fix:
plot.nma_data()
no longer gives a ggplot deprecation warning (PR #6). - Fix: Bug in
predict.stan_nma()
with a single covariate whennewdata
is adata.frame
(PR #7). - Fix: Attempting to call
predict.stan_nma()
on a regression model with only contrast data and nonewdata
orbaseline
specified now throws a descriptive error message.
Files
dmphillippo/multinma-v0.4.0.zip
Files
(2.8 MB)
Name | Size | Download all |
---|---|---|
md5:539f06c7ed81e74a3ae802c04f84773e
|
2.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/dmphillippo/multinma/tree/v0.4.0 (URL)