Mraw_index: Mraw index of reproductive skew.

View source: R/Mraw_Index.R

Mraw_indexR Documentation

Mraw index of reproductive skew.

Description

Mraw index of reproductive skew.

Usage

Mraw_index(r, t)

Arguments

r

A vector of RS values.

t

A vector of exposure times.

Value

The Mraw index.

Examples

set.seed(1) 
RS = rpois(100, 5) 
Age = rpois(100, 45)
Mraw_index(RS, Age)

ctross/SkewCalc documentation built on June 11, 2025, 1:31 a.m.