Skip to content

Commit

Permalink
Merge pull request #14 from Boehringer-Ingelheim/feature/restructure
Browse files Browse the repository at this point in the history
Feature/restructure
  • Loading branch information
Xyarz authored Dec 20, 2023
2 parents 853f10a + b241cf6 commit 4f37eab
Show file tree
Hide file tree
Showing 30 changed files with 1,337 additions and 863 deletions.
17 changes: 10 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,29 @@ Package: BayesianMCPMod
Title: Bayesian MCPMod
Version: 0.1.3-3
Authors@R: c(
person("Sebastian", "Bossert",
role = "aut",
email = "[email protected]"),
person("Boehringer Ingelheim Pharma GmbH & Co. KG",
role = c("cph", "fnd")),
person("Stephan", "Wojciekowski",
role = c("aut", "cre"),
email = "[email protected]"),
person("Lars", "Andersen",
role = "aut",
email = "[email protected]"),
person("Boehringer Ingelheim Pharma GmbH & Co. KG",
role = c("cph", "fnd"))
person("Steven", "Brooks",
role = "aut",
email = "[email protected]"),
person("Sebastian", "Bossert",
role = "aut",
email = "[email protected]")
)
Description: Provides functions for the analysis of dose finding trials with Bayesian MCPMod.
Description: Provides functions for the planning and analysis of dose finding trials with Bayesian MCPMod.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
DoseFinding,
DoseFinding (>= 1.1-1),
ggplot2,
stats,
RBesT,
Expand Down
8 changes: 4 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Generated by roxygen2: do not edit by hand

S3method(plot,modelFits)
S3method(predict,ModelFits)
S3method(predict,modelFits)
S3method(print,BayesianMCP)
S3method(print,BayesianMCPMod)
S3method(print,modelFits)
S3method(print,postList)
S3method(summary,postList)
export(assessDesign)
export(getBootstrapBands)
export(getContrMat)
export(getBootstrapQuantiles)
export(getContr)
export(getCritProb)
export(getESS)
export(getModelFits)
export(getPosterior)
export(getPriorList)
export(performBayesianMCP)
export(performBayesianMCPMod)
export(simulateData)
Loading

0 comments on commit 4f37eab

Please sign in to comment.