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

In order to start improving the output for Bayesian models comparison (https://github.com/easystats/performance/issues/716), we need to detect if they are all Bayesian

Required for _parameters_ update (which is, in turn, reqired due to changes in _marginaleffects_, see https://github.com/easystats/parameters/pull/968)

Hi there, I'd like to request support for models of class "MP" and "AGGTEobj" generated by the `[did](https://github.com/bcallaway11/did/)` functions `att_gt()` and `aggte()`. My main motivation is that I want `modelsummary`...

Enhancement :boom:
New models :alien:

The formatting for `print_md()` applied to `compare_parameters()` differs from that when applied to `compare_performance()`. As a result, the former is not displaying properly in interactive mode in RStudio. ``` r...

Low priority :sleeping:
3 investigators :grey_question::question:

Is this the right name for this test file? I don't see what these tests have anything to do with data frames 🤔 https://github.com/easystats/insight/blob/main/tests/testthat/test-data.frame.R

Low priority :sleeping:
Consistency :green_apple: :apple:

The `find_variables()` function does not return predictors in the distributional component of a `brms` model. As a result, `get_data()` is missing some columns. In this example, the `cyl` variable should...

bug :bug:

As a follow-up of #877 Following families need validation or don't yet work: - [ ] betabinomial - [ ] hurdle models - [ ] zero-inflated models - [ ]...

get_variance

`insight` has a [helper function](https://github.com/easystats/insight/blob/026b973242a39831bd7b8731475086bbd6787a0a/R/helper_functions.R#L287) that claims to check singularity of mixed effect models. It does it by checking to see if any of the diagonal elements of the random...

Enhancement :boom:
3 investigators :grey_question::question:

Closes https://github.com/easystats/performance/issues/727

``` r library(data.table) library(gamlss) set.seed(123) dat [1] "date" "cont1" "cont2" "scale" "cat1" ``` Created on 2024-10-23 with [reprex v2.1.1](https://reprex.tidyverse.org)

Bug :bug: