-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.3 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.3 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
28
29
30
31
32
33
34
Package: ODEsensitivity
Version: 1.1.2
Title: Sensitivity Analysis of Ordinary Differential Equations
Description: Performs sensitivity analysis in ordinary differential equation (ode) models.
The package utilize the ode interface from 'deSolve' and connects it with the
sensitivity analysis from 'sensitivity'. Additionally we add a method to
run the sensitivity analysis on variables with class 'ODEnetwork'. A detailed
plotting function provides outputs on the calculations.
The method is described by Weber, Theers, Surmann, Ligges, and Weihs (2018) <doi:10.17877/DE290R-18874>.
Authors@R: c(
person("Frank", "Weber", email = "frank.weber@tu-dortmund.de", role = "aut"),
person("Stefan", "Theers", email = "stefan.theers@tu-dortmund.de", role = "aut"),
person("Dirk", "Surmann", email = "surmann@statistik.tu-dortmund.de", role = c("ctb", "cre")
, comment = c(ORCID = "0000-0003-0873-137X"))
)
URL: https://github.com/surmann/ODEsensitivity
BugReports: https://github.com/surmann/ODEsensitivity/issues
License: LGPL-3
Encoding: UTF-8
Depends:
R (>= 3.1.1),
checkmate,
deSolve,
ODEnetwork (>= 1.3.0),
sensitivity (>= 1.12.1)
Suggests:
covr,
knitr,
parallel,
rmarkdown,
testthat
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Language: en-US