-
Hello there!
Trying to adapt the multilevelCoDA to my data.
When doing the examples, I found a "bug" with the [bayes_factor](mv$Model, mv0$Model) function.
It returned a fatal error and R neede…
-
I get an error when trying to add packrat to my existing project on MacOSX 10.11 and latest R installed from homebrew. The project is available here: https://github.com/alepulver/my-thesis
```
packra…
-
Current error:
```
ERROR: 'configure' exists but is not executable -- see the 'R Installation and Administration Manual'
```
Solution:
https://discourse.mc-stan.org/t/rstan-based-package-gi…
-
Hello
I'm using RStudio. I tried to install rstan and rethinking as below:
Sys.setenv(DOWNLOAD_STATIC_LIBV8 = 1)
install.packages("rstan", repos = "https://cloud.r-project.org/", dependencies =…
-
This is a cross-post of an issue posted in [cmdstanr](https://github.com/stan-dev/cmdstanr/issues/926). According to a post there, the described problem is likely a brms issue:
> I think this might…
-
I was trying to call my stan model by using rstan in R. It seems like stan does not has built-in hypergeometric_2F1 function. This function is only available in stan math. Is there any way to import s…
-
I was one of the authors of the following page:
https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started-(Japanese)
I don't seem to have the editing privilege right now, so if it is possible, co…
-
`Errore: basic_string::substr: __pos (which is 3) > this->size() (which is 1)`
```
set.seed(1234567)
rm(list = ls())
library(rRACES)
require(dplyr)
library(knitr)
library(ggplot2)
library(pa…
-
#### Summary:
rstanarm (CRAN or dev version) fails to install on a container with clang 16 and libc++.
#### Description:
rstanarm fails to install on this container:
https://r-hub.github.io/…
-
CmdStan allows to pass the inverse mass matrix to the sampler. This is a very useful feature as it enables interesting schemes like
- warmup a single chain with many threads and then starting multi…
wds15 updated
9 months ago