Mraw_index_age: Mraw index accounting for diminishing returns to age.

View source: R/Mraw_Index_Age.R

Mraw_index_ageR Documentation

Mraw index accounting for diminishing returns to age.

Description

Mraw index accounting for diminishing returns to age.

Usage

Mraw_index_age(r, t, t0 = 0)

Arguments

r

A vector of RS values.

t

A vector of ages at first census. Defaults to zero.

Value

The Mraw index accounting for diminishing returns to age.

Examples

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

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