Material for the data analytics course
website (under construction): https://oduerr.github.io/da/Stan_Primer_Full.html
In you download folder you find a more detailed instruction Einleitung CMDStan.pdf
Create a conda enviroment. Windows-Key Start CMD-Anaconda
conda create -n stan-env -c conda-forge cmdstan
conda activate stan-env
Set path to conda enviroment
library(cmdstanr)
#change oduerr
set_cmdstan_path("C:/Users/YOUR_USER_NAME/.conda/envs/stan-env/Library/bin/cmdstan")
Go to download folder open and execute check_cmdstan_installation.R