Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

extract_secondary_pars

A helper to build the secondary models


Description

Most of the functions for fitting mix in the vectors parameters for the primary and secondary models, but the functions for making predictions need that they are separated. This one extracts the parameters of the secondary model.

Usage

extract_secondary_pars(this_p, known_pars, sec_model_names)

Arguments

this_p

A named vector of model parameters (usually, the ones fitted).

known_pars

Another named vector of model parameters (usually the known ones).

sec_model_names

A named character vector defining for each environmental factor (vector names) the type of secondary model (vector values).

Value

A nested list defining the secondary models.


biogrowth

Modelling of Population Growth

v0.2.0
GPL-3
Authors
Alberto Garre [aut, cre] (<https://orcid.org/0000-0002-4404-3550>), Jeroen Koomen [aut], Heidy den Besten [aut], Marcel Zwietering [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.