You probably want to look at these pages on github pages, not by browsing the files above. Quick links:
- course syllabus
- schedule, including links to slides and homeworks.
-
Example models in Stan: each contains a Stan program, code for simulating data, real data, and model output and diagnostics
-
Vignette on stanfit objects
-
Brief guide to Stan's warnings
- How to print the source code for functions that don't show it to you when you type their names. (tldr;
showMethods(fun); getMethod(fun, c(x='class1', y='class2'))
)