Calculate Cohen's d from the input to a T-test. Assign the input vectors you
would input into a t.test()
function into this function.
This function will n turn calculate Cohen's d.
NOTE: this function works only for an independent samples T-test (for now).
1 2 3 |
x |
vector or column with observations (numeric or integer) |
y |
vector or column with observations (numeric or integer) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.