View source: R/misc_functions.R
calc_t_stat | R Documentation |
Computes the T-statistic for a given estimate, population value, and standard error.
calc_t_stat(x, u, se)
x |
Numeric. The observed value (estimate). |
u |
Numeric. The hypothesized population value (null value). |
se |
Numeric. The standard error of the observed value. |
Numeric. The T-statistic computed as (x - u) / se
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.