if (FALSE) {
# An example to change a QCA truth table
library(QCA)
ttLF <- truthTable(LF, outcome = SURV, incl.cut = 0.8)
minimize(ttLF, include = "?")
# excluding contradictory simplifying assumptions
minimize(
change(ttLF, exclude = findRows(type = 2)),
include = "?"
)
}
Run the code above in your browser using DataLab