Performs a t-test (using t.test()) to compare two numeric vectors. Can also test ordinal factors (ex. for satisfaction) using type='satis5'
| 1 | 
| v1 | numeric vector | 
| v2 | numeric vector | 
| type | Specifies type of vector if v1 and v2 are not numeric. | 
| out | determines return value. Default ('p') returns the p statistic. | 
| ... | Other parameters to t.test | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.