Hypothesis_testing_to_check_dependency: Hypothesis for checking dependency

Description Usage Arguments Examples

View source: R/Hypothesis_testing_to_check_dependency.R

Description

Summary of p-values for chi-square/t-test to check dependency based on target variable type (Categoric/Numeric)

Usage

1
2
3
Hypothesis_testing_to_check_dependency(data, type, target_variable,
  categoric_function, numeric_function, target_variable_index,
  conf_interval)

Arguments

data

type target_variable, target_variable_index, conf_interval

Examples

1
Hypothesis_testing_to_check_dependency(cars, type = "category" or "numeric", target_variable = "userinput depends on type parameter", categoric_function(Separate_categoric), numeric_function(Separate_numeric), target_variable_index(index of target variable returned by the function Separate_categoric/Separate_numeric), conf_interval = "0.95") [User is advised to run first "Separate_categoric/Separte_numeric function" to know the index of target variable][parameter data should be same as for the functions Separate_categoric/Separate_numeric]

Venkat198711/Hypothesis_testing_dependency documentation built on Oct. 31, 2019, 12:59 a.m.