Package 'STAT2'

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

Help Index


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()
}