https://github.com/pacificcommunity/ofp-sam-shinymfcl
Shiny apps for MULTIFAN-CL assessments
https://github.com/pacificcommunity/ofp-sam-shinymfcl
mfcl ofp sam tool
Last synced: 10 months ago
JSON representation
Shiny apps for MULTIFAN-CL assessments
- Host: GitHub
- URL: https://github.com/pacificcommunity/ofp-sam-shinymfcl
- Owner: PacificCommunity
- Created: 2022-08-24T02:10:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T07:14:56.000Z (over 2 years ago)
- Last Synced: 2025-04-09T09:42:04.170Z (about 1 year ago)
- Topics: mfcl, ofp, sam, tool
- Language: R
- Homepage:
- Size: 9.8 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
shinyMFCL
=========
A collection of Shiny app [examples](examples) used to view MULTIFAN-CL stock
assessments.
General Design
--------------
Step | Label | File Input | Functions | File Output
----- | ---------- | ---------------------------------------- | ----------------------------------------- | -------------------
1 | Lengths | `length.fit` | `read_length_fit_file` | `lfits_dat.RData`
2 | Weights | `weight.fit` | `read_length_fit_file` | `wfits_dat.RData`
3 | Movement | `*.par` | `read.MFCLRegion` | `move_coef.RData`
4 | General | `*.par`, `*.rep` | `read.MFCLPar`, `read.MFCLRep` | `other_data.RData`
5 | Likelihood | `*.par`, `test_plot_output` | `read.MFCLParBits`, `read.MFCLLikelihood` | `ll_tab_data.RData`
6 | Tagging | `*.par`, `*.tag`, `temporary_tag_report` | `read.MFCLPar`, `read.MFCLTag` | `tag_data.RData`