insight
insight copied to clipboard
:crystal_ball: Easy access to model information for various model objects
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...
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,...
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...
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....
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...
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...
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...
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:...
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...