easystats / insight

:crystal_ball: Easy access to model information for various model objects
https://easystats.github.io/insight/
GNU General Public License v3.0
391 stars 39 forks source link

R-INLA model support request #75

Open gitJMDR opened 5 years ago

gitJMDR commented 5 years ago

I’ve been using this package a lot recently, and would love to see it supported in insight. Thanks!

http://www.r-inla.org

DominiqueMakowski commented 5 years ago

@gitJMDR, we'll see what we can do.

Could you provide the minimal reproducible code for some "basic" models as well as a possible expected output (especially for the cases where it might not be obvious, for instance, what should get_ and find_parameters return). We could use these examples as a starting point :) Thanks

strengejacke commented 5 years ago

bump

DominiqueMakowski commented 4 years ago

https://becarioprecario.bitbucket.io/inla-gitbook/index.html

This might be useful to implement support (here and in bayetestR)

DominiqueMakowski commented 4 years ago

Also, https://github.com/mjskay/tidybayes/issues/223

mattansb commented 2 years ago

Here's how to get posteriors: https://github.com/easystats/bayestestR/issues/457#issuecomment-1037929629

marcora commented 6 months ago

Any update on this one?