Description Usage Arguments Value Examples
ttestbootstrap Function
1 | ttestbootstrap(vGroup1, vGroup2, nbootstrap = 1e+05)
|
vGroup1 |
A numerical vector corresponding to the values of the first group |
vGroup2 |
A numerical vector corresponding to the values of the second group |
nbootstrap |
The number of bootstrap simulation should be > 100 x (nGroup1 + nGroup1) |
the pvalue calculated by the a simulation of the null hypothesis distribution by bootstrap
1 | ttestbootstrap(vGroup1=rnorm(30,0,1), vGroup2 = rnorm(30,2,1), nbootstrap = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.