-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
67 lines (67 loc) · 2.01 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: PopED
Type: Package
Title: Population (and Individual) Optimal Experimental Design
Version: 0.7.0
Depends:
R (>= 2.14)
Imports:
ggplot2,
MASS,
mvtnorm,
dplyr (>= 0.7.0),
codetools,
stats,
utils,
magrittr,
boot,
purrr,
stringr,
tibble,
gtools
Suggests:
testthat,
Hmisc,
nlme,
GA,
deSolve,
Rcpp,
shiny,
rhandsontable,
knitr,
rmarkdown,
gridExtra,
covr,
devtools,
mrgsolve
Authors@R: c(
person("Andrew C.","Hooker", email="[email protected]",
role=c("aut","cre","trl","cph"),
comment=c(ORCID = "0000-0002-2676-5912")
),
person("Marco","Foracchia", role="aut", comment="O-Matrix version"),
person("Eric","Stroemberg", role="ctb", comment="MATLAB version"),
person("Martin","Fink", role="ctb", comment="Streamlining code, added functionality, vignettes"),
person("Giulia","Lestini", role="ctb", comment="Streamlining code, added functionality, vignettes"),
person("Sebastian","Ueckert", role="aut", comment=c("MATLAB version",ORCID="0000-0002-3712-0255")),
person("Joakim", "Nyberg", role="aut", comment="MATLAB version")
)
Description: Optimal experimental designs for both population and individual
studies based on nonlinear mixed-effect models. Often this is based on a
computation of the Fisher Information Matrix. This package was developed
for pharmacometric problems, and examples and predefined models are available
for these types of systems. The methods are described in Nyberg et al.
(2012) <doi:10.1016/j.cmpb.2012.05.005>, and Foracchia et al. (2004)
<doi:10.1016/S0169-2607(03)00073-7>.
License: LGPL (>= 3)
ByteCompile: true
URL: https://andrewhooker.github.io/PopED/, https://github.com/andrewhooker/PopED
BugReports: https://github.com/andrewhooker/PopED/issues
Copyright: 2014-2021 Andrew C. Hooker
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/Needs/website:
mrgsolve,
kableExtra,
PKPDsim,
rxode2