ss.confInts: ss.confInts

View source: R/ss.confInts.R

ss.confIntsR 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)


AutoWMM documentation built on June 8, 2025, 11:10 a.m.