-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from Boehringer-Ingelheim/feature/restructure
Feature/restructure
- Loading branch information
Showing
30 changed files
with
1,337 additions
and
863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.