You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knitr/hmm-example/hmm-example.Rmd
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
---
2
2
title: "HMM Example"
3
-
output: html_document
3
+
author: "Ben Bales, Charles Margossian"
4
+
output:
5
+
html_document: default
6
+
pdf_document: default
4
7
---
5
8
6
9
```{r setup, include=FALSE}
@@ -182,6 +185,8 @@ model {
182
185
}
183
186
```
184
187
188
+
The complete model is available on Github: [hmm-example.stan](https://github.com/stan-dev/example-models/tree/master/knitr/hmm-example/hmm-example.stan).
0 commit comments