Skip to content

Commit

Permalink
Merge 99d9c2e into 572e53a
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Sep 26, 2022
2 parents 572e53a + 99d9c2e commit 404839f
Show file tree
Hide file tree
Showing 42 changed files with 1,303 additions and 481 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.18.4.4
Version: 0.18.4.5
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -111,6 +111,7 @@ Suggests:
JM,
knitr,
lavaan,
lavaSearch2,
lfe,
lme4,
lmerTest,
Expand Down
25 changes: 3 additions & 22 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Generated by roxygen2: do not edit by hand

S3method(.degrees_of_freedom_residual,BBmm)
S3method(.degrees_of_freedom_residual,BBreg)
S3method(as.data.frame,get_predicted)
S3method(as.data.frame,insight_residuals)
S3method(as.matrix,get_predicted)
Expand Down Expand Up @@ -456,56 +458,35 @@ S3method(get_deviance,lmerMod)
S3method(get_deviance,lrm)
S3method(get_deviance,model_fit)
S3method(get_deviance,stanreg)
S3method(get_df,BBmm)
S3method(get_df,BBreg)
S3method(get_df,betamfx)
S3method(get_df,betaor)
S3method(get_df,bfsl)
S3method(get_df,bigglm)
S3method(get_df,biglm)
S3method(get_df,cgam)
S3method(get_df,cgamm)
S3method(get_df,coeftest)
S3method(get_df,complmrob)
S3method(get_df,default)
S3method(get_df,emmGrid)
S3method(get_df,emm_list)
S3method(get_df,fixest)
S3method(get_df,garch)
S3method(get_df,glht)
S3method(get_df,gls)
S3method(get_df,ivFixed)
S3method(get_df,ivprobit)
S3method(get_df,lme)
S3method(get_df,lmerMod)
S3method(get_df,lmerModTest)
S3method(get_df,logitmfx)
S3method(get_df,logitor)
S3method(get_df,lqm)
S3method(get_df,lqmm)
S3method(get_df,mediate)
S3method(get_df,merModList)
S3method(get_df,mhurdle)
S3method(get_df,mipo)
S3method(get_df,mira)
S3method(get_df,model_fit)
S3method(get_df,multinom)
S3method(get_df,negbinirr)
S3method(get_df,negbinmfx)
S3method(get_df,nlrq)
S3method(get_df,nnet)
S3method(get_df,plm)
S3method(get_df,poissonirr)
S3method(get_df,poissonmfx)
S3method(get_df,probitmfx)
S3method(get_df,rlm)
S3method(get_df,rq)
S3method(get_df,rqs)
S3method(get_df,rqss)
S3method(get_df,selection)
S3method(get_df,summary.lm)
S3method(get_df,systemfit)
S3method(get_df,truncreg)
S3method(get_df,vgam)
S3method(get_family,default)
S3method(get_family,list)
S3method(get_family,model_fit)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
refer to particular effectsizes (like Phi, Omega or Epsilon) include the related unicode-character instead of the written name. This only works on Windows for
R >= 4.2, and on OS X or Linux for R >= 4.0.

* `get_df()` gets more `type` options to return different type of degrees of
freedom (namely, `"wald"` and `"normal"`, and for mixed models, `"ml1"`,
`"betwithin"`, `"satterthwaite"` and `"kenward-roger"`).

## Bug fixes

* Fixed issue with column alignment in `export_table()` when the data frame
to print contained unicode-characters longer than 1 byte.

* Correctly extract predictors for `fixest::i(f1, i.f2)` interactions (#649 by
@grantmcdermott).

Expand Down
Loading

0 comments on commit 404839f

Please sign in to comment.