data(Yamasaki2009)
reduce(policyChange~soc+pol+ind+are+foc,Yamasaki2009,cases="country")
## or construct truthTable first
cstt<-cs_truthTable(Yamasaki2009,"policyChange",c("soc","pol","ind","are","foc"),cases="country")
tb2 <- reduce(cstt) ## result in table 2
summary(tb2) ## coverage of each configuration
Run the code above in your browser using DataLab