Description Usage Arguments Examples
View source: R/BootstrapPvalue.R
This function will allow us to view the p-value and to determine whether we should reject or fail to reject the null hypothesis
1 | boot2pval(x1, x2, conf.level = 0.95, iter = 3000, mudiff = 0, test = "two")
|
x1 |
-sample 1 |
x2 |
-sample 2 |
conf.level |
-desired confidence |
iter |
-iterations |
mudiff |
-difference in means of the samples |
test |
-which test to use |
1 | boot2pval(x1=x,x2=y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.