Learn R Programming

QCA3 (version 0.0-8)

remainderReduce: Remainder configurations.

Description

Minimizing the remainder configurations.

Usage

remainderReduce(x, keepTruthTable = TRUE)

Arguments

x
A truthTable object, from cs_truthTable, fs_truthTable or mv_truthTable
keepTruthTable
logical, when TRUE the returned object keeps the truthTable

Value

An object of class c("remainders","QCA"), the components are the same as that from reduce.

Examples

Run this code
fst <- fs_truthTable(Lipset_fs,"Survived.FZ",
       c("Developed.FZ","Urban.FZ","Literate.FZ","Industrial.FZ", "Stable.FZ"),
       cases="Country",consistency_cutoff=0.7,complete=TRUE)
## complete must be TRUE
remainderReduce(fst)

Run the code above in your browser using DataLab