ss.confInts {AutoWMM} | R Documentation |
Estimation helper function: Method that takes samples and generates confidence intervals for nodes in single source sibling tree (single.source = TRUE)
ss.confInts(o, digits = 3)
o |
A node of a makeTree object |
digits |
The number of significant digits to report |
A confidence interval for nodes of the tree that only use a single source of sibling data.
data(treeData1)
tree <- makeTree(treeData1)
Zhats <- wmmTree(tree, sample_length = 3)
ss.confInts(tree$B)