Closed chengweiclarence closed 4 years ago
Hello ! Is the R package SID is available in your R installation ? Try in R:
install.packages("BiocManager")
BiocManager::install(c("CAM", "SID", "bnlearn", "pcalg", "kpcalg", "D2C"))
Best, Diviyan
Hello ! Is the R package SID is available in your R installation ? Try in R:
install.packages("BiocManager") BiocManager::install(c("CAM", "SID", "bnlearn", "pcalg", "kpcalg", "D2C"))
Best, Diviyan
Hi! I have successfully solved this problem by your instruction. Thanks very much!
Great, I'll close the issue!
Hi!
When running SID by the given example, an error occurred:
ImportError Traceback (most recent call last)