Thank you, I got error below. How do I do it?
Determine if a variable X is endogeneous for variable Y, if so, return confounders
query = "MATCH p= (x:construct)<-[r1:causes]-(confounder:construct) -[r2:causes]-> (y:construct) <-[r3:causes]- (x:const...