pcalg icon indicating copy to clipboard operation
pcalg copied to clipboard

CPDAG Estimation using PC-Algorithm

Results 4 pcalg issues
Sort by recently updated
recently updated
newest added

I have came across this package from "Elements of Causal Inference". Thank you for your work! I have a question, is it possible to provide a custom conditional independence test?

![image](https://user-images.githubusercontent.com/6756545/62210310-69bade80-b3ce-11e9-9910-2f07a9024ce9.png) I generate a double/float data matrix (x_data) like the picture above, however an error occurs as below: ![image](https://user-images.githubusercontent.com/6756545/62210383-9f5fc780-b3ce-11e9-9d5a-370517b3bebb.png) Is it only integer data type allowed? Thanks!

Hi, I don't think the application of the rules on line 183+ is correct. I believe these rules are supposed to be applied until the graph is no longer changing....

Hi, I want to estimate the Average Causal Effect (ACE) of X on Y using the *causalEffect* function. However, it seems that it only takes into account direct edges, see...