stan-dev / stan-dev/cmdstanr

Add `warmup_draws = T` argument to `read_cmdstan_csv`

Open
#565 2 comments 0 reactions 1 assignee View on GitHub

@rok-cesnovar is already working on this.

Since Nov 12, 2021.

feature
Dominant language
R
Stars
160
Forks
69
Avg merge
1d 19h
Merged PRs (30d)
15

Description

I'd like to change read_cmdstan_csv so that I can avoid reading in warmup draws even if the model was fit with save_warmup = T. Proposed fix is to add a warmup_draws = T argument to read_cmdstan_csv. There would be no change in the default behavior, but if warmup_draws is set to F the returned object would be equivalent to the current default behavior as if the model had been fit with save_warmup = F.

Any comments/objections to me adding this?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.