get_harvest_rate: Calculate the harvest rate based on reporting probabilities

View source: R/lincoln.R

get_harvest_rateR Documentation

Calculate the harvest rate based on reporting probabilities

Description

Takes a dataframe generated by get_direct_recoveries, a dataframe containing reproting probabilities and calculates the harvest rates based on recovery data of banded birds. Variance, standard error, confidence levels and coefficient of variation are also calculated for the harvest rate. The harvest rate is estimated based on data described in Alisauskas et al., (2014)

Usage

get_harvest_rate(df = NULL, rho_df = NULL, ...)

Arguments

df

A dataframe generated by get_direct_recoveries, Default: NULL

rho_df

A dataframe with reporting probabilities, Default: NULL

...

If df is not provided, additionnal arguments passed to get_direct_recoveries to generate the direct directories dataframe

Value

A dataframe with reporting probabilities and havest rate with variance, standard error, confidence levels and coefficient of variation.

See Also

get_direct_recoveries


Vin985/gblincoln documentation built on April 21, 2022, 1:49 a.m.