Displaying 1 result from an estimated 1 matches for "localposterior".
2006 Apr 12
3
[Q] Bayeisan Network with the "deal" package
...<- jointprior(ksl.nw)
banlist <- matrix(c(5,5,6,6,7,7,9,
8,9,8,9,8,9,8), ncol = 2)
ksl.nw$banlist <- banlist
ksl.nw <- learn(ksl.nw, ksl, ksl.prior)$nw
According to the manual, the local prior and posterior can be accessed for
each node using localprior()
and localposterior(). However, I got null from localprior(ksl.nw$nodes[1])
and localposterior(ksl.nw$nodes[1]).
Can anyone tell me what I should do to access the local prior and posterior?
Any help would be appreciated.
Thanks in advance.
Young-Jin
[[alternative HTML version deleted]]