Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common output report table format #3

Open
gavinfay opened this issue May 17, 2021 · 0 comments
Open

common output report table format #3

gavinfay opened this issue May 17, 2021 · 0 comments
Assignees

Comments

@gavinfay
Copy link
Collaborator

gavinfay commented May 17, 2021

For fit plotting purposes, it will be useful to write to file the full table of fits to each data type and each composition. This may be most easily dealt with in R using a (BIG) single table across data types, with appropriate flags for the different columns depending on the data type.

I suggest something like the comp report in SS, e.g.

Data | Flt | Yr | Area | Spp | Type | effN | sizebin | Obs | CV | Exp | resid | nLL

CATCH | 1 | 1 | 1 | 2 | NA | NA | NA | 1000 | 0.1 | 1500 | -0.405 | -13.74
CATCH_SIZE | 1 | 1 | 1 | 2 | NA | 100 | 1 | 0.2 | NA | 0.15 | -0.405 | -5.753

etc.

(not sure why my markdown table isn't rendering)

@sgaichas any thoughts? (realize there'll need to be an extra column(s) to handle the diet data) We could also create separate tables (might make sense to keep the catch/index data separate from the composition).

This table will be BIG with the comp data, so could write to a separate output file rather than the .rep file.

@gavinfay gavinfay self-assigned this May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant