Skip to content

standalone generated quantities need way to run stansummary on resulting csv file #912

Open
@mitzimorris

Description

@mitzimorris

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions