Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
rempsyc committed Nov 25, 2023
1 parent 3b43c88 commit 3a82a5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/testthat/_snaps/windows/report.htest-t-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@

Code
report(t.test(x, y, paired = TRUE))
Message
For paired samples, 'repeated_measures_d()' provides more options.
Output
Effect sizes were labelled following Cohen's (1988) recommendations.
Expand All @@ -86,6 +88,8 @@

Code
report(t.test(x, y, paired = TRUE, alternative = "l"))
Message
For paired samples, 'repeated_measures_d()' provides more options.
Output
Effect sizes were labelled following Cohen's (1988) recommendations.
Expand All @@ -98,6 +102,8 @@

Code
report(t.test(x, y, paired = TRUE, alternative = "g"))
Message
For paired samples, 'repeated_measures_d()' provides more options.
Output
Effect sizes were labelled following Cohen's (1988) recommendations.
Expand All @@ -110,6 +116,8 @@

Code
report(t.test(sleep2$extra.1, sleep2$extra.2, paired = TRUE))
Message
For paired samples, 'repeated_measures_d()' provides more options.
Output
Effect sizes were labelled following Cohen's (1988) recommendations.
Expand Down

0 comments on commit 3a82a5b

Please sign in to comment.