bgoodri
bgoodri
If the formula parses in lme4::nlmer(), then it is a bug in rstanarm::stan_nlmer(). On Mon, Aug 10, 2020 at 6:03 PM Jonah Gabry wrote: > @gioiadc You are right, sorry....
I would upgrade your R and possibly reinstall Rcpp.
Try R 4.1 I guess On Mon, Jun 21, 2021 at 3:26 PM Jonah Gabry ***@***.***> wrote: > E> C:\Users\SBRILL1\AppData\Local\Temp\ccKCIkOw.s: Assembler messages: > E> C:\Users\SBRILL1\AppData\Local\Temp\ccKCIkOw.s: Fatal error: can't > write...
Might need R devel or 4.1 when it comes out, but that isn't an error. On Fri, May 7, 2021 at 3:42 PM Jonah Gabry ***@***.***> wrote: > I think...
If it is going to call stan::math::csr_matrix_times_vector, then we might as well just change the Stan code to do that. The only reason we had csr_matrix_times_vector2 was to avoid the...
This is probably fixed by the newest StanHeaders on CRAN, but installing rstanarm on Windows is still pretty dicey. On Sun, Aug 30, 2020 at 11:42 AM GuyHedelin wrote: >...
You can temporarily install this binary version https://win-builder.r-project.org/7Cl7ryfVps8c/rstanarm_2.21.2.zip
We're going to also need a prior on the degrees of freedom. Aki suggested gamma with shape 2 and rate 0.1 https://github.com/stan-dev/stan/wiki/Prior-Choice-Recommendations
Yeah, although we would have to create a family object for the t distribution. On Mon, Jan 18, 2016 at 1:39 PM, Jonah Gabry [email protected] wrote: > @bgoodri https://github.com/bgoodri Do...
We certainly haven't ruled out including it; we just haven't included it yet. On Wed, Feb 12, 2020 at 1:09 PM Matt Maciejewski wrote: > Hi All - just wondering...