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

Description Usage Arguments Examples

View source: R/hypothesistest.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
ttest_chi(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
ttest_chi(df,"chi",c(1,2),c(3,4)),ttest_chi(df,"ttest",filename="Apple")

prasannakumartn/hypothesistest documentation built on Nov. 5, 2019, 1:12 a.m.