surv_calc: Estimate survivals, detections, and tally adult returns

Description Usage Arguments Value Examples

Description

Estimate survivals, detections, and tally adult returns

Usage

1
surv_calc(ch, i, nocc, wt, wt_i, phi_p_only, fpc, ...)

Arguments

ch

Input file made by format_dat() function.

i

Iteration number used by the bootstrap function bootystrapper().

nocc

Total detection events including the trawl.

wt

Indicates whether to weight the sampling probability.

wt_i

Indicates whether to calculate the original estimates using weighted probability.

phi_p_only

Option to only calculate survivals and detection and not do the adult counts.

fpc

Option to adapt finite population correction for survival and detection calculations.

Value

Survivals, detection and returing adult counts

Examples

1
surv_calc(detect_data, i= 1, nocc= 8, wt= 'n', wt_i= 'n', phi_p_only= 'y', fpc= 'y')

boppingshoe/bootylator documentation built on May 8, 2019, 1:01 p.m.