confInts {AutoWMM}R Documentation

confInts

Description

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

Usage

confInts(v)

Arguments

v

A vector

Value

Returns a confidence interval. For non-root nodes

Examples


 data(treeData1)
 tree <- makeTree(treeData1)
 message("note - longer run time example")
 Zhats <- wmmTree(tree, sample_length = 10)
 confInts(Zhats$estimates)


[Package AutoWMM version 1.0.1 Index]