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

Dev/4.0.0 #37

Merged
merged 3 commits into from
May 29, 2024
Merged

Dev/4.0.0 #37

merged 3 commits into from
May 29, 2024

Commits on May 27, 2024

  1. * Extension of the function getPerformanceScore() for sample size r…

    …ecalculation rules to the setting of binary endpoints according to [Bokelmann et al. (2024)](https://doi.org/10.1186/s12874-024-02150-4)
    
    * The `getSimulationMultiArmMeans()`, `getSimulationMultiArmRates()`, and `getSimulationMultiArmSurvival()` functions now support an enhanced `selectArmsFunction` argument. Previously, only `effectVector` and `stage` were allowed as arguments. Now, users can optionally utilize additional arguments for more powerful custom function implementations, including `conditionalPower`, `conditionalCriticalValue`, `plannedSubjects/plannedEvents`, `allocationRatioPlanned`, `selectedArms`, `thetaH1` (for means and survival), `stDevH1` (for means), `overallEffects`, and for rates additionally: `piTreatmentsH1`, `piControlH1`, `overallRates`, and `overallRatesControl`.
    * Same as below for`getSimulationEnrichmentMeans()`, `getSimulationEnrichmentRates()`, and `getSimulationEnrichmentSurvival()`. Specifically, support for population selection with `selectPopulationsFunction` argument based on predictive/posterior probabilities added (see [#32](#32))
    * Issues [#25](#25), [#35](#35), and [#36](#36) fixed
    * Minor improvements
    fpahlke committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8735fcd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Design output improved

    fpahlke committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2d42c41 View commit details
    Browse the repository at this point in the history
  2. Man pages improved

    fpahlke committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a918de4 View commit details
    Browse the repository at this point in the history