hhid marst age1 age2 sex1 sex2

Size: px
Start display at page:

Download "hhid marst age1 age2 sex1 sex2"

Transcription

1 The first step in the process is to select a topic that you will work on. There are 7 primary topics, and 5 secondary dimensions that you may choose from. Each team may have up to 4 people. All of the project questions can be addressed using data that I have collected and posted from the 2001 and 2014 American Community Survey (ACS). The ACS data is available as a Stata data set in G:\ECO\evenwe\eco311\ACS_data. There is also a codebook in the same directory that explains the meaning of all the variables contained in the data. The codebook is an xlm file and should be opened with an internet browser (e.g. internet explorer, firefox). To facilitate your analysis, I have created a subsample of the 2001/2014 ACS data. The subsample eliminated people in group quarters. I also eliminated any household that contained multiple families. In single-family households, I kept only the head of the household and, if the head is married, the spouse of the head. There are two data sets available: acs2010_2014_long and acs2010_2014_wide. The long data set has one observation per person. The wide data set has one observation per household. If the dependent variable you choose for your analysis is a household variable (e.g. mortgage payment, electric cost), you should use the wide data set. If it is an individual variable (e.g. number of children, earned income, weeks worked), use the long data set. In the wide data set, there is one observation per household. For each individual variable listed in the codebook, I created a variable with either a 1 or a 2 suffix representing the head and the spouse. For example, age1 is the age of the head; age2 is the age of the spouse. If the household does not have a married couple, all of the spouse variables are missing. A sample of the data is below. The variable hhid uniquely identifies each household. hhid marst age1 age2 sex1 sex2 1 never ma 39. male. 2 married, male female 3 never ma 33. male. 4 married, male female 5 divorced 40. female. The data without labels for the same observations is hhid marst age1 age2 sex1 sex

2 In the long data set, there is one observation per person. For a married couple, each person will appear as a separate line of data. If a person is married, variable names with a suffix of _sp are added to represent the spouse s values. For example, age is the person s own age, and age_sp is the person s spouse s age. A sample of observations is below: hhid marst age_sp age sex_sp sex 1 never ma. 39. male 2 married, male female 2 married, female male 3 never ma. 33. male 4 married, male female 4 married, female male 5 divorced. 40. female Deadlines Wednesday 4/12: Select a primary and secondary topic and form a team. Your choices will be posted in a google sheet distributed to class. Wednesday 4/19: Along with other students who have chosen same primary topic, submit the following (25 points) A description of the data set you will use for your primary analysis. This should include a description of the primary data source (the American Community Survey), the year of the data, and the restrictions that I described above. A description of the control variables that you will include in your analysis. Be sure to explain any modifications you made to the variables in the data set (e.g. did you have to recode variables that were missing? Did you have to convert a categorical variable to a continuous variable? Did you make dummy variables?) Discuss at least two variables that you expect will be important determinants of your primary variable and describe why you believe the effect will be positive or negative. Any sample restrictions that you are making (e.g. omitted people in certain age ranges, dropped people with missing data, etc.). Make sure that you have cleaned your data so that you have the same number of observations on the dependent and control variables. Also, describe any variables that you create or modify. For example, be sure to study the codebook to understand how variables might be coded if there are missing values (drop such observations). You may also want to adjust the units that certain variables are measured in (e.g. housing values might be converted to 1000s of dollars instead of dollars).

3 Summary statistics (mean, standard deviation, min/max). Present the results of your summary statistics in a professional table where all the variable names and the units of measurement are easily deciphered from the table and footnotes indicate the exact sample that was used to generate the summary statistics. Guidance will be provided on this. The do-file and the log-file that show how you created your data and the summary statistics. Wednesday 4/26 (35 points): Along with other students who have chosen the same primary topic, submit results of a regression analysis. The regression analysis should Provide at least 2 tests of alternative specifications (e.g. log vs linear, linear vs quadratic, dummy variables vs continuous, etc.) Describe the specifications you compared and the preferred specification based on your analysis. Present the results of your regression analysis in a professional table. Guidance will be provided on this. Discuss whether your expected effects in (2a) are confirmed by the regression analysis and whether they are statistically significant at the.05 level. Discuss the economic significance of the effects in (2a). For example, describe the effect of a one standard deviation change in the control variables on the dependent variable. Wednesday 5/3 (40 points): Submit a final paper that closely follows the format and content required in the final paper. Details on the expectations for the final format and content will be distributed separately. Individual results for secondary topic and a discussion of your conclusions. For secondary topic, provide the following analysis 1. Provide a table of summary statistics for the dependent and control variables for the two groups created by your secondary variable (e.g. by sex, race, marital status, year). Included in the summary statistics should be a t-statistic that tests the null hypothesis that the means are equal for the two groups and asterisks indicating whether the difference in means is significantly different from zero at the.10 (*),.05(**) or.01(***). 2. Provide a regression analysis that allows you to test whether the between group difference in the dependent variable is explained by differences in the control variables. Identify a couple of key variables in your regression that might help explain why there is a gap in the dependent variable between the two groups.

4 3. Provide a test of the null hypothesis that the effect of at least one key variable differs across your two groups. Describe the results of your test and explain the implications for how the variable has differential effects on the dependent variable for the two groups you are examining.

5 Primary Topics use data for 2014 only (i.e drop if year==2010) for the primary and secondary topic unless instructed otherwise. 1. Among homeowners aged with a non-zero mortgage payment, what determines the size of their mortgage payment? [MORTGAGE/MORTAMT1] 2. Among people aged who own a house, what determines the value of their house? [VALUEH] 3. Among renters aged 25-55, what determines the amount they pay in rent? [RENT] 4. What determines the amount that households with the head spend on electricity [COSTELECT]? 5. What determines the amount that households spend on water [COSTWATER]? 6. What determines the number of children that a woman aged has living in the household? [NCHILD] 7. Among people 62 and over who receive some Social Security income, what determines the level of a person s social security income? [INCSS] Secondary Topics. 1. (TIME) Has there been a significant change in the relevant dependent variable between 2001 and 2014? If so, can the change be explained by changes in the characteristics of households/people over time? If you are comparing something measure in dollars across time, be sure to use the CPI to convert to the values for 2010 to 2014 dollars. The CPI was 82.4 in 2001 and in Use the variable named YEAR to create a dummy that equals one in 2014 and is zero in You will obviously need to keep data from 2010 and 2014 for this analysis. 2. (RACE) Are there differences between African Americans and others in the relevant dependent variable? If so, can the differences be explained by differences in the characteristics of households/people? Use the variable RACE in the ACS data to create a dummy variable that equals one for African Americans and is zero for everyone else. For this analysis, you should restrict the sample to whites and blacks only (race=1 or 2). 3. (SEX) Are there sex differences in the relevant dependent variable? If so, can the differences be explained by differences in the characteristics of men and women? Create a dummy that

6 equals one for women and zero otherwise based on the SEX variable in the ACS. If your primary data is for a household level variable (e.g. electricity, value of household), sex differences should be studied only for single people (married=0). 4. (MARRIED): Are there differences between married and single people in the relevant dependent variables? If so, can the differences be explained by differences in the characteristics of men and women? Create a dummy that equals one for people who are married (spouse present or absent) and is zero otherwise based on MARST variable in the ACS. 5. Region/State: Are there differences between residents of different states or regions? If so, can the differences in the dependent variables be explained by different characteristics of the people who live in these states or regions? You may use statefip to choose two large states to compare, or you can define regions based on a collection of states (e.g. Midwest versus South). The states includes in each census region are defined here.

a. Explain why the coefficients change in the observed direction when switching from OLS to Tobit estimation.

a. Explain why the coefficients change in the observed direction when switching from OLS to Tobit estimation. 1. Using data from IRS Form 5500 filings by U.S. pension plans, I estimated a model of contributions to pension plans as ln(1 + c i ) = α 0 + U i α 1 + PD i α 2 + e i Where the subscript i indicates the

More information

The Affordable Care Act Has Led To Significant Gains In Health Insurance Coverage And Access To Care For Young Adults

The Affordable Care Act Has Led To Significant Gains In Health Insurance Coverage And Access To Care For Young Adults The Affordable Care Act Has Led To Significant Gains In Health Insurance Coverage And Access To Care For Young Adults Benjamin D. Sommers, M.D., Ph.D., Thomas Buchmueller, Ph.D., Sandra L. Decker, Ph.D.,

More information

Review questions for Multinomial Logit/Probit, Tobit, Heckit, Quantile Regressions

Review questions for Multinomial Logit/Probit, Tobit, Heckit, Quantile Regressions 1. I estimated a multinomial logit model of employment behavior using data from the 2006 Current Population Survey. The three possible outcomes for a person are employed (outcome=1), unemployed (outcome=2)

More information

United Way Worldwide: MyFreeTaxes Survey November 18-23, Report Date: January 28, 2016

United Way Worldwide: MyFreeTaxes Survey November 18-23, Report Date: January 28, 2016 United Way Worldwide: MyFreeTaxes Survey November 18-23, 2015 Report Date: January 28, 2016 Methodology Survey Type: The national public opinion survey was conducted using Lightspeed GMI online survey.

More information

Rockefeller College University at Albany

Rockefeller College University at Albany Rockefeller College University at Albany Problem Set #1: Wo s Earnings In this assignt you will investigate the observation that on average wo earn less than. It is often noted that wo's hourly earnings

More information

Renters Report Future Home Buying Optimism, While Family Financial Assistance Is Most Available to Populations with Higher Homeownership Rates

Renters Report Future Home Buying Optimism, While Family Financial Assistance Is Most Available to Populations with Higher Homeownership Rates Renters Report Future Home Buying Optimism, While Family Financial Assistance Is Most Available to Populations with Higher Homeownership Rates National Housing Survey Topic Analysis Q3 2016 Published on

More information

institution Top 10 to 20 undergraduate

institution Top 10 to 20 undergraduate Appendix Table A1 Who Responded to the Survey Dynamics of the Gender Gap for Young Professionals in the Financial and Corporate Sectors By Marianne Bertrand, Claudia Goldin, Lawrence F. Katz On-Line Appendix

More information

Jamie Wagner Ph.D. Student University of Nebraska Lincoln

Jamie Wagner Ph.D. Student University of Nebraska Lincoln An Empirical Analysis Linking a Person s Financial Risk Tolerance and Financial Literacy to Financial Behaviors Jamie Wagner Ph.D. Student University of Nebraska Lincoln Abstract Financial risk aversion

More information

Women in the Labor Force: A Databook

Women in the Labor Force: A Databook Cornell University ILR School DigitalCommons@ILR Federal Publications Key Workplace Documents 2-2013 Women in the Labor Force: A Databook Bureau of Labor Statistics Follow this and additional works at:

More information

CURRENT INCOME: PART 1

CURRENT INCOME: PART 1 CURRENT INCOME: PART 1 This section deals with your household income. If you are married, information MUST be provided for both spouses, even if only one person is filing. Please provide the husband s

More information

Women in the Labor Force: A Databook

Women in the Labor Force: A Databook Cornell University ILR School DigitalCommons@ILR Federal Publications Key Workplace Documents 9-2007 Women in the Labor Force: A Databook Bureau of Labor Statistics Follow this and additional works at:

More information

AMERICA AT HOME SURVEY American Attitudes on Homeownership, the Home-Buying Process, and the Impact of Student Loan Debt

AMERICA AT HOME SURVEY American Attitudes on Homeownership, the Home-Buying Process, and the Impact of Student Loan Debt AMERICA AT HOME SURVEY 2017 American Attitudes on Homeownership, the Home-Buying Process, and the Impact of Student Loan Debt 1 Objective and Methodology Objective The purpose of the survey was to understand

More information

Segmentation Survey. Results of Quantitative Research

Segmentation Survey. Results of Quantitative Research Segmentation Survey Results of Quantitative Research August 2016 1 Methodology KRC Research conducted a 20-minute online survey of 1,000 adults age 25 and over who are not unemployed or retired. The survey

More information

Table 4. Probit model of union membership. Probit coefficients are presented below. Data from March 2008 Current Population Survey.

Table 4. Probit model of union membership. Probit coefficients are presented below. Data from March 2008 Current Population Survey. 1. Using a probit model and data from the 2008 March Current Population Survey, I estimated a probit model of the determinants of pension coverage. Three specifications were estimated. The first included

More information

Women in the Labor Force: A Databook

Women in the Labor Force: A Databook Cornell University ILR School DigitalCommons@ILR Federal Publications Key Workplace Documents 12-2011 Women in the Labor Force: A Databook Bureau of Labor Statistics Follow this and additional works at:

More information

Women in the Labor Force: A Databook

Women in the Labor Force: A Databook Cornell University ILR School DigitalCommons@ILR Federal Publications Key Workplace Documents 12-2010 Women in the Labor Force: A Databook Bureau of Labor Statistics Follow this and additional works at:

More information

COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION

COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION Technical Report: February 2013 By Sarah Riley Qing Feng Mark Lindblad Roberto Quercia Center for Community Capital

More information

Program on Retirement Policy Number 1, February 2011

Program on Retirement Policy Number 1, February 2011 URBAN INSTITUTE Retirement Security Data Brief Program on Retirement Policy Number 1, February 2011 Poverty among Older Americans, 2009 Philip Issa and Sheila R. Zedlewski About one in three Americans

More information

Economic Status of. Older Women. The. Status Report CONTACT INFORMATION. Acknowledgements

Economic Status of. Older Women. The. Status Report CONTACT INFORMATION. Acknowledgements July 2010 The Economic Status t of Older CONTACT INFORMATION Office on the Economic Status of OESW Legislative Coordinating Commission Minnesota State Legislature 85 State Office Building St. Paul, Minnesota

More information

COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION

COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION Technical Report: February 2012 By Sarah Riley HongYu Ru Mark Lindblad Roberto Quercia Center for Community Capital

More information

Labor Participation and Gender Inequality in Indonesia. Preliminary Draft DO NOT QUOTE

Labor Participation and Gender Inequality in Indonesia. Preliminary Draft DO NOT QUOTE Labor Participation and Gender Inequality in Indonesia Preliminary Draft DO NOT QUOTE I. Introduction Income disparities between males and females have been identified as one major issue in the process

More information

GAO GENDER PAY DIFFERENCES. Progress Made, but Women Remain Overrepresented among Low-Wage Workers. Report to Congressional Requesters

GAO GENDER PAY DIFFERENCES. Progress Made, but Women Remain Overrepresented among Low-Wage Workers. Report to Congressional Requesters GAO United States Government Accountability Office Report to Congressional Requesters October 2011 GENDER PAY DIFFERENCES Progress Made, but Women Remain Overrepresented among Low-Wage Workers GAO-12-10

More information

2016 Status Report: WOMEN, WORK AND WAGES IN VERMONT

2016 Status Report: WOMEN, WORK AND WAGES IN VERMONT 2016 Status Report: WOMEN, WORK AND WAGES IN VERMONT This brief is published by Change The Story VT (CTS), a multi-year strategy to align philanthropy, policy, and program to significantly improve women

More information

Table 1 Annual Median Income of Households by Age, Selected Years 1995 to Median Income in 2008 Dollars 1

Table 1 Annual Median Income of Households by Age, Selected Years 1995 to Median Income in 2008 Dollars 1 Fact Sheet Income, Poverty, and Health Insurance Coverage of Older Americans, 2008 AARP Public Policy Institute Median household income and median family income in the United States declined significantly

More information

Page 1 of 20. Please return completed packet to Houston Habitat for 3750 N McCarty St., Houston, TX 77029

Page 1 of 20. Please return completed packet to Houston Habitat for 3750 N McCarty St., Houston, TX 77029 Page 1 of 20 Page 2 of 20 Houston Habitat for Humanity Family Selection Criteria YOU MUST BE A US CITIZEN OR HAVE A PERMANENT RESIDENT STATUS YOU MUST BE ON YOUR JOB FOR AT LEAST ONE YEAR YOU MUST HAVE

More information

COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION

COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION Technical Report: March 2011 By Sarah Riley HongYu Ru Mark Lindblad Roberto Quercia Center for Community Capital

More information

Appendix for Incidence, Salience and Spillovers: The Direct and Indirect Effects of Tax Credits on Wages

Appendix for Incidence, Salience and Spillovers: The Direct and Indirect Effects of Tax Credits on Wages Appendix for Incidence, Salience and Spillovers: The Direct and Indirect Effects of Tax Credits on Wages Table A.1. Parameters of Family Credit and WFTC ( per week) April 1999 (FC) October 1999 (WFTC)

More information

Gender Pay Differences: Progress Made, but Women Remain Overrepresented Among Low- Wage Workers

Gender Pay Differences: Progress Made, but Women Remain Overrepresented Among Low- Wage Workers Cornell University ILR School DigitalCommons@ILR Federal Publications Key Workplace Documents 10-2011 Gender Pay Differences: Progress Made, but Women Remain Overrepresented Among Low- Wage Workers Government

More information

Wage Gap Estimation with Proxies and Nonresponse

Wage Gap Estimation with Proxies and Nonresponse Wage Gap Estimation with Proxies and Nonresponse Barry Hirsch Department of Economics Andrew Young School of Policy Studies Georgia State University, Atlanta Chris Bollinger Department of Economics University

More information

ASSOCIATED PRESS-LIFEGOESSTRONG.COM BOOMERS SURVEY CONDUCTED BY KNOWLEDGE NETWORKS March 16, 2011

ASSOCIATED PRESS-LIFEGOESSTRONG.COM BOOMERS SURVEY CONDUCTED BY KNOWLEDGE NETWORKS March 16, 2011 1350 Willow Rd, Suite 102 Menlo Park, CA 94025 www.knowledgenetworks.com Interview dates: March 04 March 13, 2011 Interviews: 1,490 adults, including 1,160 baby boomers Sampling margin of error for a 50%

More information

Houston Habitat for Humanity Family Selection Criteria

Houston Habitat for Humanity Family Selection Criteria Houston Habitat for Humanity Family Selection Criteria YOU MUST BE A US CITIZEN OR HAVE A PERMANENT RESIDENT STATUS YOU MUST BE ON YOUR JOB FOR AT LEAST ONE YEAR YOU MUST HAVE A NEED FOR ADEQUATE HOUSING

More information

ASSOCIATED PRESS-LIFEGOESSTRONG.COM BOOMERS SURVEY OCTOBER 2011 CONDUCTED BY KNOWLEDGE NETWORKS October 14, 2011

ASSOCIATED PRESS-LIFEGOESSTRONG.COM BOOMERS SURVEY OCTOBER 2011 CONDUCTED BY KNOWLEDGE NETWORKS October 14, 2011 2100 Geng Road Suite 100 Palo Alto, CA 94303 www.knowledgenetworks.com Interview dates: October 5 October 12, 2011 Interviews: 1,410 adults; 1,095 boomers Sampling margin of error for a 50% statistic with

More information

FIGURE I.1 / Per Capita Gross Domestic Product and Unemployment Rates. Year

FIGURE I.1 / Per Capita Gross Domestic Product and Unemployment Rates. Year FIGURE I.1 / Per Capita Gross Domestic Product and Unemployment Rates 40,000 12 Real GDP per Capita (Chained 2000 Dollars) 35,000 30,000 25,000 20,000 15,000 10,000 5,000 Real GDP per Capita Unemployment

More information

New Low for Personal Finances; Overall Confidence Comes Close

New Low for Personal Finances; Overall Confidence Comes Close ABC NEWS CONSUMER INDEX 6/21/09 EMBARGOED FOR RELEASE AFTER 5 p.m. Tuesday, June 23, 2009 New Low for Personal Finances; Overall Confidence Comes Close Americans ratings of their personal finances have

More information

ECO671, Spring 2014, Sample Questions for First Exam

ECO671, Spring 2014, Sample Questions for First Exam 1. Using data from the Survey of Consumers Finances between 1983 and 2007 (the surveys are done every 3 years), I used OLS to examine the determinants of a household s credit card debt. Credit card debt

More information

CHAPTER V. PRESENTATION OF RESULTS

CHAPTER V. PRESENTATION OF RESULTS CHAPTER V. PRESENTATION OF RESULTS This study is designed to develop a conceptual model that describes the relationship between personal financial wellness and worker job productivity. A part of the model

More information

HOW THE WAGE GAP HURTS WOMEN AND FAMILIES FACT SHEET FACT SHEET. How the Wage Gap Hurts Women and Families. April 2013

HOW THE WAGE GAP HURTS WOMEN AND FAMILIES FACT SHEET FACT SHEET. How the Wage Gap Hurts Women and Families. April 2013 EMPLOYMENT FACT SHEET How the Wage Gap Hurts Women and Families April 2013 American women who work full time, year round are paid only 77 cents for every dollar paid to their male counterparts. 2 This

More information

A Single-Tier Pension: What Does It Really Mean? Appendix A. Additional tables and figures

A Single-Tier Pension: What Does It Really Mean? Appendix A. Additional tables and figures A Single-Tier Pension: What Does It Really Mean? Rowena Crawford, Soumaya Keynes and Gemma Tetlow Institute for Fiscal Studies Appendix A. Additional tables and figures Table A.1. Characteristics of those

More information

CONVERGENCES IN MEN S AND WOMEN S LIFE PATTERNS: LIFETIME WORK, LIFETIME EARNINGS, AND HUMAN CAPITAL INVESTMENT $

CONVERGENCES IN MEN S AND WOMEN S LIFE PATTERNS: LIFETIME WORK, LIFETIME EARNINGS, AND HUMAN CAPITAL INVESTMENT $ CONVERGENCES IN MEN S AND WOMEN S LIFE PATTERNS: LIFETIME WORK, LIFETIME EARNINGS, AND HUMAN CAPITAL INVESTMENT $ Joyce Jacobsen a, Melanie Khamis b and Mutlu Yuksel c a Wesleyan University b Wesleyan

More information

The Impact of Tracing Variation on Response Rates within Panel Studies

The Impact of Tracing Variation on Response Rates within Panel Studies The Impact of Tracing Variation on Response Rates within Panel Studies Christine Carr Jennifer Wallin Kathleen Considine Azot Derecho Sarah Harris Barbara Bibb RTI International is a trade name of Research

More information

Gender, Wealth and Inequality in the U.S. Mariko Chang, PhD

Gender, Wealth and Inequality in the U.S. Mariko Chang, PhD Gender, Wealth and Inequality in the U.S. Mariko Chang, PhD Wealth = Assets-Liabilities Assets: Savings, Checking Accounts Real Estate Owned Stocks, Bonds, Mutual Funds Business Assets 401k, IRAs Etc.

More information

Schedule J: Your Expenses 12/13

Schedule J: Your Expenses 12/13 Fill in this information to identify your case: Debtor 1 Debtor 2 (Spouse, if filing) United States Bankruptcy Court for the: District of (State) Case number _ (If known) Check if this is an amended filing

More information

KEY FINDING: COUPLES AND DEBT

KEY FINDING: COUPLES AND DEBT TOP FINDINGS FROM THE 2018 FIDELITY INVESTMENTS A FEW WORDS ABOUT THE STUDY The 2018 Fidelity Investments Couples & Money Study analyzes retirement and financial expectations and preparedness among 1,662

More information

Income and Poverty Among Older Americans in 2008

Income and Poverty Among Older Americans in 2008 Income and Poverty Among Older Americans in 2008 Patrick Purcell Specialist in Income Security October 2, 2009 Congressional Research Service CRS Report for Congress Prepared for Members and Committees

More information

LIS Self Teaching Package Stata version. Part II: Gender, employment, and wages

LIS Self Teaching Package Stata version. Part II: Gender, employment, and wages LIS Self Teaching Package 2018 Stata version Part II: Gender, employment, and wages 0 1 Part II Gender, employment, and wages Overall Plan and Structure of the Exercise The exercises in Part I demonstrated

More information

TAMPA BAY COMMUNITY DEVELOPMENT CORPORATION

TAMPA BAY COMMUNITY DEVELOPMENT CORPORATION TAMPA BAY COMMUNITY DEVELOPMENT CORPORATION 2139 NE Coachman Road, Suite 1, Clearwater, Florida 33765 (727) 442-7075 Fax (727) 451-3323 www.tampabaycdc.org Dear Prospective Homeowner: Congratulations!

More information

PENSIONS POLICY INSTITUTE. Automatic enrolment changes

PENSIONS POLICY INSTITUTE. Automatic enrolment changes Automatic enrolment changes This report is based upon modelling commissioned by NOW: Pensions Limited. A Technical Modelling Report by Silene Capparotto and Tim Pike. Published by the Pensions Policy

More information

Assets of Low Income Households by SNAP Eligibility and Participation in Final Report. October 19, Carole Trippe Bruce Schechter

Assets of Low Income Households by SNAP Eligibility and Participation in Final Report. October 19, Carole Trippe Bruce Schechter Assets of Low Income Households by SNAP Eligibility and Participation in 2010 Final Report October 19, 2010 Carole Trippe Bruce Schechter This page has been left blank for double-sided copying. Contract

More information

Public-private sector pay differential in UK: A recent update

Public-private sector pay differential in UK: A recent update Public-private sector pay differential in UK: A recent update by D H Blackaby P D Murphy N C O Leary A V Staneva No. 2013-01 Department of Economics Discussion Paper Series Public-private sector pay differential

More information

THE AP-GfK POLL October, 2013

THE AP-GfK POLL October, 2013 Public Affairs & Corporate Communications THE AP-GfK POLL October, 2013 Conducted by GfK Public Affairs & Corporate Communications A survey of the American general population (ages 18+) Interview dates:

More information

THE AP-GfK POLL December, 2013

THE AP-GfK POLL December, 2013 Public Affairs & Corporate Communications THE AP-GfK POLL December, 2013 Conducted by GfK Public Affairs & Corporate Communications A survey of the American general population (ages 18+) Interview dates:

More information

APPLICANT INFORMATION Applicant's Full Name (First M.I. Last) Social Security Number Citizenship

APPLICANT INFORMATION Applicant's Full Name (First M.I. Last) Social Security Number Citizenship APPLICATION CREDIT REQUESTED Application Date Application ID Amount Requested Term Product Specific Purpose of Loan We intend to apply for Joint Credit. Borrower Co-Borrower What branch would you like

More information

Overdraft Frequency and Payday Borrowing An analysis of characteristics associated with overdrafters

Overdraft Frequency and Payday Borrowing An analysis of characteristics associated with overdrafters A brief from Feb 2015 Overdraft Frequency and Payday Borrowing An analysis of characteristics associated with overdrafters Overview According to an analysis of banks account data published by the Consumer

More information

Who may we thank for inviting you?

Who may we thank for inviting you? Please sign below after you read and understand our program and policies. Referral Program For every new patient you invite to Dr. Cariello, you will receive a $25 account credit to be used in our office.

More information

American Community Survey 5-Year Estimates

American Community Survey 5-Year Estimates DP05 ACS DEMOGRAPHIC AND HOUSING ESTIMATES 2011-2015 American Community Survey 5-Year Estimates Supporting documentation on code lists, subject definitions, data accuracy, and statistical testing can be

More information

American Community Survey 5-Year Estimates

American Community Survey 5-Year Estimates DP05 ACS DEMOGRAPHIC AND HOUSING ESTIMATES 2011-2015 American Community Survey 5-Year Estimates Supporting documentation on code lists, subject definitions, data accuracy, and statistical testing can be

More information

Application for a Sussex County Habitat Home

Application for a Sussex County Habitat Home Please return to: Sussex County Habitat for Humanity PO Box 497 Branchville, NJ 07826 Questions? Call Sussex Habitat at 973-948-4850 Or e-mail sussexcountyhfh@yahoo.com Application for a Sussex County

More information

THE AP-GfK POLL October, 2013

THE AP-GfK POLL October, 2013 Public Affairs & Corporate Communications THE AP-GfK POLL October, 2013 Conducted by GfK Public Affairs & Corporate Communications A survey of the American general population (ages 18+) Interview dates:

More information

TAMPA BAY COMMUNITY DEVELOPMENT CORPORATION

TAMPA BAY COMMUNITY DEVELOPMENT CORPORATION TAMPA BAY COMMUNITY DEVELOPMENT CORPORATION 2139 NE Coachman Road, Suite 1, Clearwater, Florida 33765 (727) 442-7075 Fax (727) 451-3323 www.tampabaycdc.org Dear Prospective Homeowner: Congratulations!

More information

Home Improvement Loan Application

Home Improvement Loan Application Home Improvement Loan Application Submit your application and required documents by email, mail, or hand deliver. Email to: eotero@cityofboise.org Mail to: Boise City HCD Hand deliver: 150 N Capitol Blvd

More information

The American Panel Survey. Study Description and Technical Report Public Release 1 November 2013

The American Panel Survey. Study Description and Technical Report Public Release 1 November 2013 The American Panel Survey Study Description and Technical Report Public Release 1 November 2013 Contents 1. Introduction 2. Basic Design: Address-Based Sampling 3. Stratification 4. Mailing Size 5. Design

More information

Saving for Retirement: Household Bargaining and Household Net Worth

Saving for Retirement: Household Bargaining and Household Net Worth Saving for Retirement: Household Bargaining and Household Net Worth Shelly J. Lundberg University of Washington and Jennifer Ward-Batts University of Michigan Prepared for presentation at the Second Annual

More information

Aging Seminar Series:

Aging Seminar Series: Aging Seminar Series: Income and Wealth of Older Americans Domestic Social Policy Division Congressional Research Service November 19, 2008 Introduction Aging Seminar Series Focus on important issues regarding

More information

Linstock Budget 2014 UK Sample : 24th - 25th March 2014

Linstock Budget 2014 UK Sample : 24th - 25th March 2014 Total Gender within Gender Male Female Base Male Female 18-24 25-34 35-44 45-54 55+ 18-24 25-34 35-44 45-54 55+ 18-24 25-34 35-44 45-54 55+ OLB_q1. Thinking about managing your finances in, which ONE of

More information

Equity Loan, Line of Credit, and Consumer Loan Application

Equity Loan, Line of Credit, and Consumer Loan Application Equity Loan, Line of Credit, and Consumer Loan Application Thank you for considering Investors Savings Bank for your banking needs. Your completed application may be mailed to Investors Savings Bank, 101

More information

Codebook: Weighted Frequencies from Main Survey (using WEIGHT2 for the entire sample)

Codebook: Weighted Frequencies from Main Survey (using WEIGHT2 for the entire sample) Codebook: Weighted Frequencies from Main Survey (using WEIGHT2 for the entire sample) QFLAG DATA ONLY: Qualification Flag 1 Qualified Frequency 100.0 QUOTA Quota 1 AGE 45-52 : 0 < RETMID / INCMID

More information

Name: 1. Use the data from the following table to answer the questions that follow: (10 points)

Name: 1. Use the data from the following table to answer the questions that follow: (10 points) Economics 345 Mid-Term Exam October 8, 2003 Name: Directions: You have the full period (7:20-10:00) to do this exam, though I suspect it won t take that long for most students. You may consult any materials,

More information

Package rpms. May 5, 2018

Package rpms. May 5, 2018 Type Package Package rpms May 5, 2018 Title Recursive Partitioning for Modeling Survey Data Version 0.3.0 Date 2018-04-20 Maintainer Daniell Toth Fits a linear model to survey data

More information

8025 Liberty Road Windsor Mill, MD Phone: Fax:

8025 Liberty Road Windsor Mill, MD Phone: Fax: Workshop Date: CLIENT INTAKE FORM (PRE-ONE ON ONE) 8025 Liberty Road Windsor Mill, MD 21244 Phone: 410-496-1214 Fax: 410-496-9352 DIVERSIFIED HOUSING DEVELOPMENT, INC. Name: _ First MI Last _ Street _

More information

Tables Describing the Asset and Vehicle Holdings of Low-Income Households in 2002

Tables Describing the Asset and Vehicle Holdings of Low-Income Households in 2002 Contract No.: FNS-03-030-TNN /43-3198-3-3724 MPR Reference No.: 6044-413 Tables Describing the Asset and Vehicle Holdings of Low-Income Households in 2002 Final Report May 2007 Carole Trippe Bruce Schechter

More information

TABLE 1. PROFILE OF GENERAL DEMOGRAPHIC CHARACTERISTICS

TABLE 1. PROFILE OF GENERAL DEMOGRAPHIC CHARACTERISTICS Waterloo city, Iowa TABLE 1. PROFILE OF GENERAL DEMOGRAPHIC CHARACTERISTICS Estimate Lower Bound Upper Bound Total population 66,659 64,093 69,225 SEX AND AGE Male 32,096 30,415 33,777 Female 34,563 33,025

More information

Appendix A. Additional Results

Appendix A. Additional Results Appendix A Additional Results for Intergenerational Transfers and the Prospects for Increasing Wealth Inequality Stephen L. Morgan Cornell University John C. Scott Cornell University Descriptive Results

More information

2008 Financial Literacy Survey

2008 Financial Literacy Survey Summary Report and Topline 2008 Financial Literacy Survey Prepared by Princeton Survey Research Associates International for the National Foundation for Credit Counseling and MSN Money 04.29.08 Many economists

More information

Statistics about Sleaford Navigation

Statistics about Sleaford Navigation Statistics about Ward is within LAD or UA People Statistics Resident Population and Age The resident population of, as measured in the 2001 Census, was 1,800 of which 46 per cent were male and 54 per cent

More information

Who Saves for Retirement? Mark Bryan, Birgitta Rabe, Mark Taylor (ISER) James Lloyd (Strategic Society Centre) CASE seminar, 16 th May 2012

Who Saves for Retirement? Mark Bryan, Birgitta Rabe, Mark Taylor (ISER) James Lloyd (Strategic Society Centre) CASE seminar, 16 th May 2012 17/5/212 Who Saves for Retirement? Mark Bryan, Birgitta Rabe, Mark Taylor (ISER) James Lloyd (Strategic Society Centre) CASE seminar, 16 th May 212 Research supported by Prudential Background Low pension

More information

American Community Survey 5-Year Estimates

American Community Survey 5-Year Estimates DP02 SELECTED SOCIAL CHARACTERISTICS IN THE UNITED STATES 2007-2011 American Community Survey 5-Year Estimates Supporting documentation on code lists, subject definitions, data accuracy, and statistical

More information

Commission District 4 Census Data Aggregation

Commission District 4 Census Data Aggregation Commission District 4 Census Data Aggregation 2011-2015 American Community Survey Data, U.S. Census Bureau Table 1 (page 2) Table 2 (page 2) Table 3 (page 3) Table 4 (page 4) Table 5 (page 4) Table 6 (page

More information

MetLife Retirement Income. A Survey of Pre-Retiree Knowledge of Financial Retirement Issues

MetLife Retirement Income. A Survey of Pre-Retiree Knowledge of Financial Retirement Issues MetLife Retirement Income IQ Study A Survey of Pre-Retiree Knowledge of Financial Retirement Issues June, 2008 The MetLife Mature Market Institute Established in 1997, the Mature Market Institute (MMI)

More information

ASSESSMENT OF IMPACT OF STAFFING RESTRUCTURE

ASSESSMENT OF IMPACT OF STAFFING RESTRUCTURE ASSESSMENT OF IMPACT OF STAFFING RESTRUCTURE Service Community Services Title of policy, function or service Housing Value for Money Review Phase 2 Lead officer Rachel Dawson People involved with completing

More information

APPENDIX 6: CENSUS DATA BURLINGTON, VERMONT

APPENDIX 6: CENSUS DATA BURLINGTON, VERMONT APPENDIX 6: CENSUS DATA BURLINGTON, VERMONT 2000 CENSUS DATA 2005-2007 AMERICAN COMMUNITY SURVEY Burlington city, Vermont - Fact Sheet - American FactFinder Page 1 of 2 FACT SHEET Burlington

More information

Labor Supply and Taxation in Europe

Labor Supply and Taxation in Europe Labor Supply and Taxation in Europe Fabrizio Colonna - Banca d Italia Stefania Marcassa - Paris School of Economics November 16, 2010 Motivation Observe differences in Female Labor Force Participation

More information

LONG ISLAND INDEX SURVEY CLIMATE CHANGE AND ENERGY ISSUES Spring 2008

LONG ISLAND INDEX SURVEY CLIMATE CHANGE AND ENERGY ISSUES Spring 2008 LONG ISLAND INDEX SURVEY CLIMATE CHANGE AND ENERGY ISSUES Spring 2008 Pervasive Belief in Climate Change but Fewer See Direct Personal Consequences There is broad agreement among Long Islanders that global

More information

Northwest Census Data Aggregation

Northwest Census Data Aggregation Northwest Census Data Aggregation 2011-2015 American Community Survey Data, U.S. Census Bureau Table 1 (page 2) Table 2 (page 2) Table 3 (page 3) Table 4 (page 4) Table 5 (page 4) Table 6 (page 5) Table

More information

Demographic and Other Statistics for Women and Men Aged 50 and Older,

Demographic and Other Statistics for Women and Men Aged 50 and Older, Demographic and Other Statistics for Women and Men Aged 50 and Older, 1999-2001 Population in 2001 Proportion of Population Over Age 50 30.0 % 28.6 % 28.6 % 25.2 % Age Distribution: 50-61 41.9 49.6 45.5

More information

Medicare, Medicaid and the health status of individuals in Washington State, USA

Medicare, Medicaid and the health status of individuals in Washington State, USA Eastern Washington University EWU Digital Commons EWU Masters Thesis Collection Student Research and Creative Works 2013 Medicare, Medicaid and the health status of individuals in Washington State, USA

More information

Riverview Census Data Aggregation

Riverview Census Data Aggregation Riverview Census Data Aggregation 2011-2015 American Community Survey Data, U.S. Census Bureau Table 1 (page 2) Table 2 (page 2) Table 3 (page 3) Table 4 (page 4) Table 5 (page 4) Table 6 (page 5) Table

More information

California Dreaming or California Struggling?

California Dreaming or California Struggling? California Dreaming or California Struggling? 2017 Findings from the AARP study of California Adults Ages 36-70 in the Workforce #CADreamingOrStruggling https://doi.org/10.26419/res.00163.001 SURVEY METHODOLOGY

More information

Uniform Residential Loan Application

Uniform Residential Loan Application To be completed by the Lender: Lender Loan No./Universal Loan Identifier Agency Case No. Verify and complete the information on this application. If you are applying for this loan with others, each additional

More information

COMMUNITY: PROGRAM: ORIGINAL DATE: TIME: UPDATE: TIME:

COMMUNITY: PROGRAM: ORIGINAL DATE: TIME: UPDATE: TIME: SUBJECT: APPLICANT FOR RESIDENCY TAX CREDIT COMMUNITIES COMMUNITY: PROGRAM: ORIGINAL DATE: TIME: UPDATE: TIME: HOW DID YOU HEAR ABOUT US? APARTMENT SIZE: APPLICANT NAME (FIRST, MIDDLE, LAST): CURRENT ADDRESS:

More information

Zipe Code Census Data Aggregation

Zipe Code Census Data Aggregation Zipe Code 66101 Census Data Aggregation 2011-2015 American Community Survey Data, U.S. Census Bureau Table 1 (page 2) Table 2 (page 2) Table 3 (page 3) Table 4 (page 4) Table 5 (page 4) Table 6 (page 5)

More information

Zipe Code Census Data Aggregation

Zipe Code Census Data Aggregation Zipe Code 66103 Census Data Aggregation 2011-2015 American Community Survey Data, U.S. Census Bureau Table 1 (page 2) Table 2 (page 2) Table 3 (page 3) Table 4 (page 4) Table 5 (page 4) Table 6 (page 5)

More information

Massachusetts Household Survey on Health Insurance Status, 2007

Massachusetts Household Survey on Health Insurance Status, 2007 Massachusetts Household Survey on Health Insurance Status, 2007 Division of Health Care Finance and Policy Executive Office of Health and Human Services Massachusetts Household Survey Methodology Administered

More information

Ministry of Health, Labour and Welfare Statistics and Information Department

Ministry of Health, Labour and Welfare Statistics and Information Department Special Report on the Longitudinal Survey of Newborns in the 21st Century and the Longitudinal Survey of Adults in the 21st Century: Ten-Year Follow-up, 2001 2011 Ministry of Health, Labour and Welfare

More information

Data Description 2015 Consumption and Activities Mail Survey (CAMS) Version Introduction

Data Description 2015 Consumption and Activities Mail Survey (CAMS) Version Introduction Data Description 2015 Consumption and Activities Mail Survey (CAMS) Version 1.0 1. Introduction In the fall of 2015, questionnaires assessing individual activities and household patterns of consumption

More information

The View from. Chicago: 1,000 residents share their perspectives on life in Chicagoland, the local economy and personal finances.

The View from. Chicago: 1,000 residents share their perspectives on life in Chicagoland, the local economy and personal finances. The View from Chicago: 1,000 residents share their perspectives on life in Chicagoland, the local economy and personal finances September 2014 Methodology What An online study among a sample of the general

More information

Nebraska Ryan White Program

Nebraska Ryan White Program For office use only: Date Received: MR#: Nebraska Ryan White Program Application Information Date: Check all the programs applying for: Part B Part C Part D ADAP ADAP co-payment assistance Wait list If

More information

The Family Gap phenomenon: does having children impact on parents labour market outcomes?

The Family Gap phenomenon: does having children impact on parents labour market outcomes? The Family Gap phenomenon: does having children impact on parents labour market outcomes? By Amber Dale Applied Economic Analysis 1. Introduction and Background In recent decades the workplace has seen

More information

PSID Technical Report. Construction and Evaluation of the 2009 Longitudinal Individual and Family Weights. June 21, 2011

PSID Technical Report. Construction and Evaluation of the 2009 Longitudinal Individual and Family Weights. June 21, 2011 PSID Technical Report Construction and Evaluation of the 2009 Longitudinal Individual and Family Weights June 21, 2011 Steven G. Heeringa, Patricia A. Berglund, Azam Khan University of Michigan, Ann Arbor,

More information

Gender Differences in the Labor Market Effects of the Dollar

Gender Differences in the Labor Market Effects of the Dollar Gender Differences in the Labor Market Effects of the Dollar Linda Goldberg and Joseph Tracy Federal Reserve Bank of New York and NBER April 2001 Abstract Although the dollar has been shown to influence

More information

Changes in Economic Mobility

Changes in Economic Mobility December 11 Changes in Economic Mobility Lin Xia SM 222 Prof. Shulamit Kahn Xia 2 EXECUTIVE SUMMARY Over years, income inequality has been one of the most continuously controversial topics. Most recent

More information