Learn R Programming

quadraticSD (version 0.1.0)

runApp: Visualizing the SD using a Quadratic Curve

Description

Given a dataset, the user is invited to utilize the Empirical Cumulative Distribution Function (ECDF) to guess interactively the mean and the mean deviation. Thereafter, using the quadratic curve the user can guess the Root Mean Sqaured Deviation (RMSD) and visualize the Standard Deviation (SD). For details, see Sarkar and Rashid (2019), Have You Seen the Standard Deviaiton?, Nepalese Journal of Statistics, Vol. 3, 1-10

Usage

runApp(data)

Value

An interactive shiny application.

Arguments

data

a data vector, ideally of a moderate size (say, 10), to be provided by the user. Adventurous users may increase the size.

Examples

Run this code
# \donttest{
   data <- c(12,13,15,17,20,21,23)
   runApp(data)
   #end of example
 # }   

Run the code above in your browser using DataLab