root.confInt | R Documentation |
Estimation helper function: Method for generating confidence interval for root node. Assumes unlogged input data and normally distributed logged data. Completes conversion internally.
root.confInt(tree, int.type = "quantiles")
tree |
A makeTree object |
int.type |
A string specifying interval type, passed from the wmmTree function. |
Returns a confidence interval for the root population size estimate in un-logged form.
message("note - longer run time example")
data(treeData1)
tree <- makeTree(treeData1)
Zhats <- wmmTree(tree, sample_length = 3)
root.confInt(tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.