README.md

Hypothesis Testing for Two Samples

Author: Harikiran M

Introduction

The package ADVTTEST can be used to do Hypothesis Testing using a T-Test to decide if the population means of two samples are identical or not. This package will run a T-Test on paired samples, unpaired samples, and samples with equivalent and unequal variances.

Package Installation

The below are the steps to install the package ADVTTEST - Install project R - Install R Studio - Open R Studio and install devtools using command install.packages("devtools") - Install the package ADVTTEST using command devtools::install_github('https://github.com/m-harikiran/T-Test.git', auth_token = <token>, build_vignettes = TRUE)

Documentation

After installing the package the documentation for the package can be accessed using the command browseVignettes('ADVTTEST')



m-harikiran/T-Test documentation built on Dec. 21, 2021, 12:47 p.m.