myconstr | R Documentation |
2 sample test This is my constructor function. This function will create a list. The constructor runs the hypotheses on two samples, and creates and object with the confidence interval and p statistics
myconstr(x, y, alpha)
x |
sample 1 data |
y |
sample 2 data |
alpha |
significance level |
list of data, confidence interval and p value
## Not run: obj = myconstr(x = x, y = y, alpha = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.