View source: R/double_gompertz.R
double_gompertz | R Documentation |
A method to fit the double Gompertz function
double_gompertz(x, a1, b1, k1, a2, b2, k2)
x |
independent variable |
a1 |
parameter a1 |
b1 |
parameter b1 |
k1 |
parameter k1 |
a2 |
parameter a2 |
b2 |
parameter b2 |
k2 |
parameter k2 |
a nls object with the function fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.