I am currently writing my Master thesis and I'm conducting an fsQCA using the QCA package in R Studio. In total, I have 9 causal conditions which I all calibrated already. However, I found out that whenever I exceed 7 causal conditions while generating my truth table, I get this error:
$<-.data.frame
(*tmp*
, "cases", value = c("", "", "", "", :
replacement has 45 rows, data has 13
First I assumed that my last two variables weren't calibrated properly, however after some investigation I found out that I can combine any 7 out of 9 variables and generate a truth table but once I add an 8th variable, I get this error again. I am wondering if someone could give me some clarification on whether the QCA package is limited to 7 causal conditions or how I can solve this problem?