logEstimates: logEstimates

View source: R/logEstimates.R

logEstimatesR Documentation

logEstimates

Description

Estimation helper function: Creates a vector of mean estimate values given by each informative path

Usage

logEstimates(tree)

Arguments

tree

A makeTree object

Value

Returns a vector of mean log estimate values of the root population size from each informative path

Examples


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


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