Description Usage Arguments Value Examples
Analogous Gompertz Curve uses analogy to determine curve coefficients (b & k) .
1  | Gompertz_AC(b, k, l, t)
 | 
b | 
 is a number represents curve coefficients.  | 
k | 
 is a number represents curve coefficients.  | 
l | 
 is a number represents maximum growth can be reached.  | 
t | 
 is an integer shows the growth periods.  | 
data frame (period, cumulative adoption)
1 2 3 4  | ## Not run: 
Gompertz_AC(0.8, 0.2, 10000, 20)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.