forked from cran/OneArmPhaseTwoStudy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
42 lines (33 loc) · 1.31 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# OneArmPhaseTwoStudy
<!-- badges: start -->
[![R-CMD-check](https://github.com/imbi-heidelberg/OneArmPhaseTwoStudy/workflows/R-CMD-check/badge.svg)](https://github.com/imbi-heidelberg/OneArmPhaseTwoStudy/actions)
<!-- badges: end -->
The Purpose of this package is it to plan, monitor and evaluate
oncological phase II studies. In general this kind of studies are single-arm
trials with planned interim analysis and binary endpoint. To meet the resulting
requirements, the package provides functions to calculate and evaluate 'Simon's
two-stage designs' and 'so-called' 'subset designs'. If you are unfamiliar with
this package a good starting point is to take a closer look at the functions
```r
getSolutions()
```
and
```r
getSolutionsSub1()
```
The web-based tool (<https://imbi.shinyapps.io/phaseII-app/>)
extends the functionality of our R package by means of a proper dealing with over- and underrunning.
The R function binom.test of the 'stats' R package and the package 'binom' might be
helpful to assess the performance of the corresponding one-stage design as a reference.