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