root.confInt {AutoWMM} | R 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)
[Package AutoWMM version 1.0.2 Index]