Mitzi Morris

Results 180 comments of Mitzi Morris

> Saving unnecessary parameters with big data sets can take a significant proportion of all processing time and is wasteful. actually, I/O isn't a big deal w/r/t processing time -...

making sure I understand what's going on here: is the fix is to get your environment variables set correctly? if so, we should explain and document this for others in...

agreed that some of the models in these case studies could be useful for regression and performance testing, however many of the models in these case studies make points in...

I have a notebook here: https://github.com/maxbiostat/StanConnect2021_Biostatistics/blob/main/talk_1/Coding%20the%20BYM2%20model%20for%20disconnected%20graphs%20in%20Stan.ipynb but any of the Stan case studies would be fair game.

Tooling for devs addressed here: https://github.com/stan-dev/cmdstanpy/wiki#developers Documentation procedures here: https://github.com/stan-dev/cmdstanpy/wiki#documentation

leaving this open as an evergreen issue. updated wiki page - more info on code format tools and code checking.

update: xcode is open source and can be downloaded from Apple here: https://developer.apple.com/download/more/?=command%20line%20tools. - size of dmg file is 451 MB - compare to RStudio installer dmg file - size...

README: ARM Ch.25 "1. earnings data [NO FILE INCLUDED BECAUSE OF NAs--NEED TO USE R TO ACCESS]"

made copies of existing data files w/ names that matches model it matches. the following models don't seem to have data: ``` ARM/Ch.17/multilevel_poisson_17.5.stan - (traffic stop data?) ARM/Ch.17/multilevel_ordered_categorical_17.6.stan ARM/Ch.21/finite_populations.stan ARM/Ch.21/multiple_comparison.stan...

> I don't think we want to duplicate the code and add this to cmdstanr as well, as posterior is a direct dependency of cmdstanr anyways and you can just...