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.
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)
After installing the package the documentation for the package can be accessed using the command browseVignettes('ADVTTEST')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.