Description Usage Arguments Details Value Examples
Estimates the values of a gompertz grow process
1 | do_gompertz(time, lambda, mu, a)
|
time |
Integer. A vector of one or more values, counted as the number of days. |
lambda |
Numeric. A single value for the lambda parameter in the gompertz equation. |
mu |
Numeric. A single value for the mu parameter in the gompertz equation. |
a |
Numeric. A single value for de alpha parameter in the gompertz equation. |
This function uses the same parametrization of the gompertz curve
used in the grofit
package.
a vector of the predict number of total deaths.
1 | do_gompertz(1:100, lambda = 47, mu = 1000, a = 100000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.