Constructor function for the "gcvals" class. This object is most often
obtained when calling SummarizeGrowth
(it is the first
parameter in the gcvals
object).
gcvals(
k,
k_se,
k_p,
n0,
n0_se,
n0_p,
r,
r_se,
r_p,
sigma,
df,
t_mid,
dt,
auc_l,
auc_e,
note
)
The carrying capacity parameter
The standard error of the carrying capacity parameter
The p value of the carrying capacity parameter
The initial population size
The standard error of the initial population size
The p value of the initial population size
The growth rate
The standard error of the growth rate
The p value of the growthrate
Residual standard error from non-linear least squares fit of the model to the data
Degrees of freedom
The time at the inflection point of the logistic curve (occurs at half of the carrying capacity)
The maximum doubling time, obtained by evaluating the the unrestrained growth of the population with growth rate r
The area under the curve of the fitted logistic equation from time 0 to time t
The area under the curve of the measurements.
Feedback on common problems with fitting the logistic curve to the data
An object of class gcvals.