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 17, 2024, 2:04 p.m.