Mraw_index | R Documentation |
Mraw index of reproductive skew.
Mraw_index(r, t)
r |
A vector of RS values. |
t |
A vector of exposure times. |
The Mraw index.
set.seed(1)
RS = rpois(100, 5)
Age = rpois(100, 45)
Mraw_index(RS, Age)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.