Question
U a pre-loaded dataset in R named attitude. This is from a survey of the clerical employees of a large financial organization, the data are
U a pre-loaded dataset in R named 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. attitude is already pre-loaded in R. To view it, type
>View(attitude)
Create anRMarkdownthat 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 below:
mean, median, mode, max, min, range, quantile, IQR, var( ), sd( ), and cor( )
Check your work by using the summary and/or describe functions.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started