Dear community members, good afternoon
Another query on my side.
I am creating a truthtable for the presence of the outcome (myTTy1) using the attached calibrated data.
I run a conservative solution and save the results
solc3<-minimize(input=TTy1,details = TRUE)
stargazerSol(results = solc3,outcome = "WIN",type = "text",out = "solc3.txt")
Question 1: However, I can't see which cases are applicable to which sufficiency pathway.
Tried adding cases=rownames(calibdata) & cases=calibdata$case but nothing works. I see case numbers in the console, yet in a very convoluted manner and never in the output. What am I doing wrong?
I am trying to move to a parsimonious and intermediate solution:
solp<-minimize(TTy1,details = TRUE,include = "?",row.dom = TRUE)
Yet I get the following message:
Error in minimize(TTy1, details = TRUE, include = "?", row.dom = TRUE) : 'R_Realloc' could not re-allocate memory (0 bytes)
Question 2: Is it because my truthtable has no '?" in the OUT rows? So I can't actually run a parsimonious or an intermediate solution?
Question 3: If my suspicion about running parsimonious/intermediate solution is correct, then I am "stuck" with reporting 11 pathways, each representing 3-5 cases. Is there any other way to "compress" it?
Your advice is highly appreciated!
Best wishes,
Alexander