-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.75 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
49
50
51
52
53
54
55
Package: SimTOST
Title: Sample Size Estimation for Bio-Equivalence Trials Through Simulation
Version: 1.0.0
Authors@R: c(
person(given = "Thomas",
family = "Debray",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1790-2719")),
person(given = "Johanna",
family = "Munoz",
email = "[email protected]",
role = c("aut")),
person(given = "Dewi",
family = "Amaliah",
email = "[email protected]",
role = c("ctb")),
person(given = "Wei",
family = "Wei",
email = "[email protected]",
role = c("ctb")),
person(given = "Marian",
family = "Mitroiu",
email = "[email protected]",
role = c("ctb")),
person(given = "Scott",
family = "McDonald",
email = "[email protected]",
role = c("ctb")),
person("Biogen Inc", role = c("cph", "fnd"))
)
Description: Conducts sample size estimation for bio-equivalence trials using the Two One-Sided Tests procedure. A simulation-based approach enables flexible hypothesis testing, supports multiple treatments, and accommodates correlated endpoints.
License: Apache License (== 2.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
MASS,
Rcpp (>= 1.0.13),
data.table,
matrixcalc,
parallel
Suggests:
PowerTOST,
ggplot2,
kableExtra,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tibble,
tinytest
VignetteBuilder: knitr
Config/testthat/edition: 3
LinkingTo: Rcpp, RcppArmadillo
URL: https://smartdata-analysis-and-statistics.github.io/SimTOST/