allow using rstan_options to set default iter, chains, etc
Open
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 1.1k
- Forks
- 266
- Avg merge
- 2h 56m
- Merged PRs (30d)
- 1
Description
Not a high priority, but it would be nice if rstan_options(iter = N) could be used to override the default of iter=2000. Same for chains.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start at the rstan_options entry point and trace how the default iter and chains values are selected for sampling. Verify the requested behavior by checking that rstan_options(iter = N) and rstan_options(chains = N) override the current defaults of iter = 2000 and the existing chains default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100