May 2019
Beginner to intermediate
266 pages
5h 57m
English
In this section, we will focus on exploring the dataset graphically using a scatter plot, 6-plot, linear correlation plot, linear intercept plot, linear slope plot, and linear residual standard deviation plot.
We will implement the following steps to begin exploration of the data using a graphical structure:
> plot(GlassDataset$Na , GlassDataset$RI, xlab = 'Sodium Content', ylab = 'Refractive Index', main = 'Scatter plot for sodium content')
This gives us the following output plot:
Read now
Unlock full access