effect_size_d_paired: Perfect paired samples means test

Description Usage Arguments Value Examples

Description

effect_size_d_paired runs a perfect paired-samples t-test

Usage

1
2
effect_size_d_paired(data, smaller = 1, larger = 2,
  conf.level = 0.95, alternative = "two.sided", digits = 3, ...)

Arguments

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.

Value

Returns a list of results parameters

Examples

1
effect_size_d_paired(iris, "Sepal.Width", "Sepal.Length")

debruine/pipeline documentation built on May 8, 2019, 8:59 a.m.