-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
21 lines (21 loc) · 880 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: ssdet
Title: Sample size determination in frequentist and Bayesian approaches
Version: 0.0.0.9400
Authors@R: c(
person("Eliardo G.", "Costa", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Julio M.", "Singer", email = "[email protected]", role = c("ths", "cph")),
person("Carlos Daniel", "Paulino", email = "[email protected]", role = c("ths", "cph"))
)
Description: Compute the sample size in frequentist (absolute and relative errors) and Bayesian approaches (decision-theoretic aproach, ALC and ACC criteria).
Depends: R (>= 3.3.1)
License: MIT + file LICENSE
URL: https://github.com/eliardocosta/ssdet
BugReports: https://github.com/eliardocosta/ssdet/issues
Encoding: UTF-8
LazyData: true
Imports: rootSolve,
PearsonDS,
foreach,
doParallel,
parallel
RoxygenNote: 6.1.1