Description Usage Arguments Value Examples
plot lineages as successes by week (for accurate uncertainty in logistic regression smoother)
1 | plotWeekly(SS, lineage, timeInt, smoother = FALSE, logreg = FALSE)
|
SS |
dataframe of sample set, with one-hot encoding of each lineage as a column |
lineage |
character string specifying lineage of interest |
timeInt |
time interval, usually weekly ("epidate") |
smoother |
display loess smoother |
logreg |
display logistic regression smoother |
creates a plot of successes by week for a given lineage
1 | plotWeekly(ss, "B.1.1.7", "epidate", logreg=TRUE);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.