estTree {AutoWMM} | R Documentation |
estTree
Description
Visualize post-wmmTree tree with root estimate given by each branch, and weighted sum at the root (for post-analysis). Also displays average of probability samples on each branch.
Usage
estTree(tree)
Arguments
tree |
A makeTree object |
Value
Returns a tree plot
Examples
message("note - longer run time example")
data(treeData1)
tree <- makeTree(treeData1)
Zhats <- wmmTree(tree, sample_length = 3)
estTree(tree)
[Package AutoWMM version 1.0.2 Index]