Parameters for all known standard weight equations.
A data frame with observations on the following 13 variables:
Species name.
Units of measurements. Metric
uses lengths in mm and weight in grams. English
uses lengths in inches and weight in pounds.
Type of equation (linear
or quadratic
).
Reference quartile (75
, 50
, or 25
).
The type of length measurement used -- total length (TL
) or fork length (FL
).
The type of method used to derive the equation (RLP
,EmP
, or Other
).
Minimum total length (mm or in, depending on units
) for which the equation should be applied.
Maximum total length (mm or in, depending on units
) for which the equation should be applied.
The intercept for the model.
The slope for the linear models or the linear coefficient for the quadratic equation.
The quadratic coefficient in the quadratic equations.
Source of the equation. These match the sources given in Neumann et al. 2012.
Comments about use of equation.
Relative weight
Standard weight
Condition
8-Condition.
The minimum TL for the English units were derived by rounding the converted minimum TL for the metric units to what seemed like common units (inches, half inches, or quarter inches).
Ogle, D.H. 2016. Introductory Fisheries Analyses with R. Chapman & Hall/CRC, Boca Raton, FL.
# NOT RUN {
data(WSlit)
str(WSlit)
head(WSlit)
# }
Run the code above in your browser using DataLab