rhodes.curve | R Documentation |
This function fits the Logistic Curve in population Data by Rhodes Method along with estimates of the parameters and predicted value.
rhodes.curve(p)
p |
a numeric vector |
Suppose we have n observations from population size corresponding to n equivalent time points say, at t=0,1,...,n-1. Here we assume the Logistic law of population growth , p=L/(1+exp(r*(beta-t))).
r.hat , L.hat , beta.hat : the estimated values of the parameters r, L and beta.
predicted.values : the predicted values of p
Arnab Roy, Debarghya Baul.
u=c(12,15,16,18,16,21,25,27,29,30,35,36) rhodes.curve(u)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.