Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

Final Project

Econ 382

The following information was true in 1999.  For the purposes of this project, you may assume it is still true today.

The city of Seattle owns three municipal golf courses:  Jackson, Jefferson, and West Seattle.  They are managed by a nonprofit organization called Municipal Golf of Seattle (MGS). Unlike most other public golf courses in the greater Seattle metropolitan area, until very recently, MGS chose not to use seasonal rates (i.e., lower green fees in the winter months).  Consequently, although the three MGS courses had slightly lower green fee schedules than the average in the area during the summer months, that price differential essentially vanished in the winter as other courses lowered their fees. Among the questions you are to address in the paper you draft for this project is whether MGS should be altering its green fee structure, particularly during the winter months. To answer the question, estimate a residual demand function for public golf in the Seattle area using the data set called golfdata .csv found on Canvas. If appropriate, consider estimating a residual (course-level) demand curve that allows for the elasticity of demand at the three MGS courses to be different than the elasticity at all other courses (by judiciously employing appropriate dummy variables). In the process of estimating residual demand, determine whether the elasticity of demand is seasonal in nature.

The panel (cross-section/time-series) data set includes information on the number of rounds of golf played at 22 area public courses during the 12 months of 1998. The data set is arranged by course number. Among the variables available to you to explain residual demand (i.e., the dependent variable is ROUNDS) are av- erage monthly green fees, average fees for the 21 substitute courses, monthly rainfall and temperature, and several variables describing course-specific characteristics (e.g., yardage, minimum distance to either Seattle or Bellevue, rating and slope measures of course difficulty, etc.).

In addition to providing consulting advice to MGS regarding green fees, also consider the question of capital improvements. Only Jefferson currently has a driving range (Jackson and West Seattle do not). None of the three MGS courses has paved cart paths. This fact may reduce play at these courses during the winter months because course managers are reluctant to rent carts when the courses are muddy.  MGS would like to increase play at its courses. Should it fund the paving of cart paths or the building of driving ranges rst (as far as the goal of increasing play is concerned)?

Your grade on this project will be based on setting up and estimating appropriate econometric regressions, running the appropriate hypothesis tests that allow you to answer the questions posed, and interpreting your results.  You should turn in an R script that contains any code that you run, in addition to a document detailing what you did, why you did it, and how you interpret your results.

Description of the data

  AVEFEE: The average price charged across all courses in a particular month

•  CART: A dummy variable that takes on the value 1 if the course has paved cart paths

  COURSE: An identier variable for the course

  DISTANCE: The minimum distance in miles of the course to either downtown Seattle or Bellevue

  FEE: The average price charged by a particular course in a particular month

  FEESUB: The average price charged by 21 other courses in a particular month

•  MGS: A dummy variable that takes on the value 1 for the three city-owned golf courses

  MONTH: A variable giving the month in question (1=January, 2=February,...)

  RAIN: Inches of rain for a given month in the Seattle area

  RANGE: A dummy variable that takes on the value 1 if the course has a driving range for practice

•  RATING: A measure of the difficulty of the course, most useful for very good golfers.  Higher ratings are more difficult courses

•  ROUNDS: The number of paid rounds of golf played at a particular course and in a particular month

•  SLOPE: A measure of the difficulty of the course, most useful for mediocre golfers. Higher slopes are more difficult courses

  TEMP: The average temperature in a given month in the Seattle area

• WINTER: A dummy variable that takes on the value of 1 during the months of November, December, January, and February

 YARD: The total yardage of the course (the total length of the course)