View source: R/Mraw_Index_from_B_Index.R
Mraw_index_from_B_index | R Documentation |
Calculate the Mraw index from the B index and relevant data.
Mraw_index_from_B_index(B, R, N)
B |
The B index value estimated from a dataset. |
R |
Total number of RS events in the sample from which B was estimated. |
N |
Total number of individuals in the sample from which B was estimated. |
The Mraw index.
B = 0.1
R = 50
N = 10
Mraw_index_from_B_index(B, R, N)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.