Publications by Shiju Zhang

Publish Document

21.04.2021

Chapter 1: Introduction Business analytics, or more generically, analytics, is the practice and art of bring bring data to bear on decision-making. Business intelligence (BI) refers to data visualization and reporting for understanding “what happened and what is happening.” Creating (static/interative) dashboards is important an important fea...

98984 sym R (744999 sym/589 pcs) 69 img 6 tbl

Document

12.06.2021

0.1 Data Visualization Data visualization is a visual representation of data that turns chaos into clarity. It uses data in creative ways in order to explain what happened and how the findings (information such as patterns or trends) can be consumed by the audience. It is a process that focuses on an exploratory analysis rather than an explanator...

7320 sym R (10009 sym/56 pcs) 25 img 3 tbl

Dashboard Demo

22.06.2021

title: “A Dashboard” author: By SZ date: 6/20/2021 output: flexdashboard::flex_dashboard: navbar: - { title: “David’s blog”, href: “https://davidscovidnumbers.wordpress.com/”, align: left } orientation: columns vertical_layout: fill social: [ “twitter”, “facebook”, “menu” ] #logo: #storyboard: true source_code: embed #ve...

97 sym R (437 sym/7 pcs) 6 img 1 tbl

Document

25.06.2021

1 Making Dashboards with flexdashboard Package Refer to the web page https://rmarkdown.rstudio.com/flexdashboard/index.html. 2 Creating Apps using the shiny Package A best reference to start with is https://shiny.rstudio.com/. “Shiny is an R package that makes it easy to build interactive web apps straight from R. You can host standalone apps...

3574 sym R (22272 sym/46 pcs) 2 img

Stat 415/615 Data Mining Notes

18.01.2022

knitr::opts_chunk$set(echo = TRUE) library(ggplot2) library(sqldf) ## Loading required package: gsubfn ## Loading required package: proto ## Loading required package: RSQLite library(readxl) library(viridis) ## Loading required package: viridisLite ## ## Attaching package: 'viridis' ## The following object is masked from 'package:viridisLite': #...

57096 sym R (339150 sym/526 pcs) 81 img 2 tbl

Stat415LectureNotes

11.01.2022

Chapter 0: Intro to R What is R Markdown To create an R Markdown file and produce an output from it, follow the steps: Open RStudio. From upper-left corner, Choose R Markdown (or in cloud, File -> New File -> R Markdown) -> Click Document -> Choose a Title -> Click OK. Now, you should see a template created. Edit the template to meet your needs...

4252 sym R (17411 sym/122 pcs) 23 img

D3

08.01.2022

D3.js Scatter-Plot ...

23 sym

Document

08.01.2022

An Example of Editable Tables: Two-Way Table Democratic Republican Independent Male 34 67 56 Female 23 45 29 Reset Table Rows: Cols: For details, read this blog about Data Mining. The current time is: This is where the true time will be displayed! Examples of Making Tree Diagrams! ...

235 sym 3 img 2 tbl

Introduction to Data Mining

07.01.2022

For details, read this blog about Data Mining. The current time is: This is where the true time will be displayed! Examples of Making Tree Diagrams! ...

161 sym 3 img

Jquery

21.11.2021

div (great-grandparent) ul (grandparent) li (direct parent) span div (grandparent) p (direct parent!) span ...

150 sym