stat_test: Perform Two Sample T-Test and Chi-Square Test on Data

Description Usage Arguments Examples

View source: R/stat_test.R

Description

The function performs two sample t-test and chi-square test and exports the output of each test in a text file.

Usage

1
stat_test(data, target_var)

Arguments

data

Data frame object

target_var

Target variable name of data

Examples

1
stat_test(Boston)

arpitp2912/StatisticalTest documentation built on Nov. 3, 2019, 1:57 p.m.