Need Rstudio Homework Help?
For this assignment use a pre-loaded dataset in R named attitude.
You can also find this data here:
https://www.picostat.com/system/files/datasets/dataset-81450.csv
You can browse it:
data(attitude)
View(attitude)
This is 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 1:
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,