Skip to content

Commit

Permalink
Merge pull request #64 from Lakens/logTOST
Browse files Browse the repository at this point in the history
Log TOST
  • Loading branch information
arcaldwell49 authored Nov 15, 2022
2 parents 08dd808 + c8c0f52 commit 053534f
Show file tree
Hide file tree
Showing 105 changed files with 7,852 additions and 5,426 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ NUL
^cran-comments\.md$
^CRAN-SUBMISSION$
.covrignore
^papers
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: TOSTER
Version: 0.5.2
Version: 0.6.0
Title: Two One-Sided Tests (TOST) Equivalence Testing
Description: Two one-sided tests (TOST) procedure to test equivalence for t-tests, correlations, differences between proportions, and meta-analyses, including power analysis for t-tests and correlations. Allows you to specify equivalence bounds in raw scale units or in terms of effect sizes. See: Lakens (2017) <doi:10.1177/1948550617697177>.
Authors@R: c(
Expand Down
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Generated by roxygen2: do not edit by hand

S3method(boot_log_TOST,default)
S3method(boot_log_TOST,formula)
S3method(boot_t_TOST,default)
S3method(boot_t_TOST,formula)
S3method(log_TOST,default)
S3method(log_TOST,formula)
S3method(plot,TOSTt)
S3method(print,TOSTnp)
S3method(print,TOSTt)
Expand All @@ -24,6 +28,7 @@ export(TOSTtwo.prop)
export(TOSTtwo.raw)
export(as_htest)
export(boot_compare_smd)
export(boot_log_TOST)
export(boot_t_TOST)
export(compare_cor)
export(compare_smd)
Expand All @@ -34,6 +39,8 @@ export(dataTOSTtwo)
export(datatosttwoprop)
export(equ_anova)
export(equ_ftest)
export(extract_r_paired)
export(log_TOST)
export(np_ses)
export(plot_cor)
export(plot_pes)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ NEWS
- Added `smd_calc` and `ses_calc` for just calculating the standardized effect sizes (no tests).
- Default CIs for for SMDs are now NCT rather than the Goulet method.
- `compare_smd` can be supplied with user provided standard errors.
- Add `log_TOST` and `boot_log_TOST` function for comparing ratios of means.
- Reduce the amount of text in the `print` methods

# TOSTER v0.5.1

Expand Down
1 change: 1 addition & 0 deletions R/boot_compare_smd.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#' \item{\code{"boot_res"}}{List of bootstrapped results.}
#' \item{\code{"call"}}{the matched call.}
#' }
#' @family compare studies
#' @name boot_compare_smd
#' @export boot_compare_smd
#'
Expand Down
Loading

0 comments on commit 053534f

Please sign in to comment.