Displaying 1 result from an estimated 1 matches for "myblacklist".
2013 Apr 10
1
bnlearn: how to compute boot strength with mmhc and a blacklist
Dear R-help list:
I have two related questions regarding the functions boot.strength and
custom.strength in bnlearn.
1)
I am using the following commands (on a set of continuous data, the
example here run on fake data):
> myblacklist<-data.frame(from=c("x1", "x1", "x1", "x2", "x2",
"x2")) , to=c("x2", "n3", "n4", "x1"," n3", "n4"))
> result <- boot.strength(data, R=200, algorithm="mmhc&qu...