-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (32 loc) · 1.29 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
Package: qcapower
Type: Package
Title: Estimate Power and Required Sample Size in QCA
Version: 0.1.0
Imports:
ggplot2,
ggforce,
devtools,
stats
Authors@R: c(
person("Ingo", "Rohlfing", email = "[email protected]", role = c("aut", "cre")),
person("Holger", "Doering", email = "[email protected]", role = c("aut")),
person("Ayjeren", "Rozyjumayeva", email = "[email protected]", role = c("aut")))
Depends: R (>= 2.10)
Description: Researchers working with Qualitative Comparative Analysis (QCA)
can use the package to estimate power of a sufficient term
using permutation tests. A term can be anything: A condition, conjunction or
disjunction of any combination of these. The package further allows users to plot
the estimation results and to estimate the number of cases required to achieve a
certain level of power, given a prespecified null and alternative hypothesis.
Reference for the article introducing power estimation for QCA is:
Rohlfing, Ingo (2018) <doi:10.1017/pan.2017.30>
(ungated version: <doi:10.17605/OSF.IO/PC4DF>).
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/ingorohlfing/qcapower
BugReports: https://github.com/ingorohlfing/qcapower