root.confInt: root.confInt

View source: R/root.confInt.R

root.confIntR Documentation

root.confInt

Description

Estimation helper function: Method for generating confidence interval for root node. Assumes unlogged input data and normally distributed logged data. Completes conversion internally.

Usage

root.confInt(tree, int.type = "quantiles")

Arguments

tree

A makeTree object

int.type

A string specifying interval type, passed from the wmmTree function.

Value

Returns a confidence interval for the root population size estimate in un-logged form.

Examples


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


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