knitr::opts_chunk$set(echo = FALSE) library(dplyr) library(here) library(ussc) library(ggplot2)
ggplot2
Exampleexample <- ggplot(iris, aes(Sepal.Width, Sepal.Length, colour = Species)) + geom_point(size = 4, alpha=0.4) + theme_ussc() + scale_colour_ussc("main", reverse=TRUE) plot_ussc_logo(example)
Measurement model: $y_{p} \sim N(\xi_{t(p)} + \delta_{j(p)} \, , \, V_p)$
Dynamic model: $\color{black}{\xi_t} \sim N(\color{black}{\xi_{t-1}}, \color{black}{\omega^2})$, with the endpoint constraints from election results observed on $\color{black}{\xi_1}$ and $\color{black}{\xi_T}$.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.