welch_test | R Documentation |
This tests the null hypothesis abs(beta1) = abs(beta2) against the two alternatives abs(beta1) > abs(beta2) and abs(beta1) < abs(beta2).
welch_test(beta1, se1, beta2, se2, welch_thresh = 0.05)
beta1 |
Float or vector of floats, mean of the first sample. |
se1 |
Float or vector of floats, SD of estimate of mu1. |
beta2 |
Float or vector of floats, mean of the second sample. |
se2 |
Float or vector of floats, SD of estimate of mu2. |
welch_thresh |
Float, p_value threshold for significance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.