data(dream4)
# there are a total of 5 datasets (networks) in the dream4ts10 data
network <- 1
scanBMA.res <- ScanBMA( x = dream4ts10[[network]][,-(1:2)],
y = dream4ts10[[network]][,3],
prior.prob = 0.01)
summary(scanBMA.res)
Run the code above in your browser using DataLab