Request: avoid marking max treedepth hits in pairs plot
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 1.1k
- Forks
- 266
- Avg merge
- 2h 56m
- Merged PRs (30d)
- 1
Description
Summary:
The pairs plot is a convenient feature, but it can be hard to track divergences when there are too many max treedepth hits. I modified the pairs.stanfit code with a marktreedepth argument and could push if wanted, though it's simple. Perhaps a mark = c('treedepth','divergence') argument or similar would be better.
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 by reading the pairs.stanfit code mentioned in the issue and inspect how max treedepth hits and divergences are marked in the pairs plot. Clarify whether the change should add a marktreedepth option or a more general mark argument; done means users can avoid treedepth markers while retaining divergence markers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100