ssEstimate {AutoWMM}R 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)


[Package AutoWMM version 1.0.2 Index]