View source: R/est_weight_length.R
estimate_weight_length | R Documentation |
Calculate weight-length relationship parameters
estimate_weight_length(
data,
col_length = "length_cm",
col_weight = "weight_kg",
verbose = FALSE
)
data |
A data frame containing empirical weights and lengths
from sampled fish. Sexes should be available in the column |
col_length |
A numeric or character value specifying the column
to use in |
col_weight |
A numeric or character value specifying the column
to use in |
verbose |
A logical that specifies if you want to print messages and
warnings to the console. The default is |
Estimate parameters of the weight-length relationship for each sex and all sexes combined, where the latter includes unsexed fish.
A data frame of weight-length parameters by sex.
Parameters A and B are in the appropriate units to input
into Stock Synthesis Wtlen_1_Fem and Wtlen_2_Fem, or
Wtlen_1_Mal and Wtlen_1_Mal, parameters in the
control file. Values of NA
are returned for models that
did not have enough data to properly estimate the parameters.
This will happen when there are no females in your data set,
for example.
Kelli F. Johnson and Chantel Wetzel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.