B_index: B index a la Nonacs.

View source: R/B_Index.R

B_indexR Documentation

B index a la Nonacs.

Description

B index a la Nonacs.

Usage

B_index(r, t)

Arguments

r

A vector of RS values.

t

A vector of exposure times.

Value

The B index.

Examples

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

ctross/SkewCalc documentation built on March 18, 2024, 7:49 a.m.