README.md

bnTool

the kit of bn package

install the package

library(devtools)
install_github('QiuBingCheng/bnTool')

bayesian network nodes viewer

It create dataframe to help user read the nodes relationship easily

data(coronary)
bn_model = tabu(coronary)
create_from_to_viewer(bn_model)
create_child_parent_viewer(bn_model)

view



vbjc5275/bnTool documentation built on Dec. 23, 2021, 3:01 p.m.