# NOT RUN {
## Get the two sets of chains saved from runs of bf1 from
## the breast cancer example in the help file for bf1.
load("breast-rdat-2lists-1000")
## Default values ncycles=2000, burnin=1000
## CPU time is from a run of the R command system.time() on an
## Intel $2.8$ GHz Q$9550$ running Linux.
cc <- bf2(chain1.list) #1.6 secs
## Perhaps save for another time.
save(cc,file="breast-rdat-constants",compress=TRUE)
## Next session
load("breast-rdat-constants")
# }
Run the code above in your browser using DataLab