Skip to content

Creating a Package in R which can be used to determine the difference in population means by performing T-Test

License

Notifications You must be signed in to change notification settings

m-harikiran/T-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

Creating a Package in R which can be used to determine the difference in population means by performing T-Test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages