Description Usage Arguments Details Value
Compute the output of a model from the time and specified parameters.
1 2 3 4 5 6 7 8 9 10 | gf_gompertz(time, A, mu, lambda)
gf_richards(time, A, mu, lambda, nu = 0.1)
gf_logistic(time, A, mu, lambda)
gf_gompertz_exp(time, A, mu, lambda, alpha = 0.1,
tshift = max(time)/10)
gf_spline(time, n)
|
time |
|
A |
|
mu |
|
lambda |
|
nu |
|
alpha |
|
tshift |
|
n |
|
Gompertz model parametrized by A
, mu
, lambda
:
y-values of the specified model for given time points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.