Publications by Anjal Hussan
Final_605
# Note I had to load the MASS package prior to the tidyverse packages # to prevent conflicts amongst functions, e.g. dplyr::select, MASS::select library(MASS) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ...
5707 sym R (18582 sym/83 pcs) 5 img
Visualization
Data We’ll use ‘Big Mart data’ set from a publicly available source to understand visualizations in R ## Number of rows in the dataset: 8523 ## Number of columns in the dataset: 12 Scatter Plot Scatter Plot is used to see the relationship between two continuous variables. In our dataset, if we want to visualize the items as per their co...
2714 sym R (2979 sym/11 pcs) 7 img