insight icon indicating copy to clipboard operation
insight copied to clipboard

:crystal_ball: Easy access to model information for various model objects

Results 91 insight issues
Sort by recently updated
recently updated
newest added

``` r library(glmmTMB) library(insight) my_fun0 #> Number of obs: 32 #> #> Dispersion parameter for beta family (): 46.8 #> #> Fixed Effects: #> #> Conditional model: #> (Intercept) #>...

3 investigators :grey_question::question:
get_variance

Is there an easy way to repurpose some of the code in `parameters` to allow these in `insight::get_predicted` or should I start from scratch? Git Blame says that @strengejacke wrote...

enhancement :boom:
get_predicted

*Related to easystats/parameters#706* ``` r library(nlme) library(effectsize) data("mtcars") mtcars$cyl Mazda RX4 1 1 0 #> Mazda RX4 Wag 1 1 0 #> Datsun 710 1 0 0 #> Hornet 4...

Bug :bug:

@vincentarelbundock @bwiernik for coxph, `type = "expected"` seems to return incorrect CIs - probably because the back-transformation is not correct. Do you know how to get CIs from the predictions...

Bug :bug:
3 investigators :grey_question::question:
get_predicted

Related to https://github.com/easystats/effectsize/issues/420 ```R library(blavaan) model Warning message: #> Could not access model information. ```

Enhancement :boom:

Works with `log()` etc., but not with `scale()`. Haven't looked into it in details, but looks a bit more complicated. ``` r library(insight) m 51 7.0 0.32731751 versicolor #> 52...

bug :bug:
low priority :sleeping:
3 investigators :grey_question::question:

I notice that .variance_distributional sets mu to exp(null_fixef) before using mu in its cvsquared calculation. That makes sense to me for the log link function (exponentiating the intercept of the...

3 investigators :grey_question::question:
get_variance

I’ve been using this package a lot recently, and would love to see it supported in insight. Thanks! http://www.r-inla.org

Enhancement :boom:
New models :alien:

See [CRAN](https://cran.r-project.org/package=unmarked) and [SO](https://stackoverflow.com/q/60436420/2094622).

Enhancement :boom:
Low priority :sleeping:
New models :alien:

Hi! Great package. Thanks for sharing! Are you planning to add support to h2o models and framework? Would be very useful to have them included. Cheers.

Enhancement :boom:
Low priority :sleeping:
New models :alien: