make_guess_factor: Initial guesses for the secondary model of one factor

View source: R/initial_guesses.R

make_guess_factorR Documentation

Initial guesses for the secondary model of one factor

Description

Initial guesses for the secondary model of one factor

Usage

make_guess_factor(fit_data, sec_model, factor)

Arguments

fit_data

Tibble with the data used for the fit. It must have one column with the observed growth rate (named mu by default; can be changed using the "formula" argument) and as many columns as needed with the environmental factors.

sec_model

character defining the secondary model equation according to secondary_model_data()

factor

character defining the environmental factor


biogrowth documentation built on Aug. 19, 2023, 1:06 a.m.