Open
Description
Summary:
The CmdStan method generate_quantities
doesn't directly provide a way to summarize the output csv file;
either modify stansummary
to recognize generate quantities output, or create new utility.
Description:
The csv output file isn't a proper Stan csv output file - it's missing:
- initial comment with "thin" information
- final comments for timing information
Add comments to CSV file so that it looks like a Stan CSV file that can be parsed
by stan::io::csv_reader
; modify stansummary
so that missing sampler params columns are OK.
Current Version:
v2.23.0