khakieconomics / stanecon_short_course

Notes for short course on econometrics in Stan
Creative Commons Zero v1.0 Universal
10 stars 3 forks source link

Typo #2

Open maswiebe opened 3 years ago

maswiebe commented 3 years ago

On p.15 of the pdf, you have: correct_fit <- stan(model_code = "models/joint_iv.stan" which should be correct_fit <- stan(file = "models/joint_iv.stan",

maswiebe commented 3 years ago

On p.18: print(correct_fit, pars = c("beta", "sigma", "nu")) should be: print(correct_fit, pars = c("beta", "sigma", "tau"))

And there's another reference to nu being Student-t, which is not in the code.