rstanarm
rstanarm copied to clipboard
rstanarm R package for Bayesian applied regression modeling
#### Summary: A short summary (no more than a sentence or two). When trying 'library(rstanarm)', the library fails to load and am told "object 'm' not found #### Description: A...
This PR adds `Makevars` flags needed to build `rstanarm` against the new 2.26 version of `rstan`
#### Summary: VarCorr uses an improper order of operations (a la Jensen's inequality) causing biased estimates. #### Description: VarCorr applies transformations to parameter estimates (variance and covariance parameters) rather than...
#### Summary: I am getting a structurally wrongly simulated posterior whenever I have multiple new group levels for a hierarchical model which I want to sample for.... at least for...
@bgoodri @paul-buerkner Here's an important different between rstanarm and brms that @lauken13 and I noticed when working on the new MRP package: Right now rstanarm and brms have different behavior...
#### Summary: I updated rstan to version 2.19.3 using the C++ toolchain, with no problems. I then tried to update rstanarm and it keeps failing. #### Description: It appears to...
#### Summary: Can non-linear functions of the biomarker value / slope be specified? For example if a biomarker was associated with an increased hazard at high or low values ####...
This is almost ready to go. But before it gets merged there are a couple of issues that I need help with. * `loo` doesn't work for `binomial(link="log")` but it...
Hello, Here is a model with two between variances: ``` library(rstanarm) rstanarm
#### Summary: I was following the example in the [rstanarm joint model vignette](https://mc-stan.org/rstanarm/articles/jm.html). I was at the very basic mod1 in the vignette and as I ran it, an error...