Description Usage Arguments Value Examples
Logistic curve fitting
1 | exe_fit(sample_cases, sample_date, days)
|
sample_cases |
values for growth fitting. |
sample_date |
sample dates as serial consecutive dates (should be included in |
days |
full vector of serial dates. |
a list of fitting results. Specifically:
The output of the fitting performed by SummarizeGrowth.
A data frame containing dates and corresponding fitted values of cumulative cases, listed by columns.
The output of the chi-squared independence test of residuals.
A data frame containing dates and the corresponding fitted values of new cases, listed by columns.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.