bgoodri

Results 256 comments of bgoodri

What is rstan:::get_CXX() for you? On Thu, Jul 9, 2020 at 8:21 PM Dan Ovando wrote: > Was running into the same errors so ran the solution below, and it...

Do you get errors using the GitHub version?

What is traceback() before you call print(fit1)? On Thu, Jul 9, 2020 at 9:19 PM ssp3nc3r wrote: > Yes, > > > fit1 The NEXT version of Stan will not...

And with verbose = TRUE? On Thu, Jul 9, 2020 at 9:43 PM ssp3nc3r wrote: > > traceback() > 4: sink(type = "output") > 3: cxxfunctionplus(signature(), body = paste(" return...

Thanks. Try it again after installing the latest commit on GitHub. On Thu, Jul 9, 2020 at 9:57 PM ssp3nc3r wrote: > > fit1 > TRANSLATING MODEL 'a156e89b0e786acf24d10fa926f1686f' FROM Stan...

remotes::install_github("stan-dev/rstan", ref = "develop", subdir = "rstan/rstan") should get it working On Thu, Jul 23, 2020 at 1:03 PM Stephanie Rivera wrote: > Thank you for the quick response! >...

`Try removing '/Users/kamaulindhardt_1/Library/R/3.6/library/00LOCK-rstanarm'`

We can do this, but we need to do it today / tomorrow to make it into the next **rstanarm** release. Some questions: - If the user takes the intercept...

What rstanarm has been doing is dubious if there is more than one new level. It is also dubious to randomly pick an old level. We need to have a...

> To fix this, I think we can just skip the shift/centering of the intercept prior when `prior_PD = TRUE`? Would you agree @ermeel86? Then how are you drawing from...