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

We should check for the Stan sampling warnings and report them in `is_converged()`: - Divergent transitions after warmup - Exceptions thrown when computing target density and its gradient (Hamiltonian proposal...

Feature idea :fire:

Can `get_data()` preserve the label of a variable when it is wrapped in `factor()` in the formula? Notice that the `mpg` variable retains its label, but not the `cyl` factor,...

enhancement :boom:
3 investigators :grey_question::question:

I have a variety of models in a list and I had hoped to `do.call(compare_performance, model_list)` but receive either broken output (with lm models) or an error message (with merMod...

bug :bug:
3 investigators :grey_question::question:

Dear easystats team. I was trying to use the `get_variance()` function of the _insight_ package, and I got the following warning: > Warning message: > Can't calculate model's distribution-specific variance....

bug :bug:
3 investigators :grey_question::question:
get_variance

I have fitted a bunch of models using a loop that uses eval(parse(text = thing_I_want)) to fit model and family. Now I have loaded the resulting models and I am...

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

Hello. First, thanks for your fantastic package that I only recently discovered. It has really simplified some really tricky parts of my [`ale` package](https://tripartio.github.io/ale/). One thing I would like to...

wontfix :no_entry_sign:

hi! I just wanted to report a memory usage issue when calling `get_variance` with a linear mixed effects models. I'm new to R and mixed effects models in general, so...

Question :interrobang:
Reprex :bar_chart:

Fixes https://github.com/easystats/performance/issues/637

This is something that came up during a visit to @bbolker with @emitanaka. Basically, for (G)LMMs, the standard errors returned by `get_predicted` and `get_predicted_ci` differ. An example for LMMs first:...

3 investigators :grey_question::question:

At the moment, confidence intervals around predicted values for `lmerMod` only take into account the fixed effects. For example, in a model with Chick-level random intercepts and coefficients, each Chick...

Docs :books:
What's your opinion :hear_no_evil: