Hyp_test: Provides the t-test and chi square's p value and statistic...

Description Usage Arguments Examples

View source: R/Hyp_test.R

Description

1.Provides the t-test and chi square's p value and statistic and provides it in a dataframe for a set of columns or for a whole dataframe. 2.In case of ANOVA() provides p values in form of a dataframe Assumption: No individual columns are provided for function Hyp_test().In such case a normal one on one t-test or chi would be better.

Usage

1
2
Hyp_test(data, type_of_test, User_BinaryTarget = NULL,
  User_Variable = NULL, filename = NULL)

Arguments

For

Hyp_test()—–>data,type_of_test,User_BinaryTarget(optional),User_Variable(optional)

Examples

1
Hyp_test(df,"chi",c(1,2),c(3,4)),Hyp_test(df,"ttest",filename="Apple")

Manistrikes23493/PackageHyptest documentation built on Oct. 30, 2019, 9:10 p.m.