View source: R/species_data_functions.R
add_estimated_sds | R Documentation |
Fill in missing records for the standard deviation of body mass for a
species, based on its mean body size and the parameters estimated by the
linear model fit by get_sd_parameters
.
add_estimated_sds(clean_size_data, sd_pars)
clean_size_data |
dataframe of species' masses and standard deviations;
as generated by |
sd_pars |
parameters as list of |
a dataframe of species' species_id
(which matches the AOU in the
Breeding Bird Survey), mass
mean body mass, sd
standard deviation body
mass, and a new column for estimated_sd
, a TRUE
/FALSE
flag for
whether the standard deviation has been estimated using the parameters
provided in sd_pars
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.