Thermal-time models with log-logistic distribution of germination time (Onofri et al., 2018)
Thermal-time models with log-logistic distribution of germination time (Onofri et al., 2018)
These models relates the time-course of germinations to the environmental temperature and they are based on a truncated log-logistic distribution of germination time:
where the usual parameters ('b', 'd' and 'e') are expressed as functions of wtemperature (T). In the function 'TTEM()', we implemented the following submodels: (1) for the parameter 'd', we implemented the following submodels:
In the In the 'TTERFc()' function a further submodel was introduced, to model the effect of temperature in the shape parameter 'b':
[REMOVE_ME]σ(T)=b1=b01+s(T−Tb)[REMOVEME2]
The 'TTEM.fun()', 'TTERF.fun()' and 'TTERFc.fun()' are generic functions, which can be used for plotting or other applications, while the 'TTEM()', 'TTERF()' and 'TTERFc()' functions are meant to be used for model fitting with the 'drmte()' function in the 'drcte()' package.
Description
These models relates the time-course of germinations to the environmental temperature and they are based on a truncated log-logistic distribution of germination time:
P(t)=1+exp[b(log(x)−log(e)]d
where the usual parameters ('b', 'd' and 'e') are expressed as functions of wtemperature (T). In the function 'TTEM()', we implemented the following submodels: (1) for the parameter 'd', we implemented the following submodels:
In the In the 'TTERFc()' function a further submodel was introduced, to model the effect of temperature in the shape parameter 'b':
σ(T)=b1=b01+s(T−Tb)
The 'TTEM.fun()', 'TTERF.fun()' and 'TTERFc.fun()' are generic functions, which can be used for plotting or other applications, while the 'TTEM()', 'TTERF()' and 'TTERFc()' functions are meant to be used for model fitting with the 'drmte()' function in the 'drcte()' package.
The detail of these functions are described in Onofri et al. (2018).
Arguments
The TTEM(), TTERF() and TTERFc() functions have no arguments. The TTEM.fun(), TTERF.fun() and TTERFc.fun() functions have the following arguments:
time: time
Temp: temperature
G: maximum germination capability of the seed lot
Tc: ceiling temperature
sigmaTc: standard deviation for the ceiling temperature within the seed lot
Tb: base temperature
Td: close to optimal temperature
ThetaT: Thermal-time parameter
b: shape parameter for the cumulative distribution function of germination time
b0: shape parameter for the cumulative distribution function of germination time at T = Tb
s: parameter for the effect of temperature on the scale parameter for the log-logistic distribution of germination times
Returns
The 'TTEM.fun()', 'TTERF.fun()' and 'TTERFc.fun()' functions return the proportion of germinated seeds, for given values of time and temperature. The 'TTEM()', 'TTERF()' and 'TTERFc()' functions return a list containing the nonlinear function, the self starter function, the parameter names and other items which are internally used by the 'drmte()' function.
References
Onofri, A., Benincasa, P., Mesgaran, M.B., Ritz, C., 2018. Hydrothermal-time-to-event models for seed germination. European Journal of Agronomy 101, 129–139. Rowse, H.R., Finch-Savage, W.E., 2003. Hydrothermal threshold models can describe the germination response of carrot (Daucus carota) and onion (Allium cepa) seed populations across both sub- and supra-optimal temperatures. New Phytologist 158, 101–108. https://www.statforbiology.com/2023/stat_drcte_11-examplette/