Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbs-assess/hookcompetition
An R package for estimating relative abundance indices from longline data using a censored likelihood approach
https://github.com/pbs-assess/hookcompetition
Last synced: 18 days ago
JSON representation
An R package for estimating relative abundance indices from longline data using a censored likelihood approach
- Host: GitHub
- URL: https://github.com/pbs-assess/hookcompetition
- Owner: pbs-assess
- Created: 2021-10-27T19:44:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T17:19:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T13:29:01.852Z (3 months ago)
- Language: R
- Size: 62.9 MB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hookCompetition
An R package for estimating relative abundance indices from longline data using a censored likelihood approach## Installation
remotes::install_github('pbs-assess/hookCompetition', dep=T, build_vignettes = TRUE)
## Notes on how to use on non-IPHC data
To use the package on custom data, bypass the `read_Data_hookcomp()` step and ensure the following variable names are used inside the `sf` points object containing the catch counts:
- `N_it_species` (where species is the name of the species used (e.g. yelloweye)). This contains the catch counts of the species
- `effSkateIPHC` contains a measure of effort (e.g. number of hooks used etc.,)
- `prop_removed` contains the proportion of baits removed from the fishing event
- `year` the year of the fishing event
- `region_INLA` the region where the fishing event took place. An index (numeric variable) matching the corresponding row in `survey_boundaries`
- `station` containing the index of the fishing station where the fishing event took place. Useful if the same locations are visited each year (for multiple years)
- `twentyhooks` a binary variable indicating years where a different number of hooks were used. Useful if 2 fishing protocols are used and differences want to be controlled for. Set to 0 if not relevant.## Simulation Study
The simulation study accompanying the paper can be found in the folder 'Simulation Study'
## Notes from Joe when Andy visited him in Sept 2022 and by Zoom in Oct 2022
Sean and Jillian -- some of this should be useful. I haven't had a chance to run anything more. I think for IPHC data it will use data as saved by my gfiphc package, which I haven't updated yet with 2022 data.
Joe pushed new `censored_index_fun_sdmTMB()` to hookCompetition, for operationally making indices.Zoom chat 24/10/22 - IPHC data suggests fitting unstructured (no spatial) models with unique fixed effects for each year to get a coastwide index, plus spatiotemporal so can match spatial maps (see above function I think).
For generating new indices see Example.Rmd vignette, but for proper use (?) recommend using the functions that end in ...sdmTMB() to go into pacea, for example.
Use `Censored_Longline_RCode` (joe's GitHub) as submitted with manuscript, if have to re-make any figures. .rds files of results are saved. hookCompetition/Case Study is original code that then got tidied up into `Censored_Longline_RCode/`
Andy: ran hookCompetition/vignette/Example.Rmd at PSEC but was slow (think just due to connection): looks like code extracts new .rds files, but Andy ran from vignettes/ where it's saved them. They should match the ones sent by Joe in ../, maybe just move those to dummy folder so I have them, but I think they should be duplicated.