←back to thread

193 points lnyan | 1 comments | | HN request time: 0.2s | source
Show context
These335 ◴[] No.42159921[source]
I tried to follow along with the textbook before but really struggled with the practical side - R is just another world in terms of dependency management and organisation/documentation (compared to python at least). The book had me install some version of a library that was since unsupported. So I thought I would be a nerd and do everything in python instead, but there I had other problems installing pymc. After some hours of failing I just gave up. Can anyone speak to the state of the dependencies in this edition? Has everything been updated? Versions listed? Would love to give this another shot
replies(7): >>42159993 #>>42160336 #>>42160856 #>>42161895 #>>42162990 #>>42165079 #>>42169866 #
1. bigfudge ◴[] No.42160336[source]
There is a version of everything in the book reimplemented in rStan, which is a fairly easy to install and well supported R package that wraps Stan. I don’t have the link but should be easy to google.

I think it’s a magnificent book - definitely repays the time to work though in detail.