FourPHF {germinationmetrics} | R Documentation |
Four paramter hill function
Description
To be used by
FourPHFfit
.
Usage
FourPHF(x, a, bta, c, y0)
FourPHF_fixa(x, a = 100, bta, c, y0)
FourPHF_fixy0(x, a, bta, c)
FourPHF_fixa_fixy0(x, a = 100, bta, c)
RateofGerm(x, a, b, c)
Arguments
x |
The explanatory/independent variable value. |
a |
Parameter \(a\). |
bta |
Parameter \(e^{\beta}\). |
c |
Parameter \(c\). |
y0 |
Parameter \(y_{0}\). |
b |
Parameter \(b\). |
Value
The calculated response/dependent value value.
[Package germinationmetrics version 0.1.8 Index]