QCA-package {QCA}R Documentation

Qualitative Comparative Analysis

Description

This library implements the comparative methodology as described in Ragin (1987) and Ragin (2000). The analysis is the bridge between the qualitative and quantitative worlds, making use of the qualitative procedures in a systematic, algorithmic way (therefore increasing the "confidence" in the results, as understood by quantitative researchers). For the moment, only the ''exact'' Quine-McCluskey algorithm for crisp sets is implemented. However it is widely known that, for large number of conditions (over 15), the algorithm is memory hungry therefore very slow. Starting with version 0.4-5 the package has a new function called "eqmcc" (from "E"nhanced Quine-McCluskey) that finds exact solutions with a substantially lower memory consumption, therefore much faster. The next versions will have more functions to address multi-valued and fuzzy-set QCA. The package doesn't currently handle missing values in the data, therefore it is not yet possible to perform simplifying assumptions. As of version 0.1-3 there is also a graphical user interface in the package QCAGUI.

Details

Package: QCA
Type: Package
Version: 0.5-0
Date: 2007-10-17
License: GPL version 2 or newer

Author(s)

Author: Adrian Dusa <dusa.adrian@gmail.com>
Maintainer: Adrian Dusa <dusa.adrian@gmail.com>

References

Ragin, Charles C. 1987 The Comparative Method. Moving beyond qualitative and quantitative strategies, Berkeley:University of California Press

Dusa, Adrian 2007 A mathematical solution to the boolean minimization problem, http://www.compasss.org/WPShort.htm

Dusa, Adrian 2007 Enhancing Quine-McCluskey, http://www.compasss.org/WPShort.htm


[Package QCA version 0.5-0 Index]