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