forked from cran/OneArmPhaseTwoStudy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 1.36 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: OneArmPhaseTwoStudy
Type: Package
Title: Planning, Conducting, and Analysing Single-Arm Phase II Studies
Version: 1.0.4
Authors@R: c(person("Marius", "Wirths", role = c("aut")),
person("Jan", "Meis", role = c("cre"), email="meis@imbi.uni-heidelberg.de", comment = c(ORCID = "0000-0001-5407-7220")))
Description: 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
getSolutions() and 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.
License: GPL (>= 2)
URL: https://github.com/imbi-heidelberg/OneArmPhaseTwoStudy
Depends: methods, stats, Rcpp (>= 0.9.11), R (>= 3.1.0)
LinkingTo: Rcpp
RcppModules: simon, sub1
RoxygenNote: 7.2.0