Operating System: Windows 7
Interface Version: 2.15.0
Compiler/Toolkit: Recommended install following CmdStan User’s Guide
CmdStan Interface User’s Guide chapter 6.3 suggests to me that
stansummary.exe sig_figs=4 csv_file=sum.txt out1.csv
should process file out1.txt and return 4 sig fig results in sum.csv.
However when I run it it returns
File sig_figs=4 not found
File csv_file=sum.csv not found
…
followed by the results to the default 2 sig fig, so the “options” seem to be being treated as files.
Putting out1.csv first does not help; nor does prefixing options with “-” or “/”; and “help” also appears to be treated as a filename.
What am I missing?