logist | R Documentation |
Fit Logistic model
logist(y, time)
y |
Proportion of the disease. Must be a value between 0 and 1. |
time |
Measurement time |
r Growth rate
y0 Initial inoculum
time Measurement time
pred Predicted data
r2 Determination coefficient between the observed and predicted data
dap <- seq(1, 70, 10) inc <- c(0.01, 0.04, 0.15, 0.31, 0.65, 0.88, 0.94) logist(y = inc, time = dap)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.