我正在使用 gRain 包来创建贝叶斯网络。以下是我从示例中尝试的代码:
data("cad1")
cad.dag <- dag(~ CAD:Smoker:Inherit:Hyperchol + AngPec:CAD + Heartfail:CAD + QWave:CAD)
cad.cpt <- extractCPT(cad1, cad.dag, smooth = 0.1)
最后一行抛出错误:
"Error in nw$nodes : $ operator not defined for this S4 class".
有人可以帮忙吗?
更新:这个问题似乎是由于与 bnlearn 包冲突而发生的。现在已经整理好了。