| Type: | Package | 
| Title: | Interactive Document for Working with Basic Statistical Analysis | 
| Version: | 0.1.0 | 
| Author: | Kartikeya Bolar | 
| Maintainer: | Kartikeya Bolar <kartikeya.bolar@tapmi.edu.in> | 
| Description: | An interactive document on the topic of basic statistical analysis using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at https://jarvisatharva.shinyapps.io/StatisticsPrimer/. | 
| License: | GPL-2 | 
| Encoding: | UTF-8 | 
| LazyData: | TRUE | 
| Depends: | R (≥ 4.0.0) | 
| Imports: | shiny,rmarkdown,psycho,dplyr,corrgram,Hmisc,rpivotTable,psych,datasets | 
| RoxygenNote: | 7.1.1 | 
| NeedsCompilation: | no | 
| Packaged: | 2020-07-28 12:52:36 UTC; kartikeya.bolar | 
| Repository: | CRAN | 
| Date/Publication: | 2020-08-03 11:00:02 UTC | 
Launch 'STAT2' Interface
Description
STAT2() loads interactive user interface built using R 'shiny'.
Usage
STAT2()
Details
Start STAT2
The interactive user interface is to provide an easy way for basic statistical analysis and downloading plots.
Value
Nothing
Examples
if(interactive()){
library(rmarkdown)
STAT2()
}