Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function/covmatrix #20

Merged
merged 21 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
32960e4
- added three new functions (createPriorMix(), mvpostmix() and getPos…
Apr 30, 2024
6968e1f
- added parameter definitions to setup.R for new tests
Apr 30, 2024
11f4e19
- getPosterior() is now calling mvpostmix() straight out of DoseFindi…
May 2, 2024
a3e68c0
- added getPosterior() call for testing
May 2, 2024
5a59a4b
- renamed getPosteriorOutput() function to postmix2RBesT() and update…
May 16, 2024
393ac24
- added full definition of a prior list as an alternative to getPrior…
May 16, 2024
bbef192
- added new function createMapping() to avoid redundant code
May 23, 2024
3495c2a
- updated tests to new function names
May 23, 2024
354ca69
- turned redundant code snippets into their own small functions getIn…
Jun 4, 2024
5af1a75
- removed setup with clinDR data, since the prior list can now be def…
Jun 7, 2024
d6096ff
Additional comments around posterior
Jun 7, 2024
a207763
Comment around mistake in posteriorI function.
Jun 7, 2024
833f5de
- reworked if conditions to check if input is matrix or vector in get…
Jun 26, 2024
3521e08
- updated setup.R to include a defined covariance matrix with all val…
Jun 26, 2024
6480b73
- updated analysis_normal vignette to fit new input variables of getP…
Jul 8, 2024
5cf8f91
- updated pkgdown.yml
Jul 16, 2024
60d081b
- merge with main
Jul 16, 2024
4e4f001
- added package prefix
Jul 16, 2024
0fe144f
- updated tests to only allow input of prior_lists as objects of RBes…
Jul 22, 2024
820b22b
- added new if-clause to getPosterior() to check if prior_list is obj…
Jul 22, 2024
aa5881d
adaptations regarding the new S_hat functionality as well as addind J…
Jul 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Authors@R: c(
person("Stephan", "Wojciekowski", , "[email protected]", role = c("aut", "cre")),
person("Lars", "Andersen", , "[email protected]", role = "aut"),
person("Sebastian", "Bossert", , "[email protected]", role = "aut"),
person("Steven", "Brooks", , "[email protected]", role = "ctb")
person("Steven", "Brooks", , "[email protected]", role = "ctb"),
person("Jonas", "Schick", , "[email protected]", role = "ctb")
)
Description: Bayesian MCPMod (Fleischer et al. (2022)
<doi:10.1002/pst.2193>) is an innovative method that improves the
Expand Down
Loading
Loading