You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New features
The new function getSimulationCounts() can be used to perform power simulations for clinical trials with negative binomial distributed count data. The function returns the simulated power, stopping probabilities, conditional power, and expected sample size for testing mean rates for negative binomial distributed event numbers in the two treatment groups testing situation.
The functions getDesignGroupSequential(), getDesignInverseNormal(), and getDesignFisher() now support the argument directionUpper to specify the direction of the alternative for one-sided testing early at the design phase, see enhancement #26
getSampleSizeCounts() and getPowerCounts() output boundary values also on the treatment effect scale, see enhancement #40
The fetch() and obtain() functions can be used to extract multiple parameters from an rpact result object and support various output formats
Improvements, issues, and changes
Usage of pipe-operators improved
Analysis progress messages are only displayed when R is used interactively
Manual use of kable() for rpact result objects marked as deprecated, as the formatting and display will be handled automatically by rpact
The order of all summary entries has been revised and optimized
Minimum version of suggested package ggplot2 changed from 2.2.0 to 3.2.0