intcheck<-minimize(tt,details = TRUE,include = "?",dir.exp = dir.exp,row.dom = TRUE)
--
You received this message because you are subscribed to the Google Groups "QCA with R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qcawithr+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qcawithr/840c221f-5763-4119-bce0-bf5a88b26d39n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qcawithr/02f2a853-450e-4878-895e-8b57fb110344n%40googlegroups.com.
consias<-findRows(obj = tt, type = 2)
TTnew<-esa(oldtt=tt,contrad_rows=c(consias))
intnew<-minimize(TTnew,details = TRUE,include = "?",dir.exp = dir.exp,row.dom = TRUE)
This gives me a whopping 72 solutions (C1P72)Running the code with LR.intersect:
CSA<-LR.intersect(par,negpar)
tt2<-esa(oldtt = tt,contrad_rows = c(CSA))
int4<-minimize(tt2,details = TRUE, include = "?",dir.exp = dir.exp, row.dom = TRUE)
Same whopping 72 solutions (C1P72)
However, just doing the standard intermediate solution provides me with one solution (6 pathways) which is conceptually much easier to interpret
intcheck<-minimize(tt,details = TRUE,include = "?",dir.exp = dir.exp,row.dom = TRUE)
1) What causes this "explosion" of output? Computing contradictory simplifying assumptions seems to complicate things and I do not have conceptual/theoretical grounds for selecting one of the 72 models?
2) In terms of standards, can I just continue with a "traditional" intermediate solution (given that I do not have contradicting claims of necessity and no impossible remainders)?
Many thanks in advance for your insights!
Best wishes,
Alexander
To view this discussion visit https://groups.google.com/d/msgid/qcawithr/CAJ%3D0CtDEV1hnDV2K8f5d_CY8bKDAwdV4Pdot%3D-PSeKE0PEZH%2BQ%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/qcawithr/CAKB6ofUPGMKLPYqaE1BX3a%2BZL_hPcQ4RJNHwE_p%2BFhF4Q0T3gw%40mail.gmail.com.