Skip to content

Commit

Permalink
Merge pull request #710 from jluchman/main
Browse files Browse the repository at this point in the history
Add `dominance_analysis` function
  • Loading branch information
bwiernik authored Jul 15, 2022
2 parents ad925c6 + 61922e7 commit 47b6c0c
Show file tree
Hide file tree
Showing 6 changed files with 803 additions and 1 deletion.
8 changes: 7 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ Authors@R:
family = "Morrison",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7195-830X", Twitter = "@demstats1")))
comment = c(ORCID = "0000-0002-7195-830X", Twitter = "@demstats1")),
person(given = "Joseph",
family = "Luchman",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8886-9717")))
Maintainer: Daniel Lüdecke <[email protected]>
Description: Utilities for processing the parameters of various
statistical models. Beyond computing p values, CIs, and other indices
Expand Down Expand Up @@ -103,6 +108,7 @@ Suggests:
cluster,
cplm,
dbscan,
domir (>= 0.2.0),
drc,
DRR,
effectsize (>= 0.6.0),
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ S3method(print,n_clusters_silhouette)
S3method(print,n_factors)
S3method(print,parameters_brms_meta)
S3method(print,parameters_clusters)
S3method(print,parameters_da)
S3method(print,parameters_efa)
S3method(print,parameters_efa_summary)
S3method(print,parameters_loadings)
Expand Down Expand Up @@ -880,6 +881,7 @@ export(dof_betwithin)
export(dof_kenward)
export(dof_ml1)
export(dof_satterthwaite)
export(dominance_analysis)
export(efa_to_cfa)
export(equivalence_test)
export(factor_analysis)
Expand Down
Loading

0 comments on commit 47b6c0c

Please sign in to comment.