Estimate a species' standard deviation of body mass based on its mean body mass
Source:R/species_data_functions.R
species_estimate_sd.Rd
Using the parameters estimated in get_sd_parameters
, estimate the standard
deviation of body mass for a species based only on its mean body mass.
Arguments
- sp_mean
mean body mass, in grams
- pars
list containing
$slope
and$intercept
, generated byget_sd_parameters()
. If not provided, estimated by runningget_sd_parameters(raw_masses)
.