-
travis is always timing out because of rstan (or its dependencies like BH). One way we could get around this is to only install packages listed in Depends and Imports and not bother installing suggest…
-
**Describe the bug**
The `sample()` method gives an error when objects in the `data` list are non-numeric, even if the object is not used in the model.
**To Reproduce**
```
library(cmdstanr)
…
-
R 3.4.4
OS Ubuntu 16.04.4 64 bits
I tried to update ctsem from 2.5.0 to 2.6.4 and got these errors
```
* installing *source* package ‘ctsem’ ...
** package ‘ctsem’ successfully unpacked and MD5…
-
I think this basically means support supplying the model as a string.
This one was suggested by @stevebronder, just putting it out there so it doesnt get missed.
-
We need to decide on the optimal interface for extracting **point estimates** of the three Dawid-Skene parameters.
There are two things to consider here:
What names should be use of the parame…
-
It seems that `posterior_linpred` samples new levels of random effects only once per draw even if the new level varies and as such should be re-drawn multiple times.
Here is a minimal example:
`…
wds15 updated
4 years ago
-
We need an interface to extract the posterior draws.
{rstanarm} uses `as.matrix`, `as.dataframe` etc, to 'coerce' the fit object to draws. I'm *not* a fan of this interface. Instead I plan to imple…
-
Submitting Author: Will Landau (@wlandau)
Repository: https://github.com/wlandau/stantargets
Version submitted: 0.0.0.9000
Editor: @melvidoni
Reviewers: @sakrejda @mattwarkentin
Due date …
-
Can you guys show how to do it in the examples of the function?
-
I am not quite sure whether this is a brms or an loo issue. Below, I will show why I'm rather supposing this to be related to brms but I might be wrong. In that case, I could also open an issue on loo…