This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Code generated by %%NAME%% %%VERSION%% | |
#include <stan/model/model_header.hpp> | |
namespace hepatitis_model_namespace { | |
using stan::io::dump; | |
using stan::math::lgamma; | |
using stan::model::assign; | |
using stan::model::cons_list; | |
using stan::model::index_max; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "Covid Party Risk - 10,000 Parties Edition" | |
author: "Sean Talts" | |
date: "8/1/2020" | |
output: html_document | |
runtime: shiny | |
--- | |
```{r setup, include=FALSE} | |
knitr::opts_chunk$set(echo = TRUE) |
OlderNewer