-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.15 KB
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
Package: assurance
Type: Package
Title: Perform assurance computations for a clinical trial.
Version: 0.999
Date: 2023-06-27
Authors@R: c(person("Paul", "Metcalfe", role=c("aut", "cre"),
email="paul.metcalfe@astrazeneca.com"),
person("Harry", "Southworth",
role="aut",
email="harry@dataclarityconsulting.co.uk"),
person("Daniel", "Dalevi",
role="aut",
email="daniel.dalevi@astrazeneca.com"),
person("Mary", "Jenner",
role="aut",
email="mary.jenner@astrazeneca.com"))
Description: Assurance (unconditional power) calculations for clinical
trials. Works for superiority tests of Gaussian means,
hazard ratios, and binomial proportions.
License: GPL (>=2)
Imports:
mvtnorm,
MCMCpack,
methods,
stats4,
Rcpp (>= 1.0.10)
LinkingTo: Rcpp
Suggests:
testthat,
MASS,
knitr
VignetteBuilder: knitr
URL: https://github.com/scientific-computing-solutions/assurance
Encoding: UTF-8
Collate:
'RcppExports.R'
'assurance-package.R'
'studies.R'
'internal.R'
'assurance.R'
'assuranceTable.R'
'binomial.R'
'count.R'
'gaussian.R'
'single.arm.R'
'survival.R'
RoxygenNote: 7.2.3