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 ouqbmprior is called to draw sample for parameter, then the function ouqbmmodel is applied to simulate traits through post order tree traversal algorithm, finally the summary statistics is computed by function sumstat.
# NOT RUN {## using bat dataset (running time more > 5 sec)# }# NOT RUN {data(bat)
tree<-bat$tree
traitset<-bat$traitset
sims<-10ouqbmTrait(tree=tree,traitset=traitset,sims=sims)
# }