Add `warmup_draws = T` argument to `read_cmdstan_csv`
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.