Skip to main content

Posts

Introduction

Hello World!!! Welcome to Simplified Analytics, one of the best blog which helps you how to learn Analytics in simplest of ways enabling users to help and understand how to become Proficient in Data Science, Machine Learning, R, Tableau, etc. and that too free of cost. S ubscribe the blog if you want to lear n and expl ore the tips and tricks in the field of A nalytics . If you are master in t his field you can he lp others by making them aware about the blog.  
Recent posts

1.15 Visualizing Results

1.15 Visualizing Results Until now we were working on the data cleaning part which is stated in the project brief that I shared in post number 1.1, which said "Note that the dataset has numerous discrepancies that need to be addressed before analysis can be performed.Have a look at the data here by downloading the data." So we are done with that process. Now we will proceed with the analysis and plotting the graphs and scatterplot. For visualization we need to install the package names "ggplot2" using following command and then call it by library() function. If you already have installed the "ggplot2" package, then you just have to call it using the function library(ggplot2). Let's set up the plot using this function. We also to add the layer of geometry using the function geom_point and put aesthetics into it. Revenue would be on X axis and Expenses on Y axis, the profit would a size parameter. We can also segregate the industries...