-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.13 KB
/
DESCRIPTION
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
Package: ph2rand
Type: Package
Title: Randomized Phase II Oncology Trials with Bernoulli Outcomes
Version: 0.1.0
Date: 2021-02-24
Authors@R: c(person(given = "Michael", family = "Grayling",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0680-6668")))
Description: Provides functions to assist with the design of randomized
comparative phase II oncology trials that assume their primary outcome
variable is Bernoulli distributed. Specifically, support is provided to (a)
perform a sample size calculation when using one of several published
designs, (b) evaluate the operating characteristics of a given design (both
analytically and via simulation), and (c) produce informative plots.
License: MIT + file LICENSE
Imports:
dplyr,
ggplot2,
Rcpp,
scales,
stats,
tibble,
tidyr
LinkingTo: Rcpp
RoxygenNote: 7.1.1
URL: https://github.com/mjg211/ph2rand
BugReports: https://github.com/mjg211/ph2rand/issues
Encoding: UTF-8
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
SystemRequirements: C++11