Skip to content

Commit

Permalink
Merge pull request #925 from easystats/get_datagrid-for-emmeans-and-m…
Browse files Browse the repository at this point in the history
…arginaleffects

`get_datagrid()` for `{emmeans}` and `{marginaleffects}`
  • Loading branch information
mattansb authored Sep 3, 2024
2 parents 1873586 + d9ab045 commit 622f4b0
Show file tree
Hide file tree
Showing 6 changed files with 405 additions and 271 deletions.
2 changes: 1 addition & 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.4
Version: 0.20.4.1
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -485,14 +485,19 @@ S3method(get_data,zcpglm)
S3method(get_data,zeroinfl)
S3method(get_data,zerotrunc)
S3method(get_datagrid,character)
S3method(get_datagrid,comparisons)
S3method(get_datagrid,data.frame)
S3method(get_datagrid,datagrid)
S3method(get_datagrid,default)
S3method(get_datagrid,double)
S3method(get_datagrid,emmGrid)
S3method(get_datagrid,emm_list)
S3method(get_datagrid,factor)
S3method(get_datagrid,logical)
S3method(get_datagrid,logitr)
S3method(get_datagrid,numeric)
S3method(get_datagrid,predictions)
S3method(get_datagrid,slopes)
S3method(get_datagrid,visualisation_matrix)
S3method(get_datagrid,wbm)
S3method(get_deviance,MixMod)
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# insight 0.20.xxx

## General

* `get_datagrid()` can now be used to extract the "grid" information from
`{emmeans}` and `{marginaleffects}` outputs.

# insight 0.20.4

## New supported models
Expand Down
Loading

0 comments on commit 622f4b0

Please sign in to comment.