ssEstimate {AutoWMM} | R Documentation |
Helper function: Performs the closed form calculation of variances and means based on a "single-source sibling" tree. Engages when single.source = TRUE in wmmTree function. See documentation for further details.
ssEstimate(o)
o |
A node from a makeTree object |
Returns node with modified attributes
data(treeData1)
tree <- makeTree(treeData1)
Zhats <- wmmTree(tree, sample_length = 3)
ssEstimate(tree$B)