-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.73 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: OptGS
Type: Package
Title: Optimal and Near-optimal Group-sequential Designs for Clinical Trials
with Continuous Outcomes
Version: 2.2.1
Date: 2021-05-26
Authors@R: c(utils::person(given = "James MS",
family = "Wason",
email = "james.wason@newcastle.ac.uk",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4691-126X")),
utils::person(given = "Michael J",
family = "Grayling",
email = "michael.grayling@newcastle.ac.uk",
role = "aut",
comment = c(ORCID = "0000-0002-0680-6668")))
Description: OptGS provides a suite of functions to assist with the design,
analysis, and visualization of randomized two-arm group-sequential clinical
trials with continuous outcome variables. Specifically, support is provided
to perform sample size calculations for popular applicable (non-optimal)
designs, along with optimal and near-optimal designs. An additional function
allows point estimates to be determined and point estimators to be
evaluated. Plotting functions also permit the informative depiction of
several important quantities. Further details can be found in Wason (2015)
<doi:10.18637/jss.v066.i02>.
License: MIT + file LICENSE
URL: https://github.com/mjg211/OptGS
BugReports: https://github.com/mjg211/OptGS/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr,
fda.usc,
GA,
ggplot2,
ggthemes,
iterpc,
magrittr,
mvtnorm,
pbv,
scales,
tibble,
tidyr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr