-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.26 KB
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.26 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
Encoding: UTF-8
Package: PowerTOST
Type: Package
Title: Power and Sample Size for (Bio)Equivalence Studies
Version: 1.5-7
Date: 2025-09-16
Authors@R: c(person("Detlew", "Labes",
role = c("aut","cre"),
email = "DetlewLabes@gmx.de",
comment = c(ORCID = "0000-0003-2169-426X")),
person("Helmut", "Schütz",
role = c("aut"),
email = "helmut.schuetz@bebac.at",
comment = c(ORCID = "0000-0002-1167-7880")),
person("Benjamin", "Lang",
role = c("aut"),
email ="lang.be@icloud.com"))
Description: Contains functions to calculate power and sample size for
various study designs used in bioequivalence studies. Use known.designs() to
see the designs supported. Power and sample size can be obtained based on
different methods, amongst them prominently the TOST procedure (two one-sided
t-tests). See README and NEWS for further information.
Imports: mvtnorm, stats, utils, graphics, grDevices,
cubature (>= 1.3-6)
Suggests: crossdes, knitr, rmarkdown, tufte, emmeans
ByteCompile: yes
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/Detlew/PowerTOST
BugReports: https://github.com/Detlew/PowerTOST/issues
License: GPL (>=2)