Mraw_index_from_B_index: Calculate the Mraw index from the B index and relevant data.

View source: R/Mraw_Index_from_B_Index.R

Mraw_index_from_B_indexR Documentation

Calculate the Mraw index from the B index and relevant data.

Description

Calculate the Mraw index from the B index and relevant data.

Usage

Mraw_index_from_B_index(B, R, N)

Arguments

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.

Value

The Mraw index.

Examples

B = 0.1 
R = 50
N = 10
Mraw_index_from_B_index(B, R, N)

Ctross/SkewCalc documentation built on March 17, 2024, 2:04 p.m.