Create an R script that computes the measures of central tendency and measures of variability and
the relationships for each of the seven variables in the attitude dataset.
Use the functions:
var( ) sd() and cor()
3
mean, median, mode, max, min, range, quantile, IQR,
Check your work by using the summary and/or describe functions.