Learn R Programming

QCA3 (version 0.0-8)

consistGap: Consistency gaps between configurations

Description

Show the consistency gaps between configurations

Usage

consistGap(x)

Arguments

x
A fuzzy set truthTable.

Value

A data frame with 6 columns, with ConsistGap the most important variable.

Details

Sometimes, QCA users should not mechanically use a pre-determined consistency cut-off. One possible way to determine such a cut-off is to examine the biggest consistency gap between configurations (Schneider & Wagemann,2010:407) and place a cutting point between the two configuations.

The truthTable is sorted according to consistency and outcome first before calculating the consistency gap.

References

Schneider, C. & Wagemann, C. 2010. Standards of Good Practice in Qualitative Comparative Analysis (QCA) and Fuzzy-Sets. Comparative Sociology, 9 (3): 397-418.

See Also

setOUT, fs_truthTable

Examples

Run this code
xs<-c("Developed.FZ","Urban.FZ","Literate.FZ","Industrial.FZ","Stable.FZ")

fst <- fs_truthTable(Lipset_fs,"Survived.FZ", xs,
        cases="Country",consistency_cutoff=0.7)

consistGap(fst)

Run the code above in your browser using DataLab