View source: R/StoxBaselineFunctions.R
AddGearGroupStoxLanding | R Documentation |
Adds a column to StoxLandingData with gear groups
AddGearGroupStoxLanding(StoxLandingData, Translation)
StoxLandingData |
|
Translation |
Translation table ( |
Gear groups are defined as translations from a gear code to a gear group.
Translation need to be defined for the VariableName 'Gear' (see Translation
).
The provided Translation should map values ('Gear' in Translation) for the variable 'Gear' in 'StoxBioticData' to a gear group ('NewValue' in Translation).
The gear group will be added to 'StoxLandingData' as the column 'GearGroup'
For comparison or co-analysis with sample data, a Translation
should be defined for StoxBioticData
with the same gear groups.
StoxLandingData
with column 'GearGroup' appended.
DefineTranslation
for configuring translation to gear groups,
AddGearGroupStoxBiotic
for similar function for sample data,
PrepareRecaEstimate
for use of 'GearGroup' as an effect in Reca-estimation,
and ReportFdaSampling
for use of 'GearGroup' as an aggregation variable when comparing sampling with landed volume.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.