Published June 23, 2020
| Version v0.1.0
Software
Open
dmphillippo/multinma v0.1.0
Creators
Description
multinma 0.1.0
- Feature: Network plots, using a
plot()
method fornma_data
objects. - Feature:
as.igraph()
,as_tbl_graph()
methods fornma_data
objects. - Feature: Produce relative effect estimates with
relative_effects()
, posterior ranks withposterior_ranks()
, and posterior rank probabilities withposterior_rank_probs()
. These will be study-specific when a regression model is given. - Feature: Produce predictions of absolute effects with a
predict()
method forstan_nma
objects. - Feature: Plots of relative effects, ranks, predictions, and parameter
estimates via
plot.nma_summary()
. - Feature: Optional
sample_size
argument forset_agd_*()
that:- Enables centering of predictors (
center = TRUE
) innma()
when a regression model is given, replacing theagd_sample_size
argument ofnma()
- Enables production of study-specific relative effects, rank probabilities, etc. for studies in the network when a regression model is given
- Allows nodes in network plots to be weighted by sample size
- Enables centering of predictors (
- Feature: Plots of residual deviance contributions for a model and "dev-dev"
plots comparing residual deviance contributions between two models, using a
plot()
method fornma_dic
objects produced bydic()
. - Feature: Complementary log-log (cloglog) link function
link = "cloglog"
for binomial likelihoods. - Feature: Option to specify priors for heterogeneity on the standard deviation,
variance, or precision, with argument
prior_het_type
. - Feature: Added log-Normal prior distribution.
- Feature: Plots of prior distributions vs. posterior distributions with
plot_prior_posterior()
. - Feature: Pairs plot method
pairs()
. - Feature: Added vignettes with example analyses from the NICE TSDs and more.
- Fix: Random effects models with even moderate numbers of studies could be very slow. These now run much more quickly, using a sparse representation of the RE correlation matrix which is automatically enabled for sparsity above 90% (roughly equivalent to 10 or more studies).
Files
dmphillippo/multinma-v0.1.0.zip
Files
(7.7 MB)
Name | Size | Download all |
---|---|---|
md5:2bb82ecfc7ba682d121b99be3261add7
|
7.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/dmphillippo/multinma/tree/v0.1.0 (URL)