-
Reprex:
```
mod = brm(mpg ~ 0 + Intercept + cyl + disp + hp, data = mtcars, backend = "cmdstan", refresh = 0)
Warning message:
Model has no intercept. VIFs may not be sensible.
High Correlat…
-
When my Stan model computes and saves the log likelihood of my data, the resulting files are huge. When I try to read these files in with `arviz.from_cmdstan()`, I run out of memory.
The R imple…
-
#### Summary:
stansummary crashes when run on a csv file that contains 1.5316e-322 in the accept_stat__ column of the csv file.
#### Description:
[Copied from comment below] The problem …
-
@sammo3182 says he can't compile because of a missing `data_survey` file. I don't find that one mentioned. All `data-raw` files called seem accounted for. I did find an issue in the code to downloa…
fsolt updated
2 weeks ago
-
#### Description:
Hi all, I have ran into another issue (on a different cluster) when running my stan code. The sampling executes as expected but afterwards an error is displayed
The stan .txt o…
-
Enforce a common structure to the examples.
Use travis-ci to run models with a `___` in each directory.
`___` is to be defined.
-
#### Summary:
Right now the id for each chain will always be the same in the output csv, but they should be different for each output file
#### Description:
Describe the issue as clearly as pos…
-
#### Summary:
A bunch of suggestions for making the optimization doc easier to understand.
* [ ] **User's Guide: Maximum Likelihood Estimation**
* [ ] we should indicate that (a) we get pen…
-
#### Summary
Any object returned by sampling should allow `.summary()` to be called on it to report mean, sd, MCMC SE, quantiles, and R-hat. This includes objects returned by
* `CmdStanMCMC`: M…
-
**Issue by [michael-prange](https://github.com/michael-prange)**
_Friday Mar 02, 2018 at 13:01 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/2480_
----
#### Summary:
stansum…