forked from htx-r/crossnma
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.61 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: crossnma
Title: Cross-Design & Cross-Format Network Meta-Analysis and Regression
Version: 1.3.1
Date: 2025-01-18
Depends: R (>= 3.5), meta (>= 8.0-1), netmeta (>= 2.8-0)
Imports: rjags, coda, dplyr, plyr, rlang, magrittr, tidyr, ggplot2
Suggests: rmarkdown, knitr
Authors@R: c(
person("Tasnim", "Hamza",
email = "hamza.a.tasnim@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-4700-6990")),
person("Guido", "Schwarzer",
email = "guido.schwarzer@uniklinik-freiburg.de",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6214-9087")),
person("Georgia", "Salanti",
email = "georgia.salanti@ispm.unibe.ch", role = "aut",
comment = c(ORCID = "0000-0002-3830-8508")))
Author: Tasnim Hamza [aut] (<https://orcid.org/0000-0002-4700-6990>),
Guido Schwarzer [aut, cre] (<https://orcid.org/0000-0001-6214-9087>),
Georgia Salanti [aut] (<https://orcid.org/0000-0002-3830-8508>)
Maintainer: Guido Schwarzer <guido.schwarzer@uniklinik-freiburg.de>
URL: https://github.com/htx-r/crossnma
Description: Network meta-analysis and meta-regression (allows
including up to three covariates) for individual participant data,
aggregate data, and mixtures of both formats using the three-level
hierarchical model. Each format can come from randomized controlled
trials or non-randomized studies or mixtures of both. Estimates are
generated in a Bayesian framework using JAGS. The implemented models
are described by Hamza et al. 2023 <DOI:10.1002/jrsm.1619>.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.2