-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/restructure #14
Conversation
wojcieko
commented
Dec 14, 2023
- content final for 1st version
- updated vignette accordingly
Merge branch 'main' of https://github.com/Boehringer-Ingelheim/BayesianMCPMod into feature/restructure # Conflicts: # R/BMCPMod.R # R/posterior.R # man/getContrMat.Rd # man/getPosterior.Rd # man/performBayesianMCP.Rd # vignettes/analysis_normal.Rmd
- added getPriorList to vignette - fixed s3 method for modelFits predictions - added model weights to s3 print function of modelFits - changed printing behaviour for single simulation BayesianMCP - some renaming of variables & functions - added Steven Brooks as author
Merge branch 'feature/restructure' of https://github.com/Boehringer-Ingelheim/BayesianMCPMod into feature/restructure # Conflicts: # R/BMCPMod.R # R/posterior.R # man/performBayesianMCP.Rd # man/performBayesianMCPMod.Rd # vignettes/analysis_normal.Rmd
- assessDesign: added contr matrix argument, Bayesian re-estimation, improving runtime, output information, average success probability, sd as input - different model shapes of the same type can be evaluated - getPosterior can return posterior ESS - new function getESS to get ess from post_list - simulation function can take a dose-response vector - moved getPrior to vignettes
- added successRate attribute to BayesianMCP class objects - fixed a warning in print function of BayesianMCPMod that would occur if more than 1 model shape of the same type was specified
- fixed a bug in getPosteriorI regarding ESS attribute. fyi: ifelse seems to have a bug so that it only assignes only the first value of a vector - rounded ESS in assessDesign
…ngelheim/BayesianMCPMod into feature/restructure
…dividual dr vector is defined).
…ge can be build).
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #14 +/- ##
==========================================
- Coverage 55.80% 0.00% -55.81%
==========================================
Files 7 7
Lines 534 591 +57
==========================================
- Hits 298 0 -298
- Misses 236 591 +355 ☔ View full report in Codecov by Sentry. |