R/fit_length_weight.R
fit_length_weight.Rd
Fits a length weight relationship for use in catch expansion
fit_length_weight(
lengthWeightData,
speciesName,
speciesRules,
outputDir = NULL,
logfile = NULL,
suppressMessages = F
)
Data frame. length-weight pairs. Each row represents an individual fish
Character string. Common name for species
List. Obtained from get_species_object
Character string. Path to output directory (Default = NULL, no output written)
Character string. Specify the name for the log file generated describing all decisions made. (Default = NULL, no output written)
Boolean. Suppress all messages
List of model fit objects
The Weight-Length relationship is defined as
Wij=αLβjijezij
where,
Wij = Weight of fish i in season j, i=1,...,n,j=1,...J
Lij = Length of fish i in season j,
zij ~ N(0,σ2),
and βj is effect of season j
On the more familiar log scale the model is
log(Wij)=log(α)+βjlog(Lij)+zij
To test for a seasonal effect, we test the Null hypothesis:
H0:βj=β
against the alternative,
H1:βj≠β
The test statistic is the standard F statistic
F=(RSSH0−RSSH1)/(J−1)RSSH1/(n−J−1)
which will have an F distribution with (J-1, n-J-1) degrees of freedom
where RSS= Residual Sum of Square s