Description Usage Arguments Value Examples
Historical Gomperz Curve Plot function plots Historical Gomperz Curve function results.
1 | Gompertz_HC_plot(x, l, t)
|
x |
is data frame with two columns to estimates b & k parameters. First column contains the period and second column contains the associated cumulative adoption. |
l |
is a number represents maximum growth can be reached. |
t |
is an integer shows the growth periods. |
plot of best fitted cumulative adoption.
1 2 3 4 5 | ## Not run:
data("PE")
Gompertz_HC_plot(PE, 2.81, 250)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.