myconstr: 2 sample test This is my constructor function. This function...

View source: R/myconstr.R

myconstrR 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

Description

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

Usage

myconstr(x, y, alpha)

Arguments

x

sample 1 data

y

sample 2 data

alpha

significance level

Value

list of data, confidence interval and p value

Examples

## Not run: obj = myconstr(x = x, y = y, alpha = 0.05)

chimnadiri/dianajohan5041 documentation built on May 5, 2022, 4:18 p.m.