statastan icon indicating copy to clipboard operation
statastan copied to clipboard

Stata interface for Stan.

Results 15 statastan issues
Sort by recently updated
recently updated
newest added

We get the text to display the CmdStan version. We extract a substring but now the stanc --version output has changed, it pulls out the wrong part of the string....

I downloaded all the materials for stan runing, my stata version is 14.2, following are the code I run based on the stata help page. // Bernoulli example: // make...

I feel having a separate Stata program to export in-memory data in R dump format would be great. Users could then choose to run CmdStan either via the Stata -shell-...

Stata error codes should be more specific, following -error- in the [P] manual. This turns up a lot in the checking for existing files, which surely could be simplified to...

When I run the Stata command "stan" twice, say with different models, I need to reference two different CmdStan directories. Assume I point initially to "c:\cmdstan-2.16.0" and run a Stan...

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...

The link to CmdStan under readme -> Getting Started still leads to a "this page is not available" page. Given the recent announcement of StataStan in the Stata Journal, this...

On [windowsmonitor.ado](https://github.com/stan-dev/statastan/blob/master/windowsmonitor.ado#L64) there are several lines with this form: ``` stata dis as result `"`macval(line)'"' ``` This will fail if line has single quotes or other characters that conflict with...