Description Usage Arguments Value Examples
Bootstrap P-value
1 | bootpval(x, conf.level = 0.95, iter = 3000, mu0 = 0, test = "two")
|
x |
A vector of data. |
conf.level |
The confidence level of the interval given. |
iter |
The number of bootstrap samples generated. |
mu0 |
The value of the mean on the null hypothesis. |
test |
Designates whether the test is two-tailed or one-tailed. |
A graphical representation of the p-value, as well as a screed of summary statistics generated using the bootstrap method.
1 | bootpval(1:10, conf.level=0.95, mu0=22)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.