Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Program is R studio. please help with the following questions thankyou! Sorting and ordering data Important:Use the empComplete data frame (created in question 29) to

Program is R studio. please help with the following questions thankyou!

  • Sorting and ordering data Important:Use the empComplete data frame (created in question 29) to answer questions 31, 32, 33, 34, 35 and 36.
  1. Display empComplete data ordered by name. Do not make a change in the empComplete data frame. The display should not be just the names column. Your R code should display all the columns in the data frame ordered by name.
  2. Calculate the mean work experience for each gender separately usingtapply() function on gender column.
  • Dividing data into smaller sizes (subsets of data: include only some columns/rows)
  1. Display all the columns for female employees only (inempCompletedata frame)
  • Grouping data
  1. Create data frame (female) that contains the female employees only
  2. Create another data frame (male) that contains the male employees only
  3. Calculate the mean work experience of female and male employees using female and male objects that you created in questions 34 and 35 above. Display these means. Are the answers to questions 32 and 36 consistent (same)?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business and Administrative Communication

Authors: Kitty o. locker, Donna s. kienzler

10th edition

77830105, 978-0077830106, 978-0073403182

More Books

Students also viewed these General Management questions

Question

Working with STM 3 2 and sensors: DHT 1 1 using keiluvision 5

Answered: 1 week ago

Question

Explain the various methods of job evaluation

Answered: 1 week ago

Question

Differentiate Personnel Management and Human Resource Management

Answered: 1 week ago

Question

Describe the functions of Human resource management

Answered: 1 week ago

Question

Is 1 GbE Ethernet really Ethernet? Explain.

Answered: 1 week ago

Question

How does switched Ethernet differ from traditional Ethernet?

Answered: 1 week ago

Question

Why does network segmentation improve LAN performance?

Answered: 1 week ago