calc_H.ty3: (SPFI) Calculate the AEQ stratum harvest rate parameters...

Description Usage Arguments Value Examples

Description

This is equivalent to equation 6b in the draft SPFI document. In the Visual Basic this is referred to as the AEQScaler.

Usage

1
calc_H.ty3(c.ty.sum, r.ty.sum, T.ty, N.ty)

Arguments

c.ty.sum

Output from calc_ty.sum.

r.ty.sum

Output from calc_ty.sum.

T.ty

Output from calc_T.ty.

N.ty

Output from calc_N.ty.

Value

A data frame of the AEQ stratum harvest rate parameter estimates grouped by fishery stratum and year.

Examples

1
2
3
4
5
6
## Not run: 
T.ty <- calc_T.ty(catch.df = data.catch$data.catch)
N.ty <- calc_N.ty(T.ty = T.ty, hcwt.ty = hcwt.ty)
H.ty <- calc_H.ty3(c.ty.sum = c.ty.sum, r.ty.sum = r.ty.sum, T.ty = T.ty, N.ty = N.ty)

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.