densityApp: Statistics app: Density plots and how they smooth data

Description Usage Details Author(s) Examples

Description

An applet which lets the user manipulate the bandwidth of a density plot and apply different transformations to examine how density plots reflect smoothed data.

Usage

1
densityApp(display = c("normal", "showcase"))

Details

The user may specify the bandwidth (amount of smoothing) on density plot using the bandwidth slider. Transformations may be performed on the data using the transformation picker. These transformations include log, square root, rank, and inverse cosine. If data is null, three more options are available from the manipulate box. The distribution picker allows the user to choose the type of distribution for random data to be created from. The random seed slider picks the random seed. Number of points chooses the number of points to be generated as data.

Author(s)

Andrew Rich (andrew.joseph.rich@gmail.com) , Daniel Kaplan (kaplan@macalester.edu) , Mengdie Wang(mwang3@macalester.edu) and Jingjing Yang(jyang1@macalester.edu)

Examples

1
2
densityApp() #if you do not want to display the code
densityApp(display = "showcase") #if you want to display the code

farfallawang/mosaicApps documentation built on May 16, 2019, 10:09 a.m.