karthik65432/statisticaltests: Package to perform Statistical Tests

This function is intended to automate process of statistical tests which are generally performed on the data. Statistical tests includes two sample T-test, Chi-Squared test and ANOVA. This function takes 3 inputs1. data - Takes datatype of dataframe from csv file2. dataname - This is the name of the dataset, this helps to save the file with proper name in excel. 3. summary - default = F, If summary = T, It prints the summary of tests in console.

Getting started

Package details

AuthorKetan and Karthik
MaintainerKetan <anurodhs123@gmail.com>
LicenseGPL-3
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("karthik65432/statisticaltests")
karthik65432/statisticaltests documentation built on Nov. 4, 2019, 3:31 p.m.