Description Usage Arguments Value Examples
Run a t-test and return neatly formatted output x
, and either y
or mu
must be specified.
1 |
x |
vector for testing |
y |
additional vector for testing. If singular, functions as |
labels |
vector of labels for x and y. If NULL, use attr(., 'label'), NA to suppress this behaviour. |
mu |
value against which x will be tested |
paired |
whether observations are paired (e.g. repeated measures) |
... |
Arguments passed on to
|
formatted string like t(df) = 3.68, p < .05, d = 0.23, BF = 4.50; M1 = 3.05 [1.23, 4.55], M2 = 5.12 [4.20, 5.99]
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.