mmEstimate {AutoWMM} | R Documentation |
mmEstimate
Description
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.
Usage
mmEstimate(o)
Arguments
o |
A node from a makeTree object |
Value
Returns node with modified attributes
Examples
data(treeData1)
tree <- makeTree(treeData1)
mmEstimate(tree$A)
mmEstimate(tree$B)
tree$A$targetEst
tree$B$targetEst
[Package AutoWMM version 1.0.2 Index]