mmEstimate {AutoWMM} | R Documentation |
Helper function: Performs the multiplier method from a single terminal node (o) and returns the root estimate given that path, and the probabilities of each branch on that path.
mmEstimate(o)
o |
A node from a makeTree object |
Returns node with modified attributes
data(treeData1)
tree <- makeTree(treeData1)
mmEstimate(tree$A)
mmEstimate(tree$B)
tree$A$targetEst
tree$B$targetEst