diff --git a/DESCRIPTION b/DESCRIPTION index 38597d41..ad5a8302 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: effectsize Title: Indices of Effect Size -Version: 0.8.6.6 +Version: 0.8.7 Authors@R: c(person(given = "Mattan S.", family = "Ben-Shachar", @@ -72,9 +72,9 @@ Depends: R (>= 3.6) Imports: bayestestR (>= 0.13.2), - insight (>= 0.19.8), - parameters (>= 0.21.5), - performance (>= 0.10.9), + insight (>= 0.19.9), + parameters (>= 0.21.6), + performance (>= 0.11.0), datawizard (>= 0.9.1), stats, utils @@ -105,7 +105,7 @@ VignetteBuilder: Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3.9000 +RoxygenNote: 7.3.1 Config/testthat/edition: 3 Config/testthat/parallel: true Config/Needs/website: diff --git a/NEWS.md b/NEWS.md index 8fe69bac..4fb1b81f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,25 +1,19 @@ -# effectsize 0.8.7.xxx +# effectsize 0.8.7 - This release changes the licensing model of `{effectsize}` to an MIT license. ## New features -- `cohens_d()` and `glass_delta()` gain an `adjust` argument for applying Hedges' small-sample bias correction (`hedges_g()` is now an alias for `cohens_d(adjust = TRUE)`). - +- `cohens_d()` and `glass_delta()` gain an `adjust` argument for applying Hedges' small-sample bias correction (`hedges_g()` is now an alias for `cohens_d(adjust = TRUE)`). - `repeated_measures_d()` to compute standardized mean differences (SMD) for repeated measures data. - - Also supported in `effectsize()` + - Also supported in `effectsize()` +- New function: `interpret_fei()` ## Bug fixes - Minor stability fix to ncp-based CI methods ( #628 ) - `nnt()` now properly accepts the `y` argument. -# effectsize 0.8.7 - -## New features - -- New function: `interpret_fei()` - # effectsize 0.8.6 This is a minor update to bring `effectsize` in-line with the formula methods diff --git a/man/RCT_table.Rd b/man/RCT_table.Rd index bf1e7426..8cad2ccf 100644 --- a/man/RCT_table.Rd +++ b/man/RCT_table.Rd @@ -20,8 +20,8 @@ Fictional Results from a Workers' Randomized Control Trial } \seealso{ Other effect size datasets: -\code{\link{Music_preferences2}}, \code{\link{Music_preferences}}, +\code{\link{Music_preferences2}}, \code{\link{Smoking_FASD}}, \code{\link{food_class}}, \code{\link{hardlyworking}}, diff --git a/man/Smoking_FASD.Rd b/man/Smoking_FASD.Rd index ec24a35f..eee90e58 100644 --- a/man/Smoking_FASD.Rd +++ b/man/Smoking_FASD.Rd @@ -18,8 +18,8 @@ Fictional data. } \seealso{ Other effect size datasets: -\code{\link{Music_preferences2}}, \code{\link{Music_preferences}}, +\code{\link{Music_preferences2}}, \code{\link{RCT_table}}, \code{\link{food_class}}, \code{\link{hardlyworking}}, diff --git a/man/effectsize-package.Rd b/man/effectsize-package.Rd index 6cd2eb23..128f4fa5 100644 --- a/man/effectsize-package.Rd +++ b/man/effectsize-package.Rd @@ -3,7 +3,6 @@ \docType{package} \name{effectsize-package} \alias{effectsize-package} -\alias{_PACKAGE} \title{effectsize: Indices of Effect Size} \description{ In both theoretical and applied research, it is often of interest to assess diff --git a/man/food_class.Rd b/man/food_class.Rd index 1bc5576e..eae288fa 100644 --- a/man/food_class.Rd +++ b/man/food_class.Rd @@ -19,8 +19,8 @@ Fictional data. } \seealso{ Other effect size datasets: -\code{\link{Music_preferences2}}, \code{\link{Music_preferences}}, +\code{\link{Music_preferences2}}, \code{\link{RCT_table}}, \code{\link{Smoking_FASD}}, \code{\link{hardlyworking}}, diff --git a/man/hardlyworking.Rd b/man/hardlyworking.Rd index 5dbd4572..0bf4714b 100644 --- a/man/hardlyworking.Rd +++ b/man/hardlyworking.Rd @@ -30,8 +30,8 @@ A sample (simulated) dataset, used in tests and some examples. } \seealso{ Other effect size datasets: -\code{\link{Music_preferences2}}, \code{\link{Music_preferences}}, +\code{\link{Music_preferences2}}, \code{\link{RCT_table}}, \code{\link{Smoking_FASD}}, \code{\link{food_class}}, diff --git a/man/rouder2016.Rd b/man/rouder2016.Rd index 866741c0..7a990608 100644 --- a/man/rouder2016.Rd +++ b/man/rouder2016.Rd @@ -31,8 +31,8 @@ The data is used in examples and tests of \code{\link[=rm_d]{rm_d()}}. } \seealso{ Other effect size datasets: -\code{\link{Music_preferences2}}, \code{\link{Music_preferences}}, +\code{\link{Music_preferences2}}, \code{\link{RCT_table}}, \code{\link{Smoking_FASD}}, \code{\link{food_class}}, diff --git a/man/screening_test.Rd b/man/screening_test.Rd index 7b3b0a67..4cbb1228 100644 --- a/man/screening_test.Rd +++ b/man/screening_test.Rd @@ -27,8 +27,8 @@ A sample (simulated) dataset, used in tests and some examples. } \seealso{ Other effect size datasets: -\code{\link{Music_preferences2}}, \code{\link{Music_preferences}}, +\code{\link{Music_preferences2}}, \code{\link{RCT_table}}, \code{\link{Smoking_FASD}}, \code{\link{food_class}},