Skip to content

Commit

Permalink
Man pages updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fpahlke committed Mar 26, 2024
1 parent 65f7727 commit f09af59
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 77 deletions.
67 changes: 34 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,23 @@ Confirmatory Adaptive Clinical Trial Design, Simulation, and Analysis.

## Functional Range

- Fixed sample design and designs with interim analysis stages
- Sample size and power calculation for
- means (continuous endpoint)
- rates (binary endpoint)
- survival trials with flexible recruitment and survival time options
- count data
- Simulation tool for means, rates, and survival data
- Assessment of adaptive sample size/event number recalculations based
on conditional power
- Assessment of treatment selection strategies in multi-arm trials
- Adaptive analysis of means, rates, and survival data
- Adaptive designs and analysis for multi-arm trials
- Adaptive analysis and simulation tools for enrichment design testing
means, rates, and hazard ratios
- Automatic boundary recalculations during the trial for analysis with
alpha spending approach, including under- and over-running
- Fixed sample design and designs with interim analysis stages
- Sample size and power calculation for
- means (continuous endpoint)
- rates (binary endpoint)
- survival trials with flexible recruitment and survival time
options
- count data
- Simulation tool for means, rates, and survival data
- Assessment of adaptive sample size/event number recalculations
based on conditional power
- Assessment of treatment selection strategies in multi-arm trials
- Adaptive analysis of means, rates, and survival data
- Adaptive designs and analysis for multi-arm trials
- Adaptive analysis and simulation tools for enrichment design testing
means, rates, and hazard ratios
- Automatic boundary recalculations during the trial for analysis with
alpha spending approach, including under- and over-running

## Installation

Expand Down Expand Up @@ -85,27 +86,27 @@ with `testPackage()`.
# About

- **rpact** is a comprehensive validated[^1] R package for clinical
research which
- enables the design and analysis of confirmatory adaptive group
sequential designs
- is a powerful sample size calculator
- is a free of charge open-source software licensed under
[LGPL-3](https://cran.r-project.org/web/licenses/LGPL-3)
- particularly, implements the methods described in the recent
monograph by [Wassmer and Brannath
(2016)](https://doi.org/10.1007%2F978-3-319-32562-0)
- **rpact** is a comprehensive validated[^1] R package for clinical
research which
- enables the design and analysis of confirmatory adaptive group
sequential designs
- is a powerful sample size calculator
- is a free of charge open-source software licensed under
[LGPL-3](https://cran.r-project.org/web/licenses/LGPL-3)
- particularly, implements the methods described in the recent
monograph by [Wassmer and Brannath
(2016)](https://doi.org/10.1007%2F978-3-319-32562-0)

> For more information please visit
> [www.rpact.org](https://www.rpact.org)
- **RPACT** is a company which offers
- enterprise R/Shiny software development services
- technical support for the
[rpact](https://cran.r-project.org/package=rpact) package
- consultancy and user training for scientists using R
- validated software solutions and R package development for clinical
research
- **RPACT** is a company which offers
- enterprise R/Shiny software development services
- technical support for the
[rpact](https://cran.r-project.org/package=rpact) package
- consultancy and user training for scientists using R
- validated software solutions and R package development for
clinical research

> For more information please visit
> [www.rpact.com](https://www.rpact.com)
Expand Down
4 changes: 2 additions & 2 deletions inst/doc/rpact_getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<meta name="author" content="Friedrich Pahlke and Gernot Wassmer" />

<meta name="date" content="2024-03-25" />
<meta name="date" content="2024-03-26" />

<title>Getting started with rpact</title>

Expand Down Expand Up @@ -239,7 +239,7 @@

<h1 class="title toc-ignore">Getting started with rpact</h1>
<h4 class="author">Friedrich Pahlke and Gernot Wassmer</h4>
<h4 class="date">2024-03-25</h4>
<h4 class="date">2024-03-26</h4>



Expand Down
8 changes: 5 additions & 3 deletions man/getSimulationCounts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/getSimulationEnrichmentMeans.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/getSimulationEnrichmentRates.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/getSimulationMeans.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/getSimulationMultiArmMeans.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/getSimulationMultiArmRates.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/getSimulationRates.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/param_maxNumberOfSubjectsPerStage.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/param_minNumberOfSubjectsPerStage.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/param_plannedCalendarTime.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions man/param_plannedMaxSubjects.Rd

This file was deleted.

12 changes: 0 additions & 12 deletions man/param_plannedMaxSubjectsPerStage.Rd

This file was deleted.

0 comments on commit f09af59

Please sign in to comment.