A list of vectors of sample of model parameters, regression parameter and ancestral values.
Details
Function OUprior is called to compute the model estimate, then return the range for parameter estimate for next step analysis. The range is set to 3 times larger/smaller than the parameter estimates.
Function regboundfcn is called to get the bound of regression parameter.
The ancestral value (root) is computed for each traits in order to used for simulation in the four functions oubmbmTrait,ououbmTrait, oubmcirTrait and ououcirTrait.
# NOT RUN {## using coral dataset (running time more > 5 sec)# }# NOT RUN {data(coral)
tree<-coral$tree
traitset<-coral$traitset
HyperParam(tree=tree,traitset=traitset)
# }