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!