-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·26 lines (26 loc) · 1002 Bytes
/
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
Package: POSSA
Title: Power Simulation for Sequential Analyses and Multiple Hypotheses
Version: 0.6.4
Date: 2023-04-22
Authors@R: c(person("Gáspár", "Lukács", email = "[email protected]", role =
c("aut", "cre")))
Description: Calculates, via simulation, power and appropriate stopping
alpha boundaries (and/or futility bounds) for sequential analyses (i.e.,
group sequential design) as well as for multiple hypotheses (multiple tests
included in an analysis), given any specified global error rate. This enables
the sequential use of practically any significance test, as long as the
underlying data can be simulated in advance to a reasonable approximation.
Lukács (2022) <doi:10.21105/joss.04643>.
URL: https://github.com/gasparl/possa
Depends: R (>= 3.6.0)
Imports: data.table, methods
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.2
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
faux
Config/testthat/edition: 3
VignetteBuilder: knitr