ECO 335 Spring 2015
I. Go to the NY Fed’s “Eight Different Faces of the Labor Market” webpage available at http://www.newyorkfed.org/labor-conditions/ where the Federal Reserve Bank of New York presents a variety of important labor market indicators. The site provides both definitions and graphs. Click on the appropriate graphs/sections to answer the following questions:
1. What is the current unemployment rate and how has the rate varied since 2000?
2. What is the current employment-to-population ratio and how has it varied since January 2000?
3. Go to the “Hours” section and look at the average weekly hours 12-month change graph. What pattern(s) do you observe in the data?
4. How has the Labor Force Participation Rate changed since January 2000?
5. What is the most recent figure for initial jobless claims? (Note: This figure is in thousands.)
6. Looking at average hourly earnings (12-month % change), at what average rate would you say wages have been growing since the recession?
7. How have vacancy rates and hire rates changed from January 2002 through the present?
8. What is the current trend in the quits rate?
9. Based on your analysis, how would you say the labor market is performing?
10. Are there any other factors that you think one should consider in evaluating the labor market? You can draw from additional data on the site and class discussions to answer this question.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

