-
This is an issue in _insight_:
``` r
library(insight)
library(glmmTMB)
data("Salamanders")
m1 count ~ mined
#>
#> $random
#> ~1 | site
find_formula(m2)
#> $conditional
#> count ~ mi…
-
Hello, Thanks for your great package. I'd be grateful for your help. ( R version 3.6.2, linux 17.04)
I am getting the following message when I try to use the latest version of emmeans (1.4.4) with …
-
Resurrecting the question addressed in #16 as I am new and think its more feasible if we write only one way transforms (to _Posterior_). Investigating the _coda_ [archive](https://cran.r-project.org/s…
-
I am using the dev version of `projpred` and getting strange results using `varsel` and `cv_varsel` on a binomial model. There are 48282 observations with 19 predictors, all of which interact with a b…
-
``` r
# setup
set.seed(123)
library(rstanarm)
#> Loading required package: Rcpp
#> Registered S3 method overwritten by 'xts':
#> method from
#> as.zoo.xts zoo
#> rstanarm (Version 2.19…
-
I have a couple of questions and perhaps also a suggestion!
Let's say we have a model with multiple covariates. We make predictions from the model (e.g. using posterior_predict or posterior_linpred…
-
Reading [Mills's paper](https://www.researchgate.net/profile/Jeffrey_Mills4/publication/325722253_Objective_Bayesian_Precise_Hypothesis_Testing_longer_revised_version/links/5b201092458515270fc58097/Ob…
-
Look at the defaults in BRMS and rstanarm as inspiration
-
Reading into the theory and practicality of the sdBF I've found some points regarding the limits of what we offer with out implementation (I'm writing this here to organize my thoughts - we can see if…
-
- [x] remotes installed
- [x] rstan installed
- [x] rstanarm installed
- [x] fs installed
- [x] sf installed
- [x] sp
- [x] lubridate
- [x] raster
- [ ] class
- [ ] Rcpp
- [ ] classInt
- […