# example from Ragin (1987, p.99)
deMorgan("AC + B~C")
# with different intersection operators
deMorgan("A*C + B*~C", prod.split = "*")
deMorgan("A&C + B&~C", prod.split = "&")
# use solution object of class "qca" returned by eqmcc() function;
# even with multiple solutions
data(d.Kro)
Kro.sol <- eqmcc(d.Kro, outcome = "WNP", include = "?")
deMorgan(Kro.sol)
Run the code above in your browser using DataLab