ShinyApps

Azlena Haron

Sunday, January 31, 2016

CONTENT

INTRODUCTION

This assignment is a mini project to measure my level knowledge in Data Analytic. This subject was very challenges but interesting and need for our agency. The purposed of this project is to produce interactive apps.

To come out with apps, I have to know related packages and library. I just try the very simple apps name as Created Histrogram Using Random Number.

The apps should consist of two apps; server.R and ui.R. The application shared on github (https://github.com/Ana68/ShinyApps.git).

WHY R?

R is a programming language and software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing. The R language is widely used among statisticians and data miners for developing statistical software and data analysis.

R programming language is an important tool for development in the numeric analysis and machine learning spaces. With machines becoming more important as data generators, the popularity of the language can only be expected to grow.

RANDOM NUMBER

To a very high degree computers are deterministic and therefore are not a reliable source of significant amounts of random values. In general pseudo random number generators are used. The default algorithm in R is Mersenne-Twister but a long list of methods is available. See the help of RNGkind() to learn about random number generators.

Random Number

BAR PLOT

The bar plot is an estimate of the probability distribution P(V=v). Itis more appropriate than a histogram, because the data are discrete, not continuous. We also can calculate the mean, standard deviation and variance of the sample using Random Number.

Plot

CONCLUSION

As conclusion, I have real experience on Data Analytic through Data Science Program. I need to do more exercise in order to apply it to our agency.

Thank You