Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.4 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.4 KB

CRAN CRAN_Download_Badge Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Estimating power and required sample size in QCA

The qcapower package for R allows researchers working with Qualitative Comparative Analysis (QCA) to

  • estimate power using permutation tests and create diagnostic plots;
  • estimate the required sample size for a target power level.

Version 0.1.0 of the package is available on CRAN. Please read the vignette for information on what you can do with the package.

install.packages("qcapower")
library(qcapower)

The current version can be installed from Github. As of today, it is the same as the version on CRAN.

devtools::install_github("ingorohlfing/qcapower")
library(qcapower)

We received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation program (grant agreement nr. 638425, Enhanced Qualitative and Multimethod Research).