-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.77 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.77 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: DoseFinding
Type: Package
Title: Planning and Analyzing Dose Finding Experiments
Version: 1.4-1.9000
Date: 2025-07-08
Authors@R: c(
person("Bjoern", "Bornkamp", email = "bjoern.bornkamp@novartis.com",
comment = c(ORCID = "0000-0002-6294-8185"), role = c("aut")),
person("Jose", "Pinheiro", role = "aut"),
person("Frank", "Bretz", role = "aut"),
person("Ludger", "Sandig", role = "aut"),
person("Marius", "Thomas", role = c("aut", "cre"), email = "marius.thomas@novartis.com"),
person("Daniel", "Sabanes Bove", role = "aut", email = "daniel.sabanes_bove@rconis.com",
comment = c(ORCID = "0000-0002-0176-9239")),
person(given = "Novartis Pharma AG", role = c("cph", "fnd")))
Imports: ggplot2, lattice, mvtnorm, Rdpack
Suggests:
emmeans,
numDeriv,
Rsolnp,
quadprog,
parallel,
mmrm,
multcomp,
knitr,
rmarkdown,
MASS,
testthat (>= 3.0.0),
tibble,
RBesT,
nlme,
dplyr,
tidyr
Maintainer: Marius Thomas <marius.thomas@novartis.com>
Description: The DoseFinding package provides functions for the design and analysis
of dose-finding experiments (with focus on pharmaceutical Phase
II clinical trials). It provides functions for: multiple contrast
tests, fitting non-linear dose-response models (using Bayesian and
non-Bayesian estimation), calculating optimal designs and an
implementation of the MCPMod methodology (Pinheiro et al. (2014)
<doi:10.1002/sim.6052>).
VignetteBuilder: knitr
License: GPL-3
LazyLoad: yes
RoxygenNote: 7.3.2
Encoding: UTF-8
URL: https://github.com/openpharma/DoseFinding, https://openpharma.github.io/DoseFinding/
BugReports: https://github.com/openpharma/DoseFinding/issues
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
RdMacros: Rdpack