gassaway | R Documentation |
We do the stratification BEFORE the surveys are done using the fixed wing aircraft. Every cell is stratified as LOW or HIGH. Then some of the LOW and some of HIGH are surveyed to find how many moose are there.
mc_gassaway(y1, y2, N1, N2)
## S3 method for class 'mc_gassaway'
print(x, ...)
y1, y2 |
surveyed cell-level population counts in the 2 strata |
N1, N2 |
total number of cells that were stratified |
x |
object to print |
... |
arguments passed to the print method |
y1 <- rpois(20, 50)
y2 <- rpois(30, 5)
N1 <- 40
N2 <- 50
mc_gassaway(y1, y2, N1, N2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.