rstanarm icon indicating copy to clipboard operation
rstanarm copied to clipboard

rstanarm R package for Bayesian applied regression modeling

Results 144 rstanarm issues
Sort by recently updated
recently updated
newest added

#### Summary: `stan_surv` doesn't interpret correcty the convention of having `NA`s instead of infinite values with `type = "interval2"` survival data. #### Description: As per `?Surv`, when `type = "interval2"`...

bug
survival

Right now `stanreg_list` can be used with multiple stanreg objects passed in separately ```r stanreg_list(fit1, fit2) ``` but it can't handle them passed in together in a list ```r x

#### Summary: I'm trying to build the `feature/survival` branch from source, using "Install and Restart" in the RStudio console for the `rstanarm.Rproj` R project. But after taking forever (some time...

#### Summary: For `stan_surv` models the `id` column in the data frame returned by `posterior_survfit()` represents the row of the covariate data that the predictions "belong" to. But the `id`...

survival

#### Summary: `posterior_survfit` fails for `stan_surv` models when predicting for new groups (i.e. levels of the random effect) and the original grouping factor in the model was a `character` or...

survival

#### Summary: Time-varying covariate specification seems to always apply to the first covariate in the model. #### Description: model: mod = survival object ~ p2 + p3 + tve(p1) p2...

survival

#### Summary: Getting this error attempting to run stam_jm "error occurred during calling the sampler; sampling not done Error in check_stanfit(stanfit) : Invalid stanfit object produced please report bug" ####...

joint models

#### Summary: It would be great if `rstanarm` supported more advanced structures for the covariance matrix of the residuals. #### Description: I use Bayesian longitudinal models for clinical trial data...

Hi! I can’t manage to install `rstanarm` in a Google Notebook instance (running R 4.0.5 in Jupyter Lab 3.1.0). The console kernel just hangs few seconds after I run: ```...

#### RStanARM Version: 2.21.2 #### R Version/Operating System: R version 4.0.5 Ubuntu 20.04 I installed rstarnarm with: `install.packages("rstanarm", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))` Running the following code causes both R an...