Problem
From a survey of the clerical employees of a large financial organization, the data are aggregated from the questionnaires of the approximately 35 employees for each of 30 (randomly selected) departments. The numbers give the percent proportion of favorable responses to seven questions in each department.
• Part A: 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: mean, median, mode, max, min, range, quantile, IQR, var open parentheses blank close parentheses, sd open parentheses blank close parentheses, and cor open parentheses blank close parentheses Check your work by using the summary and/or describe functions.
• Part B: Produce at least one scatter plot, one histogram, and one box-and-whisker plot (Box plot) for each variable.
• Part C: Create a matrix of scatter plots, a matrix of histograms, and a matrix of boxplots.