all.expr {QCA} | R Documentation |
There are 3^k-1 possible expressions (where k is the number of conditions) for a crisp-set procedure. This function creates a matrix by row-binding the truth tables for all expressions.
all.expr(column.names, inside=FALSE)
column.names |
a vector of strings, the column names of the dataset |
inside |
if not inside the qmcc function, print the result matrix without NAs |
a matrix with 3^k-1 rows
Adrian Dusa
Romanian Social Data Archive, University of Bucharest
adi@roda.ro
Ragin, Charles C. 2000 Fuzzy-set social science, Chicago: The University of Chicago Press
column.names <- c("First", "Second", "Third") all.expr(column.names)