Package 'STAT'

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

Help Index


Launch 'STAT' Interface

Description

STAT() loads interactive user interface built using R 'shiny'.

Usage

STAT()

Details

Start STAT

The interactive user interface is to provide an easy way for basic statistical analysis and downloading plots.

Value

Nothing

Examples

if(interactive()){
library(rmarkdown)
STAT()
}