logEstimates {AutoWMM} | R Documentation |
Estimation helper function: Creates a vector of mean estimate values given by each informative path
logEstimates(tree)
tree |
A makeTree object |
Returns a vector of mean log estimate values of the root population size from each informative path
message("note - longer run time example")
data(treeData1)
tree <- makeTree(treeData1)
Zhats <- wmmTree(tree, sample_length = 3)
logEstimates(tree)