baglimit(intdir = NULL, estdir = NULL, species = NULL,
state = NULL, mode = NULL, wave = NULL, styr = NULL,
endyr = NULL, bag = NULL)
extractMRFSS
before bag limit simulations can be done.
Species-specific intercept data and associated effort estimates for each state, year, wave and mode are extracted. Harvest numbers with multiple
contributors (CNTRBTRS) are split evenly among the number of contributors (fractional harvest frequencies may result). The analytical steps given
in Chapter 7 of Recreational Fisheries Data Users Manual
are followed. Estimated total harvest from the No Bag Limit
table should be close
to the MRFSS harvest estimate.extractMRFSS
## Example of a typical specification. Example is for bluefish from New
## York in 1990 (all waves and modes)- not a working example
baglimit(intdir="C:/Temp",estdir="C:/Temp",species=8835250101,
state=c(36),mode=c(3,6,7),wave=c(1,2,3,4,5,6),bag=c(5,10,15),
styr=1990,endyr=1990)
Run the code above in your browser using DataLab