Sam Brilleman

Results 62 comments of Sam Brilleman

> I also noticed one thing that the variables are centered, I am not sure if centering is something to do regarding the speed. It may well be. The centering...

I'll hold off on merging this until we finish the discussion in the open issue thread (#479 and/or #480, which are each slight variations on a similar problem). I would...

There are also a bunch of `“variable 'LocationName' is not a factor”` type warnings coming through and I think they are related to this issue. See the issue here for...

Hi @bgoodri and @jgabry -- any updates / possible timeline on this one? Cheers, Sam.

ok, cheers @bgoodri. I have added the wrapper around `stan_surv` examples to avoid them running on 32bit Windows.

> I think the 32bit Windows thing is not a major concern anymore. > […](#) > On Sun, Jul 26, 2020 at 2:48 AM Sam Brilleman ***@***.***> wrote: ok, cheers...

Hi @anddis. Thanks for reporting this! I've not dug into it in any detail, but I'm guessing the NA's need to be handled (converted to `Inf`?) here: https://github.com/stan-dev/rstanarm/blob/ff0a22b90cd70828616f73c39fa54ebb68522040/R/stan_surv.R#L2142 If it...

Might help to see the full traceback? Is the error coming from rstanarm itself, or possibly from rstan? Could this be incompatibility with a recent release of rstan (although looks...

Interesting, I can reproduce it with a new install of R 4.0.5, I get: ``` > library(simsurv) > covs d1 d1 f1 m1a

Thanks @andrjohns! Do we know when rstan 2.26 will be on CRAN?