remainderReduce: Remainder configurations.

Description Usage Arguments Value Author(s) Examples

Description

Minimizing the remainder configurations.

Usage

1
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.

Author(s)

Ronggui HUANG

Examples

1
2
3
4
5
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)

QCA3 documentation built on Jan. 15, 2017, 6:58 p.m.

Related to remainderReduce in QCA3...