trad_one_access: Traditional One Access

Description Usage Arguments Value Examples

View source: R/trad-one-access.R

Description

Calculates estimates for Traditional Access Design for One Access Site.

Usage

1
2
trad_one_access(data, am = 0.5, weekend = c("Saturday", "Sunday"),
  holidays = NULL, alpha = 0.05, weighted = FALSE)

Arguments

data

A data.frame containing Date, Period, RodHours and Catch columns.

am

A number indicating the weighting for the AM period (by default 0.5).

weekend

A string indicating the days to be considered weekend.

holidays

A Date vector of weekday holidays that can be treated as weekends.

alpha

A number indicating the significance level desired for the confidence intervals.

weighted

A flag that indicates whether the sampling coverage should weight by Period.

Value

A data.frame with the total effort and catch estimates, confidence intervals, in-week and weekend days and sampling coverage

Examples

1
2

poissonconsulting/creelr documentation built on Feb. 11, 2021, 2:22 p.m.