Title: | Interactive Document for Working with Basic Statistical Analysis |
---|---|
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/>. |
Authors: | Kartikeya Bolar |
Maintainer: | Kartikeya Bolar <[email protected]> |
License: | GPL-2 |
Version: | 0.1.0 |
Built: | 2025-02-13 03:26:54 UTC |
Source: | https://github.com/cran/STAT2 |
STAT2() loads interactive user interface built using R 'shiny'.
STAT2()
STAT2()
Start STAT2
The interactive user interface is to provide an easy way for basic statistical analysis and downloading plots.
Nothing
if(interactive()){ library(rmarkdown) STAT2() }
if(interactive()){ library(rmarkdown) STAT2() }