Next: About this document ...
Stats 6590 Project
AAUP Study on Faculty Salaries
You have been hired as a consultant by the AAUP to analyze data
collected on faculty salaries for 1161 American colleges and
universities. This dataset is taken from the March-April 1994 issue
of Academe. Faculty salary data are for the 1993-94 school year.
A description of the data and variables is at the end of this writeup.
You can access the datafile from our course webpage
http://www.math.mun.ca/~sneddon/st6590
If you are using Splus, you can place the data in your computer account
by typing
attach("/users/math/faculty/sneddon/DATA")
The data is saved as aaup.dat
Your analysis should include, but not be limited to, examining the
following issues:
- Developing a model which can predict assistant
professor salaries (or compensation) from some of the other
variables.
- Repeating (1) for associate professors.
- Repeating (1) for full professors.
- Can you develop a model which includes the rank of the professor
as an explanatory variable, so you can use a single model to predict
the salary (or compensation) for any professor?
You should also investigate any other relationships that seem
appropriate to study.
Data Description
The variables in columns of the data file are as follows:
- FICE (Federal ID number)
- College name
- State (postal code)
- Type (I, IIA, or IIB) (Research or Teaching Universities).
- Average salary - full professors
- Average salary - associate professors
- Average salary - assistant professors
- Average salary - all ranks
- Average compensation - full professors
- Average compensation - associate professors
- Average compensation - assistant professors
- Average compensation - all ranks
- Number of full professors
- Number of associate professors
- Number of assistant professors
- Number of instructors
- Number of faculty - all ranks
Missing values are denoted with NA.
All salary and compensation figures are yearly in $100's.
Next: About this document ...
Gary Sneddon
2002-10-31