2023-11-28

About The Project

The course project of the Developing Data Products Course of Data Science Specialization by Johns Hopkins University on Coursera.This project aims to create a Shiny application and deploy it on Rstudio’s servers. Second, to Slidify or Rstudio Presenter to prepare a reproducible pitch presentation about your application.

Iris Data Analysis Application

Application: Iris Data Analysis App Code: Shiny-Application-and-Reproducible-Pitch

The primary goal of the Iris Trend Data Analysis Application is to empower users, including researchers, analysts, and enthusiasts, to explore and understand the Iris dataset interactively. By offering descriptive statistics,visualizations, and the potential for linear regression analysis,the application facilitates data-driven decision-making and hypothesis generation.

About the dataset

This famous (Fisher’s or Anderson’s) iris data set gives the measurements in centimeters of the variables sepal length and width and petal length and width, respectively, for 50 flowers from each of 3 species of iris. The species are Iris setosa, versicolor, and virginica. Iris is a data frame with 150 cases (rows) and 5 variables(columns) named Sepal.Length, Sepal.Width, Petal.Length, Petal.Width, and Species.

##   Sepal.Length Sepal.Width Petal.Length Petal.Width Species
## 1          5.1         3.5          1.4         0.2  setosa
## 2          4.9         3.0          1.4         0.2  setosa
## 3          4.7         3.2          1.3         0.2  setosa
## 4          4.6         3.1          1.5         0.2  setosa
## 5          5.0         3.6          1.4         0.2  setosa
## 6          5.4         3.9          1.7         0.4  setosa

Key Advantages

  1. Plot and analyse every variable effortlessly.
  2. Regression and scatter plot distribution.
  3. A comprehensive analysis and all necessary descriptions can be efficiently organized and presented through a few tabs and clicks. This streamlined approach enhances the user experience by offering a structured layout that encapsulates key insights and functionalities. Users can seamlessly navigate between tabs to access diverse aspects of the analysis, ensuring a cohesive and user-friendly exploration of the data.

Thank you!