https://github.com/hsm207/bda2021
My notes on the 2021 Bayesian Data Analysis Analysis course
https://github.com/hsm207/bda2021
Last synced: about 2 months ago
JSON representation
My notes on the 2021 Bayesian Data Analysis Analysis course
- Host: GitHub
- URL: https://github.com/hsm207/bda2021
- Owner: hsm207
- License: gpl-3.0
- Created: 2021-03-07T13:33:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T13:15:57.000Z (over 4 years ago)
- Last Synced: 2025-01-14T11:17:21.114Z (9 months ago)
- Language: Dockerfile
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This repo contains my notes on the 2021 Bayesian Data Analysis Analysis [course](https://avehtari.github.io/BDA_course_Aalto/gsu2021.html)# Usage
1. Open project in a container using the [Dockerfile](./Dockerfile)
2. To start RStudio, execute the following in a terminal:
```bash
/init
```
3. In a browser, navigate to `localhost:8787`.