t_test_ci | R Documentation |
This CI method does not assume we know the sd and uses different t-distributions to get a better estimate of the distribution of the data. Both t_test_ci and z_test_ci assume the data are normally distributed. It will usually be better to use the t_test_ci. This will equal the z_test_ci as N -> inf
t_test_ci(x)
x |
Numeric vector to correlate with vector_b |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.