Skip to content

Commit

Permalink
working on create analysis docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keithhurley committed Jun 11, 2024
1 parent bd18587 commit 6564076
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions FinCatchAnalysis_3_CreateAnalysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,42 @@ Make sure to test each analysis function for:

- Works for both grouped by survey and ungrouped analysis, if not grouped by survey in fc_data\$groupSurveys, surveyUid is set to "-1" during data download by the data object

### Flow and Critical Issues

- Import Data

- Make sure to use remove_nonCPUE_data as appropiate in get_data\_ functions

::: callout-important
use remove_nonCPUE_data=FALSE to get all data if appropriate, specify remove_nonCPUE_data=TRUE for readability (is default if not specified)
:::

- Check For Empty/Missing Stations using ??? function

- Conduct Analysis

- Expand to account for missing 0's using AddZerosForMissingSpecies() function

- Finish Analysis

- Label survey UIDs, sample UIDs, species, and methods

- ::: callout-note
Useful Functions:

fc_labeler_Survey

fc_labeler_fishSample

fc_labeler_wqSample

fc_matchCodes

fc_createCodeLabel

fc_createCodeLabelReversed
:::

### Steps

1. Create new r file names fc_analysisName.R (Easiest To Copy Existing Analysis and Modify)
Expand Down

0 comments on commit 6564076

Please sign in to comment.