insight
insight copied to clipboard
:crystal_ball: Easy access to model information for various model objects
Let's see: ```r counts
Maybe related to this, we could use this code: ```r function (mod) { sigma_sq
```r library(lme4) library(insight) sleepstudy$Days1 [1] "Reaction" "log" "Subject" ``` 2nd result should be: ```r clean_names(colnames(model.frame(fm))) #> [1] "Reaction" "Days1" "Subject" ```
Although the fitting algorithm plays an important role, it is often unreported/uncared about. Surprisingly, its access is not really straightforward. What do you think about a function that does that?...
I'm currently performing repeatability analysis, mostly with the `rptR` package, however my data are proportions (not just ones and zeros) and is best modelled with a beta family. So I've...
Currently, we use `perl = TRUE` in several instances where we have regular expression. However, this is very slow. If possible, we should remove it. Can anyone help judging the...
the _gt_ packages got some new updates (https://twitter.com/gt_package/status/1565805423869018112), but also before, _gt_ offered much more stuff we weren't leveraging yet in `insight::export_table()`. We might look closer into the features of...
In addition to assisting `get_auxiliary()` it should also be useful on its own.
- [x] `glm.nb` - [ ] `plm::plm()` (see https://github.com/strengejacke/ggeffects/issues/121#issuecomment-1220545869) - [ ] `panelr::wbm()` (see https://github.com/strengejacke/ggeffects/issues/266)
I don't really understand the family code in `model_info`, but here's a test: ```r test_that("mblogit is not linear", { requiet("mclogit") mod