file ‘employee.csv’ is a comma delimited text file that contains information about the employees of a small firm.
INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS
Question:
The file ‘employee.csv’ is a comma delimited text file that contains information about the employees of a small firm. The file contains an employee id, employee gender, salary, birth date, employee hire date, employee term date, marital status, number of dependents, and promotion status. The variables salary, birth date, employee hire date, and employee term date are formatted appropriately in the text file as money or dates.
- Format the variables salary, birth date, hire date, and termination date so they appear as expected given the types of data. (Look up format statements or how to format a variable in SAS. It should be a simple line of the code that says format, the variable name, and the format.). (5 points).
- Use an appropriate summary to report the average raise. Only active employees should be included in the analysis. Place the report below. (5 pts).
- Create a visualization (i.e. histogram) of the salary after all of the raises for the active employees. Place the report below. (5 pts).
- Count up and report the number of individuals who did and did not get a promotion. Place the report below. (5 pts).
- Create a pie graph that displays the proportion with and without promotion. Place the graphic below. (5 pts).
Attachments:
Related Questions
. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:
1
Project 1
Introduction - the SeaPort Project series
For this set of projects for the course, we wish to simulate some of the aspects of a number of
. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:
1
Project 2
Introduction - the SeaPort Project series
For this set of projects for the course, we wish to simulate some of the aspects of a number of