Learn R Programming

QCAfalsePositive (version 1.1.1)

summary.fsQCApt: Summarize Permutation Tests for fsQCA Data

Description

Displays observed values, confidence intervals, and raw and adjusted p-scores for both consistency and counterexamples following permutation test of fsQCA data.

Usage

"summary"(object, ...)

Arguments

object
Object returned by fsQCApermTest.
...
Additional parameters to pass on.

Value

Two matrices of values for counterexamples and consistency.

Examples

Run this code
data(social.revolutions)
attach(social.revolutions)

intersect <- pmin(breakdown, pop.ins)
intersect2 <- pmin(breakdown, (1-pop.ins))
intersect3 <- pmin((1-breakdown), pop.ins)
intersect4 <- pmin((1-breakdown), (1-pop.ins))

test <- fsQCApermTest(y=soc.rev, configs=list(BI=intersect, Bi=intersect2,
   bI=intersect3, bi=intersect4), total.configs=4)
summary(test)

Run the code above in your browser using DataLab