-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.01 KB
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.01 KB
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
Package: MetaDose
Type: Package
Title: Dose-Response Meta-Regression for Meta-Analysis
Version: 1.0.1
Date: 2026-01-08
Authors@R: person(
"Ahmed", "Abdelmageed",
email = "ahmedelsaeedmassad@gmail.com",
role = c("cre", "aut"), comment = c(ORCID = "0009-0002-7902-690X"))
Author: Ahmed Abdelmageed [cre, aut] (<https://orcid.org/0009-0002-7902-690X>)
Maintainer: Ahmed Abdelmageed <ahmedelsaeedmassad@gmail.com>
URL: https://github.com/asmpro7/MetaDose/
Description: Conducting linear and nonlinear
dose-response meta-regression using study-level summary data. It supports both
continuous and binary outcomes and allows modeling of dose-effect relationships
using linear trends or nonlinear restricted cubic splines.
The package is designed to facilitate transparent, flexible, and reproducible
dose-response meta-analyses, with built-in visualization of fitted
dose-response curves.
License: GPL (>= 3)
Encoding: UTF-8
Imports:
ggplot2,
metafor,
rms,
rlang
RoxygenNote: 7.3.3