M_index | R Documentation |
M index of reproductive skew.
M_index(r, t, Samples = 1000)
r |
A vector of RS values. |
t |
A vector of exposure times. |
Samples |
Number of samples used to estimate the expected value of the correction term. |
The M index.
set.seed(1)
RS = rpois(100, 5)
Age = rpois(100, 45)
M_index(RS, Age)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.