Package 'NDP'

Title: Interactive Presentation for Working with Normal Distribution
Description: An interactive presentation on the topic of normal distribution using 'rmarkdown' and 'shiny' packages. It is helpful to those who want to learn normal distribution quickly and get a hands on experience. The presentation has a template for solving problems on normal distribution. Runtime examples are provided in the package function as well as at <https://kartikeyastat.shinyapps.io/NormalDistribution/>.
Authors: Kartikeya Bolar
Maintainer: Kartikeya Bolar <[email protected]>
License: GPL-2
Version: 0.1.0
Built: 2025-02-18 04:10:51 UTC
Source: https://github.com/cran/NDP

Help Index


Launch 'NDP' Interface

Description

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

Usage

NDP()

Details

Start NDP

The interactive user interface is to provide an easy way for people who are learning normal distribution. Includes example data for testing out a few example analysis.

Value

Nothing

Examples

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