Skip to content

Commit 6d1817f

Browse files
authored
Merge branch 'main' into strengejacke/issue1135
2 parents 7f821f1 + 4acb939 commit 6d1817f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1798
-1178
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to parameters
22

3-
This outlines how to propose a change to **parameters**.
3+
This outlines how to propose a change to **parameters**.
44

55
## Fixing typos
66

@@ -9,7 +9,7 @@ Small typos or grammatical errors in documentation may be edited directly using
99
## Filing an issue
1010

1111
The easiest way to propose a change or new feature is to file an issue. If you've found a
12-
bug, you may also create an associated issue. If possible, try to illustrate your proposal or the bug with a minimal [reproducible example](https://www.tidyverse.org/help/#reprex).
12+
bug, you may also create an associated issue. If possible, try to illustrate your proposal or the bug with a minimal reproducible example.
1313

1414
## Pull requests
1515

.github/SUPPORT.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Start by making a minimal **repr**oducible **ex**ample using the
77
[reprex](http://reprex.tidyverse.org/) package. If you haven't heard of or used
88
reprex before, you're in for a treat! Seriously, reprex will make all of your
99
R-question-asking endeavors easier (which is a pretty insane ROI for the five to
10-
ten minutes it'll take you to learn what it's all about). For additional reprex
11-
pointers, check out the [Get help!](https://www.tidyverse.org/help/) resource
12-
used by the tidyverse team.
10+
ten minutes it'll take you to learn what it's all about).
1311

1412
Armed with your reprex, the next step is to figure out where to ask:
1513

@@ -26,4 +24,4 @@ default, the search will be pre-populated with `is:issue is:open`. You can
2624
(e.g. `is:pr`, `is:closed`) as needed. For example, you'd simply
2725
remove `is:open` to search _all_ issues in the repo, open or closed.
2826

29-
Thanks for your help!
27+
Thanks for your help!

DESCRIPTION

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: parameters
33
Title: Processing of Model Parameters
4-
Version: 0.28.2.1
4+
Version: 0.28.2.8
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -79,8 +79,8 @@ Depends:
7979
R (>= 3.6)
8080
Imports:
8181
bayestestR (>= 0.17.0),
82-
datawizard (>= 1.2.0),
83-
insight (>= 1.4.1),
82+
datawizard (>= 1.3.0),
83+
insight (>= 1.4.2),
8484
graphics,
8585
methods,
8686
stats,
@@ -148,6 +148,7 @@ Suggests:
148148
ivreg,
149149
knitr,
150150
lavaan,
151+
lcmm,
151152
lfe,
152153
lm.beta,
153154
lme4,
@@ -224,10 +225,11 @@ VignetteBuilder:
224225
knitr
225226
Encoding: UTF-8
226227
Language: en-US
227-
RoxygenNote: 7.3.2
228+
RoxygenNote: 7.3.3
228229
Roxygen: list(markdown = TRUE)
229230
Config/testthat/edition: 3
230231
Config/testthat/parallel: true
231232
Config/Needs/website: easystats/easystatstemplate
232233
Config/Needs/check: stan-dev/cmdstanr
233234
Config/rcmdcheck/ignore-inconsequential-notes: true
235+
Remotes: easystats/insight, easystats/modelbased

NAMESPACE

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ S3method(ci,crq)
3434
S3method(ci,default)
3535
S3method(ci,deltaMethod)
3636
S3method(ci,effectsize_table)
37+
S3method(ci,estimate_contrasts)
38+
S3method(ci,estimate_means)
39+
S3method(ci,estimate_slopes)
3740
S3method(ci,fixest_multi)
3841
S3method(ci,flac)
3942
S3method(ci,flic)
@@ -111,6 +114,8 @@ S3method(ci,systemfit)
111114
S3method(ci,varest)
112115
S3method(ci,zerocount)
113116
S3method(ci,zeroinfl)
117+
S3method(ci_kenward,default)
118+
S3method(ci_kenward,glmmTMB)
114119
S3method(cluster_discrimination,cluster_analysis)
115120
S3method(cluster_discrimination,default)
116121
S3method(cluster_performance,dbscan)
@@ -135,8 +140,10 @@ S3method(display,parameters_pca_summary)
135140
S3method(display,parameters_sem)
136141
S3method(display,parameters_simulate)
137142
S3method(display,parameters_standardized)
138-
S3method(dof_satterthwaite,lmerMod)
139143
S3method(equivalence_test,MixMod)
144+
S3method(equivalence_test,estimate_contrasts)
145+
S3method(equivalence_test,estimate_means)
146+
S3method(equivalence_test,estimate_slopes)
140147
S3method(equivalence_test,feis)
141148
S3method(equivalence_test,felm)
142149
S3method(equivalence_test,gee)
@@ -237,6 +244,11 @@ S3method(model_parameters,draws)
237244
S3method(model_parameters,emmGrid)
238245
S3method(model_parameters,emm_list)
239246
S3method(model_parameters,epi.2by2)
247+
S3method(model_parameters,estimate_contrasts)
248+
S3method(model_parameters,estimate_means)
249+
S3method(model_parameters,estimate_slopes)
250+
S3method(model_parameters,externVar)
251+
S3method(model_parameters,externX)
240252
S3method(model_parameters,fa)
241253
S3method(model_parameters,fa.ci)
242254
S3method(model_parameters,feglm)
@@ -266,6 +278,7 @@ S3method(model_parameters,ivFixed)
266278
S3method(model_parameters,ivprobit)
267279
S3method(model_parameters,kmeans)
268280
S3method(model_parameters,lavaan)
281+
S3method(model_parameters,lcmm)
269282
S3method(model_parameters,list)
270283
S3method(model_parameters,lm_robust)
271284
S3method(model_parameters,lme)
@@ -348,6 +361,7 @@ S3method(model_parameters,summary_emm)
348361
S3method(model_parameters,survfit)
349362
S3method(model_parameters,svy2lme)
350363
S3method(model_parameters,svyglm)
364+
S3method(model_parameters,svyolr)
351365
S3method(model_parameters,svytable)
352366
S3method(model_parameters,systemfit)
353367
S3method(model_parameters,t1way)
@@ -448,6 +462,8 @@ S3method(p_value,draws)
448462
S3method(p_value,eglm)
449463
S3method(p_value,emmGrid)
450464
S3method(p_value,emm_list)
465+
S3method(p_value,externVar)
466+
S3method(p_value,externX)
451467
S3method(p_value,feglm)
452468
S3method(p_value,fixest_multi)
453469
S3method(p_value,flac)
@@ -473,6 +489,7 @@ S3method(p_value,ivFixed)
473489
S3method(p_value,ivprobit)
474490
S3method(p_value,ivreg)
475491
S3method(p_value,lavaan)
492+
S3method(p_value,lcmm)
476493
S3method(p_value,list)
477494
S3method(p_value,lm)
478495
S3method(p_value,lm_robust)
@@ -552,7 +569,6 @@ S3method(p_value,wbm)
552569
S3method(p_value,zcpglm)
553570
S3method(p_value,zerocount)
554571
S3method(p_value,zeroinfl)
555-
S3method(p_value_kenward,lmerMod)
556572
S3method(plot,cluster_analysis)
557573
S3method(plot,cluster_analysis_summary)
558574
S3method(plot,compare_parameters)
@@ -644,6 +660,8 @@ S3method(reduce_parameters,lm)
644660
S3method(reduce_parameters,merMod)
645661
S3method(reshape_loadings,data.frame)
646662
S3method(reshape_loadings,parameters_efa)
663+
S3method(se_kenward,default)
664+
S3method(se_kenward,glmmTMB)
647665
S3method(se_satterthwaite,default)
648666
S3method(select_parameters,lm)
649667
S3method(select_parameters,merMod)
@@ -788,6 +806,11 @@ S3method(standard_error,draws)
788806
S3method(standard_error,effectsize_table)
789807
S3method(standard_error,emmGrid)
790808
S3method(standard_error,emm_list)
809+
S3method(standard_error,estimate_contrasts)
810+
S3method(standard_error,estimate_means)
811+
S3method(standard_error,estimate_slopes)
812+
S3method(standard_error,externVar)
813+
S3method(standard_error,externX)
791814
S3method(standard_error,factor)
792815
S3method(standard_error,feglm)
793816
S3method(standard_error,fitdistr)
@@ -817,6 +840,7 @@ S3method(standard_error,ivFixed)
817840
S3method(standard_error,ivprobit)
818841
S3method(standard_error,ivreg)
819842
S3method(standard_error,lavaan)
843+
S3method(standard_error,lcmm)
820844
S3method(standard_error,list)
821845
S3method(standard_error,lm_robust)
822846
S3method(standard_error,lme)

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# parameters (devel)
2+
3+
* `equivalence_test()` gets methods for objects from the *modelbased* package.
4+
5+
* Improved support for objects from package *survey*.
6+
7+
* Added support for package *lcmm*.
8+
9+
* Added `ci_method` options `"kenward-roger"` and `"satterthwaite"` for models
10+
from package *glmmTMB*. Consequently, `se_kenward()`, `se_satterthwaite()`,
11+
`ci_kenward()`, `ci_satterthwaite()`, `p_value_kenward()` and
12+
`p_value_satterthwaite()` can now be used with `glmmTMB` models.
13+
114
# parameters 0.28.2
215

316
## Bug fixes

0 commit comments

Comments
 (0)