View source: R/fit_secondary_models.R
get_secondary_residuals | R Documentation |
Residual function for fit_secondary_growth()
.
get_secondary_residuals(
this_p,
my_data,
known_pars,
sec_model_names,
transformation
)
this_p |
Named vector of model parameter values. |
my_data |
Tibble with the data used for the fit. |
known_pars |
Named vector of fixed model paramaters. |
sec_model_names |
Named character vector defining the secondary model for each environmental factor. |
transformation |
Character defining the tranformation of |
A numeric vector of residuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.