A list of vectors containing a dataframe of summary statistics, and a dataframe of parameter samples
Details
Given tree, trait sets, function HyperParam is called to yield the range of parameters, then function oubmbmprior is called to draw sample for parameter, then the function oubmbmmodel is applied to simulate traits through post order tree traversal algorithm, finally the summary statistics is computed by function sumstat.
# NOT RUN {## using coral dataset (running time more > 5 sec)# }# NOT RUN {data(coral)
tree<-coral$tree
traitset<-coral$traitset
sims<-10oubmcirTrait(tree=tree,traitset=traitset,sims=sims)
# }