Description Usage Arguments Value Examples
View source: R/unpaired_test.R
Performs a one-sided independent two-samples t-test.
1 | unpaired_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 <- unpaired_test(data = data)
test
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.