Description Usage Arguments Value Author(s) Examples
Summarizes population-level statistics for Poisson-distributed sample data. The calculations are derived from open resources provided by Penn State Eberly College.
1 | summarize_poisson(data, desiredConfidence = 0.95)
|
data |
vector containing number of instances per desired unit (e.g. 6 trees were alive at plot 10 -> c(6)). |
desiredConfidence |
numeric desired confidence level (e.g. 0.9). |
data frame of statistics including standard error and confidence interval limits.
Karin Wolken
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.