Skip to content

Commit

Permalink
warnings/approximation of observation-level variance in .get_variance…
Browse files Browse the repository at this point in the history
…_distributional (#883)

* warnings/approximation of observation-level variance in .get_variance_distributional
Fixes #877

* progress

* version

* add tests

* ...

* fix issues

* fix

* tests

* ...

* fix

* tests

* add tests

* structure

* fix test

* nbinom

* add nbinom2

* add test

* test zi

* fix negbin

* fix

* comes closest

* fix

* fix

* remove temp file

* styler

* add test

* news

* fix

* fix

* fix

* try out

* typo

* lintr

* fix tests

* works with glmmadmb nbinom1

* fix

* update

* add comment

* fix

* fix

* fix

* nbinom2 works

* ...

* update

* update

* update

* fix

* fix

* use performance remotes

* add test for Gamma

* update tests

* fix

* add

* docs

* fix

* fix

* fix

* add tweedie

* check if tweedie works

* fix

* addtest

* fix test

* ...

* better warnings
  • Loading branch information
strengejacke authored Jun 14, 2024
1 parent bd78d2c commit 02eb691
Show file tree
Hide file tree
Showing 23 changed files with 2,179 additions and 227 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: insight
Title: Easy Access to Model Information for Various Model Objects
Version: 0.20.1.1
Version: 0.20.1.2
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -210,3 +210,4 @@ Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website: easystats/easystatstemplate
Remotes: easystats/performance
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## General

* Massive overhaul of `get_variance()`. The function should be now more
accurate for different distributional families, in particular for
mixed regression models with Beta family.

* Improved accuracy of singularity-checks in `get_variance()`.

# insight 0.20.1
Expand Down
Loading

0 comments on commit 02eb691

Please sign in to comment.