Description Usage Arguments Value Examples
Performs a one-sided paired t-test.
1 | paired_test(data = NULL, sig = 0.05)
|
data |
list constructed by "simdat" function. Supplies data to apply t-test on. |
sig |
numeric. Supplies the significance level for the test. |
Returns the p-value of the performed test.
1 2 3 | data <- simdat(npairs = 10, eff = 0, rho = -0.8)
test <- paired_test(data = data)
test
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.