Description Usage Arguments Value Examples
Computes confidence functions for one and two sample t-tests on vectors of data.
1 2 |
x |
a (non-empty) numeric vector of data values. |
y |
an optional (non-empty) numeric vector of data values. |
paired |
a logical indicating whether you want a paired t-test. |
plot |
a logical indicating whether you want the plots to be generated. |
A list containing the confidence functions.
1 | t.confdist(1:10, y = c(7:20))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.