Description Usage Arguments Value Examples
effect_size_d_paired
runs a perfect paired-samples t-test
1 2 | effect_size_d_paired(data, smaller = 1, larger = 2,
conf.level = 0.95, alternative = "two.sided", digits = 3, ...)
|
data |
A data table |
smaller |
The column name for the hypothesised smaller value |
larger |
The column name for the hypothesised larger value |
conf.level |
The value for the confidence interval |
alternative |
a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". You can specify just the initial letter. |
digits |
The digits to round the output to |
... |
further arguments to be passed to or from methods. |
Returns a list of results parameters
1 | effect_size_d_paired(iris, "Sepal.Width", "Sepal.Length")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.