QCA - Testin for single necessary conditions

Hello everyone,

I'm having a problem with the testing for a necessary conditions in R Studio.
I coded like this:
COND<-subset(CIRI2011,select=c("PHYSINT2"))
pof(COND,ENDYEARC,MENA_Leaderz,relation="nec")

But this error occurs:
Error: The outcome was not found in the data.

I am doing a crispQCA and the two datasets I am using for the coding are coded either 1 or 0.

I appreciate all your help. Thanks!

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.