confInts {AutoWMM} | R Documentation |
Estimation helper function: Method that takes samples and generates confidence intervals for nodes other than the root. Assume raw data (not log), with normal distributed log data for confidence interval construction
confInts(v)
v |
A vector |
Returns a confidence interval. For non-root nodes
data(treeData1)
tree <- makeTree(treeData1)
message("note - longer run time example")
Zhats <- wmmTree(tree, sample_length = 10)
confInts(Zhats$estimates)