Description Usage Arguments Value Author(s) Examples
Compute the maximum M (mortality) we need to worry about during EoA and EoAR calculations.
| 1 | fmmax.ab(x, pBa, pBb)
 | 
| x | The number of carcasses (number of successes). | 
| pBa | The alpha parameter of g's Beta distribution | 
| pBb | The beta parameter of g's Beta distribution | 
The M with less than 0.0001 probability of occurring.
Dan Dalthorp
| 1 2 3 | beta.params <- data.frame(alpha=231.59, beta=2239.925)
x <- 40
fmmax.ab(x, beta.params$alpha, beta.params$beta)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.