Matthew Kay

Results 308 comments of Matthew Kay

At the moment it's somewhere between a reminder and a request for help :). I don't use prophet but so there's some startup cost to me doing this, but if...

An example could also be appropriate here, as probably this would work find just using `add_draws()` without much additional work.

Good question! That sounds like something that a solution to #62 might address. That will probably involve a bit more work to write, as skipping the intermediary format (tidy data...

This is an interesting idea! It lines up with a related approach I have been thinking of for this, which is to use [futures](https://cran.r-project.org/web/packages/future/vignettes/future-1-overview.html) internally to extract draws so that...

This is a really good question. It does seem unsatisfying to not have a counterpart for `x_at_y()` for use "on the way back out". I'd want to think carefully about...

Thanks, this is really helpful! I agree re: the potential crypticness / non-tidyverse style of this. On the other hand, the indexing syntax is already a little different from tidyverse...

Makes sense re: the stan code. I'm not sure what you mean by making the imports visible. All of the imported libraries in the example are listed in the first...

Ah, I kind of like to go to the other extreme: I like having all the imports in one chunk at the top so I can look at one place...

Ah makes sense. Next time I do a pass on the vignettes I'll try to add references when packages outside of the core set of typical rstan+tidyverse packages are used.

(splitting the function reference part into #204 so this issue can just be about stan code chunks).