From 58ec41f4e230c419d457e7f119e4ab48226d48d5 Mon Sep 17 00:00:00 2001 From: kaitejohnson Date: Tue, 17 Sep 2024 14:05:15 -0400 Subject: [PATCH] fix rendering to katex, add mathcal Rt to vignette --- _pkgdown.yml | 1 + vignettes/wwinference.Rmd | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 13aa9bb2..347325a6 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,3 +1,4 @@ url: https://cdcgov.github.io/ww-inference-model/ template: bootstrap: 5 + math-rendering: katex diff --git a/vignettes/wwinference.Rmd b/vignettes/wwinference.Rmd index 0ce43cc1..e3f6e21d 100644 --- a/vignettes/wwinference.Rmd +++ b/vignettes/wwinference.Rmd @@ -374,8 +374,8 @@ nowcasted/forecast quantities look reasonable. We will generate a dataframe that we'll call `draws_df`, that contains the posterior draws of the estimated, nowcasted, and forecasted expected observed hospital admissions and wastewater concentrations, as well as the -latent variables of interest including the site-level R(t) estimates and the -state-level R(t) estimate. +latent variables of interest including the site-level $\mathcal{R}(t)$ estimates and the +state-level $\mathcal{R}(t)$ estimate. We can generate this directly on the output of `wwinference()` using: ```{r extracting-draws}