rstanarm
rstanarm copied to clipboard
rstanarm R package for Bayesian applied regression modeling
#### Summary: After fitting a `stan_clogit` model in which two covariates are modelled with restricted cubic splines, `posterior_epred` fails when trying to find conditional effects of one of these covariates...
#### Summary: The intercept is back-transformed by `dot_product(xbar, beta)` even when `prior_PD = TRUE`. #### Description: When `prior_PD = TRUE` the covariates have no impact on the model fitting. Yet...
Intended to fix #479 for stan_surv models at least.
#### Summary: A `stan_surv` model with `prior_PD = TRUE` still has an implicit prior for `prior_intercept` that is shifted by a data dependent quantity (the log crude event rate). Even...
#### Summary: There appears to be a problem with using `kfold` on stan_surv models. Error returned is: `Error: passing unknown arguments: subset.` #### Description: I'm fitting multi-level survival models with...
Hi, I installed rstanarm package. and I activated it. and I also installed Rstan package too. when I tried to use stan_surv function. it keeps telling me that the function...
#### Summary: I am trying to install the development version on MacOS 10.15 to make use of your survival analysis. #### Description: During the build process, if I skip the...
#### Summary: When fitting a `stan_clogit` model whose training data contain factors, `posterior_epred` fails if the corresponding covariate in `newdata` doesn't contain only one level. #### Details I'm fitting a...
rstanarm doesn't track Rd files on GitHub, which results in the doc not being included in various situations (see e.g. @ermeel86's comment https://github.com/stan-dev/rstanarm/issues/442#issuecomment-683775455, but there are also other cases) ....
#### Summary: I need to get access to the stan_surv() function from 'rstanarm' development package; however, I am unable to install it on my machine. #### Description: I tried to...