Description Usage Arguments Value Author(s) Examples
Minimizing the remainder configurations.
1 | remainderReduce(x, keepTruthTable = TRUE)
|
x |
A truthTable object, from cs_truthTable, fs_truthTable or mv_truthTable |
keepTruthTable |
logical, when TRUE the returned object keeps the truthTable |
An object of class c("remainders","QCA"), the components are the same as that from reduce.
Ronggui HUANG
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.