-
I can not download the development version of rstanarm but have no issues with the CRAN version.
I have been able to successfully follow:
https://github.com/stan-dev/rstan/wiki/RStan-Getting-Start…
-
At first, I thought this was related to brms (see paul-buerkner/brms#1000), but it seems this is rather an loo issue.
The problem is that `loo_moment_match()` (applied to a brmsfit object, though t…
-
Standardized regression coefficients are much easier to compare, interpret, visualize, etc. than unstandardized ones. So it'll be nice if `broom` tidiers gain a `standardize` argument that decides whe…
-
Is it possible to also specify an inverse-gamma prior in `bayesglm()` for the variance of a Gaussian-family model?
-
Hi Folks!
I'm running into trouble with the tuning parameters using the `tune_grid` function while using `tune()` to set hyperparameters in {parsnip}.
``` r
suppressPackageStartupMessages(lib…
-
I came across this issue when trying to run glmnet model for classification and I'm unable to track the reason for this. Prepping the dataset proves that there are no Na before fitting the model. The …
-
Related to this issue (https://github.com/easystats/parameters/issues/259), it seems that `ci.emmGrid()` does not work correctly, or at least not for all _emmGid_ objects:
``` r
# setup
set.seed(…
-
Currently only the basic dependency inherited from rstanarm is supported.
Would be good to extend this to allow for random walks.
Might need to work with ordered categorical covariates for this. …
-
Hi,
Perhaps I'm missing something, but I am unable to get the example from the documentation [here](https://tidymodels.github.io/dials/articles/articles/Dials_and_Parsnip.html) to work. Reprex belo…
-
**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)
…