Description Usage Arguments Examples
View source: R/Hypothesis_testing_to_check_dependency.R
Summary of p-values for chi-square/t-test to check dependency based on target variable type (Categoric/Numeric)
1 2 3 | Hypothesis_testing_to_check_dependency(data, type, target_variable,
categoric_function, numeric_function, target_variable_index,
conf_interval)
|
data |
type target_variable, target_variable_index, conf_interval |
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]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.