create.chart {QCA} | R Documentation |
This function creates a chart having the prime implicants on the rows and the observed combinations of conditions on the columns. It is useful to determine visually which prime implicant (if any) is essential. The chart is subsequently processed algorithmically to further reduce the reduntant prime implicants.
create.chart(rows, columns)
rows |
a vector of strings, containing the prime implicants |
columns |
a vector of strings, containing all combinations of conditions from the original data |
a logical matrix showing which conditions from the (minimized) prime implicants are found in which columns
Adrian Dusa
Romanian Social Data Archive, University of Bucharest
adi@roda.ro
Ragin, Charles C. 1987 The Comparative Method. Moving beyond qualitative and quantitative strategies, Berkeley: University of California Press
create.chart(c("A", "b", "C"), c("ABC", "aBc", "Abc", "aBC"))