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


[Package AutoWMM version 1.0.1 Index]