R shiny apps

  1. HHS Breach of Unsecured Protected Health Information - data visualisation, co-author: Mateusz Dominiak
    • statistical - density, histogram of random variable
    • time series - decomposition Trend + Seasional + Random, moving average
    • spatial - choropleth, leaflet map
    • outliers detection according the quantil
  2. Employee’s life
    • interactive histogram for random variable
    • interactive boxplot for choosen factor
    • boxplot for choosen factor
    • frequency tables for factors
    • two-way cross-tables for factors
  3. Time serie visualisation and forecasting
    • interactive plot of time serie
    • seasonal plot
    • multiplicative and additive decomposition plot
    • forecasting with the use of adaptive methods: eponential smoothing (Brown method), Winters, Winters-Holt
    • ARIMA - checking stationarity, comparing with Box-Cox transformation, residual diagnostic plots, forecasting
  4. Sentiment analysis dashboard using tidytext R text mining
    • visualisation of word lexicon from tidytext package
    • comparing words in text with choosen lexikon
    • word cloud in text
    • searching bigrams in text
    • word correlation
  5. RSReduction
    • calculation of AUC
    • ROC curve plot
    • rating scale reduction

R packages