brms_summary_measures()
Open
Nobody has claimed this yet.
feature
good first issue
- Dominant language
- R
- Stars
- 171
- Forks
- 26
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 3
Description
It would be nice if there was a summarise_draws() helper function along the lines of brms_summary_measures(), which only returned the typical four brms summary columns for the mean, SD, and 95% intervals.
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.
Research direction
Start by locating brms_summary_measures() and the existing draw-summary APIs in the posterior package. Determine how a summarise_draws() helper should expose the mean, SD, and 95% interval columns, then add focused tests showing the expected output and run the relevant package test suite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100