bgoodri
bgoodri
I am not sure it matters that much what it is called because in the output we can still make it reciprocal dispersion like in MASS::glm.nb. But it would become...
You always have to assume that less than 1% are going to change the default prior, no matter what it is and no matter what parameterization it pertains to. So,...
The realization of the coefficients from the prior predictive distribution should affect the intercept in the generated quantities block.
The recentering always happens because the draw from the prior distribution of the coefficients is never exactly zero, although it is never far from zero under the default prior. I...
It might build from source on R for Windows 4.0 now that the LTO stuff is in. I haven't been able to do it on the Windows computer in my...
With improper priors, it would be an improper posterior. With proper priors, you could learn your priors were wrong. On Fri, Dec 30, 2016 at 6:30 PM, Jonah Gabry wrote:...
The bernoulli.stan file would fail anyway because `N` is declared with a lower bound of 1 but that is somewhat minor compared to the question of whether we want to...
yeah On Fri, Dec 30, 2016 at 6:46 PM, Jonah Gabry wrote: > This might be something to hold off on settling until the next release. > > — >...
Yeah, that's bad. May have to change rstanarm and re-recommend posterior_linpred with transform = TRUE. On Thu, Apr 22, 2021 at 11:57 AM Jonah Gabry ***@***.***> wrote: > @bgoodri @paul-buerkner...
I kind of doubt RAOS has too many binomial models with trials > 1. Andrew tends to do Bernoulli even when it would be easy (for dplyr users) to aggregate...