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-01-22 03:56:22 UTC |
Source: | https://github.com/cran/STAT |
STAT() loads interactive user interface built using R 'shiny'.
STAT()
STAT()
Start STAT
The interactive user interface is to provide an easy way for basic statistical analysis and downloading plots.
Nothing
if(interactive()){ library(rmarkdown) STAT() }
if(interactive()){ library(rmarkdown) STAT() }