ssEstimate: ssEstimate

View source: R/ssEstimate.R

ssEstimateR Documentation

ssEstimate

Description

Helper function: Performs the closed form calculation of variances and means based on a "single-source sibling" tree. Engages when single.source = TRUE in wmmTree function. See documentation for further details.

Usage

ssEstimate(o)

Arguments

o

A node from a makeTree object

Value

Returns node with modified attributes

Examples


 data(treeData1)
 tree <- makeTree(treeData1)
 Zhats <- wmmTree(tree, sample_length = 3)
 ssEstimate(tree$B)


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