Description Usage Arguments Value Examples
View source: R/statistics-utils.R
A wrapper to stats::t.test()
with paired = TRUE
.
1 | paired_t_test(y1, y2, data, ...)
|
y1 |
A numeric vector of observations |
y2 |
A numeric vector of observations, with each value of y2 is assumed to be paired, such as by repeated measures, the corresponding value of y1. |
data |
A data frame with |
... |
Additional arguments passed to |
A list with class "htest" as returned by stats::t.test()
.
1 | paired_t_test(y1, y2, data = pairedsleep)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.