A Bug in stan_scat()
Open
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 1.1k
- Forks
- 266
- Avg merge
- 2h 56m
- Merged PRs (30d)
- 1
Description
Let f be a stanfit object.
Then, the former dose not work but the later works.
stan_scat(f,pars = c("lp__","A"))
stan_scat(f,pars = c("A","lp__"))
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 reproducing the reported behavior at the stan_scat() entry point with a stanfit object and the two parameter orders shown in the issue. Determine why placing "lp__" first fails, then verify that both orders work consistently; the issue does not identify a source file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100