Data Analytics Group 1: Submitted by

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 12

Data Analytics

Submitted by
Group 1 Niraj Kumar – 30
Manish Bhadauria – 27
Karthikeyan V – 22
Snehesh Talukdar – 46
Sahil - 40
CSV File
Histogram

Number of Downloads
Histogram
Rating
Histogram

Number of Reviews
Histogram

Size of Applications
BOX PLOT

boxplot(Downloads~Rating ,data= input1,


col = 'blue', xlab = "Downloads",
ylab = "Ratings", main = "Playstor")

A boxplot is a standardized way of displaying the


distribution of data based on a five number
summary (“minimum”, first quartile (Q1), median,
third quartile (Q3), and “maximum”). It can tell
you about your outliers and what their values are
CORRELATION

library(corrplot)

corel=cor(input1)
corrplot(corel)
REGRESSION ANALYSIS
SCATTER PLOT
Scatter Plot of Downloads Vs Ratings
SCATTER PLOT
Scatter Plot of Downloads Vs Ratings
THANK YOU

You might also like