estTree: estTree

View source: R/estTree.R

estTreeR Documentation

estTree

Description

Visualize post-wmmTree tree with root estimate given by each branch, and weighted sum at the root (for post-analysis). Also displays average of probability samples on each branch.

Usage

estTree(tree)

Arguments

tree

A makeTree object

Value

Returns a tree plot

Examples


  message("note - longer run time example")
  data(treeData1)
  tree <- makeTree(treeData1)
  Zhats <- wmmTree(tree, sample_length = 3)
  estTree(tree)
 

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