example-models
example-models copied to clipboard
Example models for Stan
the ARM models which have been updated for normal_id_glm have introduced a transformed data variable named "cov" - not sure what this name is supposed to be, but it's definitely...
Updated models and notebook for Stan case study "Hierarchical Partial Pooling for Repeated Binary Trials" - use affine transform for non-centered hierarchical logit model - use include directives for data,...
Hello, thank you very much for porting the examples of the book (Bayesian Cognitive Modeling) to Stan! I have run the code: PsychophysicalFunction2_Stan.R. When I run it, I get the...
Adding instructions to use the CmdStan tarball builder Github action (https://github.com/stan-dev/cmdstan/actions/workflows/tarball.yml) Here is a build of the initial instructions: [cmdstan-tarball-builder.html.zip](https://github.com/stan-dev/example-models/files/6031899/cmdstan-tarball-builder.html.zip) (Edit: updated)
When I run the [`fit_nyc_bym2.R`](https://github.com/stan-dev/example-models/blob/master/knitr/car-iar-poisson/fit_nyc_bym2.R) script, it first fails because the variable `clipped_nyc_subset_shp` (in line 15) is not defined. After commenting that out, the call to `sampling` (in line 31)...
Made small update to the code using reshape2::melt instead of reshape::melt to make the code a bit nicer. Also added a small sentence with a link giving infos about the...
People have asked me about how to implement events and forcing functions in Stan and there's no straightforward way to implement it like in the deSolve R package. And there...
Hello @education-stan ! I've been studying this example as I'm planning on drawing on it and citing it at an upcoming [seminar](https://www.deib.polimi.it/ita/eventi/dettagli/1629) I'll be giving (maybe I should post about...
The BUGS Litter example is missing a link to the model background. This information is not on the openbugs.net websites, but I just came across a 1996 pdf version of...
I just went through the Lotka-Volterra example via the .Rmd, and also by pulling out the R code directly. There's a bug that seems to come from the creation of...