-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.77 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
Package: SimTOST
Title: Sample size estimation for bioequivalence trials through simulation
Version: 0.3.0
Authors@R: c(
person(given = "Thomas",
family = "Debray",
email = "tdebray@fromdatatowisdom.com",
role = c("aut", "cre"),
comment= c(ORCID = "0000-0002-1790-2719")),
person(given = "Johanna",
family = "Muñoz",
email = "johanna.munoz@fromdatatowisdom.com",
role = c("aut")),
person(given = "Dewi",
family = "Amaliah",
email = "dewi.amaliah@fromdatatowisdom.com",
role = c("aut")),
person(given = "Wei",
family = "Wei",
email = "wei.wei@biogen.com",
role = c("ctb")),
person(given = "Marian",
family = "Mitroiu",
email = "marian.mitroiu@biogen.com",
role = c("ctb")),
person("Biogen Inc", role = c("cph", "fnd"))
)
Description: SimTOST is an R package designed for bioequivalence studies, providing simulation-based sample size estimation for the Two One-Sided Tests (TOST) procedure. With flexible options for testing multiple hypotheses, treatments, and correlated endpoints, SimTOST enables robust planning of bioequivalence trials by accommodating complex study designs.
License: Apache License 2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
MASS,
matrixcalc,
parallel,
data.table,
Rcpp (>= 1.0.13)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
tinytest,
ggplot2,
kableExtra,
tibble,
PowerTOST
VignetteBuilder: knitr
Config/testthat/edition: 3
LinkingTo: Rcpp, RcppArmadillo
URL: https://github.com/smartdata-analysis-and-statistics/SimTOST,
https: //smartdata-analysis-and-statistics.github.io/SimTOST/