Robert Kubinec

Results 14 comments of Robert Kubinec

Sure thing take your time. I tried to test it thoroughly, but it is definitely experimental. A particular question is what the default settings should be as producing video is...

That is certainly an idea re: using a separate function. Were you thinking of just having command line usage or creating a separate shiny interface? I think in an ideal...

Yeah that's interesting. Adding histograms should be pretty easy given how modular ggplot2 is. One of the cool things about animation is that it seems like more variables can be...

Sounds good, Jonah. It's been a fun project to work on.

OK I've got basic histogram support working: https://youtu.be/wqmgI_iEYRM It only works by manually selecting each variable of the density individually and it only can show one chain at a time...

hi @PatrickJEdwards - yes you are using the latest version of Stan, which made a syntax change an error (specifically how arrays are defined). I have fixed this in the...

This seems bad and I'm not sure how rstan is still on CRAN if it can't compile on Windows from CRAN sources. Without rstan, brms will fail and all the...

I've had the same error. I installed the package from Github, and it now works fine, so it must be fixed in the codebase.