FenTechSolutions / CausalDiscoveryToolbox

Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
https://fentechsolutions.github.io/CausalDiscoveryToolbox/html/index.html
MIT License
1.12k stars 197 forks source link

CCDr Algorithm + estimate.dag in R Script, Error in weights #158

Open Christopher7622 opened 9 months ago

Christopher7622 commented 9 months ago

the details of this error: image

I use traceback() function and get some information of estimate.dag(): image

my R version is 4.2.1 ,and I have installed sparsebn,sparsebnUtils and MASS ,I used to run example provided in rdrr.io website,the same error occurred.what is the problem?

diviyank commented 9 months ago

Hello, could you show, if possible, an extract of your data?

diviyank commented 9 months ago

Duplicate of #157 I think CCDr is broken, it will need some recoding

Christopher7622 commented 9 months ago

Hello, could you show, if possible, an extract of your data?

Of course,the dataset i am useing is the Sachs dataset provided in CausalDiscoveryToolBox. cyto_full_data.csv cyto_full_target.csv