make_guess_factor {biogrowth}R 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


[Package biogrowth version 1.0.3 Index]