Estimate parameters for scaling of standard deviation with mean body size
Source:R/species_data_functions.R
get_sd_parameters.Rd
Calculates parameters for a (log-log linear) scaling relationship between the
mean and standard deviation of a species' mean body size. Given a table of
species with known mean and standard deviation body sizes, fits a linear
model of the form log(var(body_size)) ~ log(mean(body_size))
and extracts
parameter estimates, which can then be used to estimate the standard
deviation of body mass for a species based only on its mean body mass. See
also Thibault et al. (2011) for this method applied to the Breeding Bird
Survey.