-
Create a slim version of the docker image that will include only the cmdstan executables.
-
I have encountered an issue with running StataStan, and wonder if others have the same issue. I have a workaround, but it seems likely that there is something awry with my install or some way I am cal…
-
I have been stringing a shell script in with mlr to prepare the data for stan. I wanted to open this as a feature request. As oppose to my csv2json.sh script maybe a flag `—json-cells-to-arrays` or an…
-
I have a model that I run from CmdStan:
```
./mymodel optimize data file=tmp.r output file=output.csv
```
And then in R:
```
opt = read_stan_csv("output.csv")
```
Gives:
```
Error in all_int_eq(w…
-
**Issue by [bob-carpenter](https://github.com/bob-carpenter)**
_Monday Mar 14, 2016 at 17:21 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/1801_
----
#### Summary:
We want to …
-
#### Summary:
We want to follow Andrew's terminology and not confuse a sample (1 or more draws) with a draw.
#### Description:
- [ ] fix in output [may need to go to interfaces for this]
- [ ] fix in…
-
**Describe the bug**
While attempting to run the `cmdstanr_example()` I get the following error:
![error](https://user-images.githubusercontent.com/7259598/230709671-0a71fc91-88a5-48bc-b015-cc5f5e…
-
#### Summary:
cmdstan does not automatically recompile a model when build args change. If this is expected, would be good to document.
#### Description:
[Doc](https://mc-stan.org/docs/cmdstan-gui…
-
**In mvgam, this is the process for working with Stan:**
1. A model is defined in Stan language
2. The package first searches for a cmdstanr installation; if found, it uses Cmdstan as the backend to…
-
Sometimes for debugging purposes or in order to repeat the same call from commandline, it would be useful if CmdStanFit object would include the actual options used to call CmdStan