This is certainly a time series. We can see very strong patterns in the correlation matrix. This comes out in this form...

Size: px
Start display at page:

Download "This is certainly a time series. We can see very strong patterns in the correlation matrix. This comes out in this form..."

Transcription

1 Gas Price regression... This is based on data file GasolineMarket.mpj. This is certainly a time series. We can see very strong patterns in the correlation matrix. This comes out in this form... Correlations: Expenditure, Population, GasPrice, Income, P_NewCars,... Expenditure Population GasPrice Income Population.9 GasPrice Income P_NewCars P_UsedCars P_PublicTrans P_Durables P_Nondurables P_Services P_NewCars P_UsedCars P_PublicTrans P_Durables P_UsedCars.994 P_PublicTrans.9.92 P_Durables P_Nondurables P_Services P_Nondurables P_Services.994 Cell Contents: Pearson correlation It looks nicer if we re-organize the layout: Expend- Gas P_New P_Used P_Public P_ P_Noniture Popn Price Income Cars Cars Trans Durables durables Population.9 GasPrice Income P_NewCars P_UsedCars P_PublicTrans P_Durables P_Nondurables P_Services The problem is that everything is moving forward in time together. So what explains GasPrice?

2 Let s try the run on just P_NewCars, P_UsedCars, Population. Regression Analysis: GasPrice versus P_NewCars, P_UsedCars, Population The regression equation is GasPrice = P_NewCars -.42 P_UsedCars Population Predictor Coef SE Coef T P VIF Constant P_NewCars P_UsedCars Population S =.223 R-Sq = 9.7% R-Sq(adj) = 9.% Analysis of Variance Source DF SS MS F P Regression Error Total 4467 Source DF Seq SS P_NewCars P_UsedCars 226 Population 76 Unusual Observations Obs P_NewCars GasPrice Fit SE Fit St Resid R R R R R R denotes an observation with a large standardized residual. Durbin-Watson statistic =.4399 With no critical thought, this looks great! But... here are facts about the residuals: 2

3 99 Normal Probability Plot Plots for GasPrice Year Versus Fits Percent Fitted Value Histogram Versus Order Frequency Observation Order 4 4 The plot in sequence order is a clear indication that the residuals have some type of time-based dependence. Moreover, the Durbin-Watson statistic is very small. As a side note, we ll record the residuals and then get the autocorrelation function plot. Here s what that plot looks like: Autocorrelation Autocorrelation Function for RESI (with % significance limits for the autocorrelations) Lag

4 And here are the autocorrelations: Lag ACF T LBQ This is a common situation. We note that the first autocorrelation is large (.7) and statistically significant. Correction Attempt. Use time itself as a predictor. Regression Analysis: GasPrice versus P_NewCars, P_UsedCars,... The regression equation is GasPrice = P_NewCars -.3 P_UsedCars -.7 Population +. Year Predictor Coef SE Coef T P VIF Constant P_NewCars P_UsedCars Population Year S =.2 R-Sq = 9.% R-Sq(adj) =.9% Analysis of Variance Source DF SS MS F P Regression Error Total 4467 Source DF Seq SS P_NewCars P_UsedCars 226 Population 76 Year 39 Unusual Observations Obs P_NewCars GasPrice Fit SE Fit St Resid R R R R denotes an observation with a large standardized residual. Durbin-Watson statistic =.466 This has failed. The Durbin-Watson statistic is very small. Plots involving the residuals are bad also, but they are not shown here. 4

5 Correction Attempt 2: Use the differenced data. The dependent variable and all the independent variables should be differenced. In Minitab, use Stat Time Series Differences. This will reduce the sample size by. The plots look much better. Plots for GasPriceDiff 99 Normal Probability Plot 2 Versus Fits Percent Fitted Value Histogram 2 Versus Order Frequency Observation Order 4 4 The Durbin-Watson statistic is.46699, which is at the low end of borderline values.

6 Correction attempt 3: Use the lagged version of the dependent variable. In Minitab, use Stat Time Series Lag. Again, this will drop the sample size by. Regression Analysis: GasPrice versus P_NewCars, P_UsedCars,... The regression equation is GasPrice = P_NewCars -.43 P_UsedCars +.27 Population +.9 GasPriceLag cases used, cases contain missing values Predictor Coef SE Coef T P VIF Constant P_NewCars P_UsedCars Population GasPriceLag S = R-Sq = 96.3% R-Sq(adj) = 96.% Analysis of Variance Source DF SS MS F P Regression Error Total 4724 Source DF Seq SS P_NewCars 422 P_UsedCars 2 Population 2 GasPriceLag 329 Unusual Observations Obs P_NewCars GasPrice Fit SE Fit St Resid R R R R R denotes an observation with a large standardized residual. Durbin-Watson statistic =.6793 This is not perfect either, but the Durbin-Watson statistic has crossed, just barely, into the zone at which we can accept ρ =. 6

7 Here are the relevant plots: Plots for GasPrice 99 Normal Probability Plot 2 Versus Fits Percent Fitted Value 2 Histogram 2 Versus Order Frequency Observation Order 4 4 This is tough to live with, but we could do it. Note that the coefficient on GasPriceLag is.9, close to. The fitted equation was GasPrice = P_NewCars -.43 P_UsedCars +.27 Population +.9 GasPriceLag This can be rearranged as GasPrice -.9 GasPriceLag = P_NewCars -.43 P_UsedCars +.27 Population -.9 GasPriceLag The left side is almost the same as GasPriceDiff. An objection to using the lagged variable on the right side of the equation is that we are mixing up dependent and independent variables. 7

8 Correction Attempt 4: Use the Cochrane-Orcutt method. There are several variations on this method. The essence of the concept is estimating the * autocorrelation coefficient ρ and then computing Y i = Y ˆ i ρ Yi and doing the same thing for each independent variable. There are several ways to get ˆρ. Start with the initial regression, which is where we were on pages -3. In the printout from the autocorrelation, we found that the first autocorrelation was DW computed as.727, and we can call this ˆρ. Some like to use ˆρ = ; here this is = These are not all that far apart. Let s use 2 ˆρ =.7. In Minitab, we will need to create the lagged variable, and then use Calc Calculator to perform (original).7 (lagged). Here are the results: Regression Analysis: GasPriceAdj versus NewCarAdj, UsedCarAdj, PopnAdj The regression equation is GasPriceAdj = NewCarAdj -.76 UsedCarAdj +.2 PopnAdj cases used, cases contain missing values Predictor Coef SE Coef T P VIF Constant NewCarAdj UsedCarAdj PopnAdj S = R-Sq = 7.7% R-Sq(adj) = 69.9% Analysis of Variance Source DF SS MS F P Regression Error Total 677. Source DF Seq SS NewCarAdj UsedCarAdj 22.2 PopnAdj 32. Unusual Observations Obs NewCarAdj GasPriceAdj Fit SE Fit St Resid R R R RX R denotes an observation with a large standardized residual. X denotes an observation whose X value gives it large leverage. Durbin-Watson statistic =.2766

9 This has actually made the Durbin-Watson statistic a little worse (lower). Here are the plots: Plots for GasPriceAdj 99 Normal Probability Plot 2 Versus Fits Percent Fitted Value Histogram 2 Versus Order Frequency Observation Order 4 4 This particular data set may have incurable issues. The series are all very smooth for the first (about) twenty years and then become irregular. The statistical word for this problem is non-stationarity. 9

This is certainly a time series. We can see very strong patterns in the correlation matrix. This comes out in this form...

This is certainly a time series. We can see very strong patterns in the correlation matrix. This comes out in this form... Gas Price regression... This is based on data file GasolineMarket.mpj. Here is a schematic of the data file: Year Expenditure Population GasPrice Income NewCars UsedCars Public Trans Durables Nondurables

More information

Multiple Regression-FORCED-ENTRY HIERARCHICAL MODEL Dennessa Gooden/ Samantha Okegbe COM 631/731 Spring 2018 Data: Film & TV Usage 2015 I. MODEL.

Multiple Regression-FORCED-ENTRY HIERARCHICAL MODEL Dennessa Gooden/ Samantha Okegbe COM 631/731 Spring 2018 Data: Film & TV Usage 2015 I. MODEL. Multiple Regression-FORCED-ENTRY HIERARCHICAL MODEL Dennessa Gooden/ Samantha Okegbe COM 6/7 Spring 08 Data: Film & TV Usage 05 IVs Block : Demographics Q: Age Q: Education Q: Income I. MODEL Block : Movie

More information

Sociology Exam 1 Answer Key February 18, 2011

Sociology Exam 1 Answer Key February 18, 2011 Sociology 63993 Exam 1 Answer Key February 18, 2011 I. True-False. (20 points) Indicate whether the following statements are true or false. If false, briefly explain why. 1. A data set contains a few extreme

More information

Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras

Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras Lecture 09 Basics of Hypothesis Testing Hello friends, welcome

More information

Brandeis University Maurice and Marilyn Cohen Center for Modern Jewish Studies

Brandeis University Maurice and Marilyn Cohen Center for Modern Jewish Studies Brandeis University Maurice and Marilyn Cohen Center for Modern Jewish Studies Millennial Children of Intermarriage: Touchpoints and Trajectories of Jewish Engagement Technical Appendices Theodore Sasson

More information

Lampiran 1. Daftar Sampel Reksa dana campuran syariah

Lampiran 1. Daftar Sampel Reksa dana campuran syariah Lampiran 1. Daftar Sampel Reksa dana campuran syariah NO Nama Reksa Dana 1 AAA Amanah Syariah Fund 2 Cipta Syariah Balance 3 Danareksa Syariah Berimbang 4 Berimbang 5 Panin Dana Syariah Berimbang 6 PNM

More information

Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur

Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur Lecture No. #05 Review of Probability and Statistics I Good afternoon, it is Tapan Bagchi again. I have

More information

Asian Economic and Financial Review THE TREND ANALYSIS OF ISLAMIZATION IN MALAYSIA USING ISLAMIZATION INDEX AS INDICATOR. W. A. Wan Omar.

Asian Economic and Financial Review THE TREND ANALYSIS OF ISLAMIZATION IN MALAYSIA USING ISLAMIZATION INDEX AS INDICATOR. W. A. Wan Omar. Asian Economic and Financial Review journal homepage: http://www.aessweb.com/journals/5002 THE TREND ANALYSIS OF ISLAMIZATION IN MALAYSIA USING ISLAMIZATION INDEX AS INDICATOR W. A. Wan Omar Department

More information

Tests of Homogeneity and Independence

Tests of Homogeneity and Independence Tests of Homogeneity and Independence Lecture 52 Sections 14.5 Robb T. Koether Hampden-Sydney College Mon, Apr 26, 2010 Robb T. Koether (Hampden-Sydney College) Tests of Homogeneity and Independence Mon,

More information

Okay, good afternoon everybody. Hope everyone can hear me. Ronet, can you hear me okay?

Okay, good afternoon everybody. Hope everyone can hear me. Ronet, can you hear me okay? Okay, good afternoon everybody. Hope everyone can hear me. Ronet, can you hear me okay? I can. Okay. Great. Can you hear me? Yeah. I can hear you. Wonderful. Well again, good afternoon everyone. My name

More information

POLS 205 Political Science as a Social Science. Making Inferences from Samples

POLS 205 Political Science as a Social Science. Making Inferences from Samples POLS 205 Political Science as a Social Science Making Inferences from Samples Christopher Adolph University of Washington, Seattle May 10, 2010 Chris Adolph (UW) Making Inferences from Samples May 10,

More information

ABSTRACT. Religion and Economic Growth: An Analysis at the City Level. Ran Duan, M.S.Eco. Mentor: Lourenço S. Paz, Ph.D.

ABSTRACT. Religion and Economic Growth: An Analysis at the City Level. Ran Duan, M.S.Eco. Mentor: Lourenço S. Paz, Ph.D. ABSTRACT Religion and Economic Growth: An Analysis at the City Level Ran Duan, M.S.Eco. Mentor: Lourenço S. Paz, Ph.D. This paper looks at the effect of religious beliefs on economic growth using a Brazilian

More information

The World Wide Web and the U.S. Political News Market: Online Appendices

The World Wide Web and the U.S. Political News Market: Online Appendices The World Wide Web and the U.S. Political News Market: Online Appendices Online Appendix OA. Political Identity of Viewers Several times in the paper we treat as the left- most leaning TV station. Posner

More information

Prakriti and Quantity of Semen: An Observational Clinical Study

Prakriti and Quantity of Semen: An Observational Clinical Study Review article Indian Journal of Ancient Medicine and Yoga 151 Volume 5 Number 3, July - September 2012 Prakriti and Quantity of Semen: An Observational Clinical Study V.G. Huddar*, B.S. Prasad** Abstract

More information

When Financial Information Meets Religiosity in Philanthropic Giving: The Case of Taiwan

When Financial Information Meets Religiosity in Philanthropic Giving: The Case of Taiwan World Review of Business Research Vol. 1. No. 1. March 2011. Pp. 150-165 When Financial Information Meets Religiosity in Philanthropic Giving: The Case of Taiwan Tungshan Chou 1 and Hiewu Su 2 This study

More information

It is One Tailed F-test since the variance of treatment is expected to be large if the null hypothesis is rejected.

It is One Tailed F-test since the variance of treatment is expected to be large if the null hypothesis is rejected. EXST 7014 Experimental Statistics II, Fall 2018 Lab 10: ANOVA and Post ANOVA Test Due: 31 st October 2018 OBJECTIVES Analysis of variance (ANOVA) is the most commonly used technique for comparing the means

More information

How many imputations do you need? A two stage calculation using a quadratic rule

How many imputations do you need? A two stage calculation using a quadratic rule Sociological Methods and Research, in press 2018 How many imputations do you need? A two stage calculation using a quadratic rule Paul T. von Hippel University of Texas, Austin Abstract 0F When using multiple

More information

Family Studies Center Methods Workshop

Family Studies Center Methods Workshop oncentral Family Studies Center Methods Workshop Temple University ovember 14, 2014 (Temple University) ovember 14, 2014 1 / 47 oncentral Understand the role of statistical power analysis in family studies

More information

Introduction Chapter 1 of Social Statistics

Introduction Chapter 1 of Social Statistics Introduction p.1/22 Introduction Chapter 1 of Social Statistics Chris Lawrence cnlawren@olemiss.edu Introduction p.2/22 Introduction In this chapter, we will discuss: What statistics are Introduction p.2/22

More information

DETERMINANTS OF HIGHER EDUCATION ISLAMIC ENDOWMENT (WAQF) ATTRIBUTES AMONG MUSLIMS IN MALAYSIA

DETERMINANTS OF HIGHER EDUCATION ISLAMIC ENDOWMENT (WAQF) ATTRIBUTES AMONG MUSLIMS IN MALAYSIA Volume: 3 Issue: 12 [June, 2018] pp. 1-9] Journal of Islamic, Social, Economics and Development eissn: 0128-1755 Journal website: www.jised.com DETERMINANTS OF HIGHER EDUCATION ISLAMIC ENDOWMENT (WAQF)

More information

NPTEL NPTEL ONINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking

NPTEL NPTEL ONINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking NPTEL NPTEL ONINE CERTIFICATION COURSE Introduction to Machine Learning Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking Prof. Balaraman Ravindran Computer Science and Engineering Indian

More information

Supplement to: Aksoy, Ozan Motherhood, Sex of the Offspring, and Religious Signaling. Sociological Science 4:

Supplement to: Aksoy, Ozan Motherhood, Sex of the Offspring, and Religious Signaling. Sociological Science 4: Supplement to: Aksoy, Ozan. 2017. Motherhood, Sex of the Offspring, and. Sociological Science 4: 511-527. S1 Online supplement for Motherhood, Sex of the Offspring, and A: A simple model of veiling as

More information

P 97 Personality and the Practice of Ministry

P 97 Personality and the Practice of Ministry P 97 Personality and the Practice of Ministry Statistical Tables Further Resources The accompanying Grove Pastoral booklet has been written as far as possible to make sense to readers who are unfamiliar

More information

T his study aimed to analyze the comparative

T his study aimed to analyze the comparative Advance Research Journal of Multi-Disciplinary Discoveries I Vol. 18.0 I Issue I ISSN NO : 2456-1045 A comparative analysis of the relationship of nature of poverty with Zakat collection and real gross

More information

The Impact of Islamization on Income Inequality and Economic Growth Nexus in Malaysia

The Impact of Islamization on Income Inequality and Economic Growth Nexus in Malaysia The Impact of Islamization on Income Inequality and Economic Growth Nexus in Malaysia The Impact of Islamization on Income Inequality and Economic Growth Nexus in Malaysia Wan Ahmad Wan Omar 1, Hafizah

More information

Netherlands Interdisciplinary Demographic Institute, The Hague, The Netherlands

Netherlands Interdisciplinary Demographic Institute, The Hague, The Netherlands Does the Religious Context Moderate the Association Between Individual Religiosity and Marriage Attitudes across Europe? Evidence from the European Social Survey Aart C. Liefbroer 1,2,3 and Arieke J. Rijken

More information

The following content is provided under a Creative Commons license. Your support

The following content is provided under a Creative Commons license. Your support MITOCW Lecture 15 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a

More information

Factors Influencing on Peaceful Co-Existence: Christian s Living in Tehran

Factors Influencing on Peaceful Co-Existence: Christian s Living in Tehran Open Access Library Journal 2017, Volume 4, e2384 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Factors Influencing on Peaceful Co-Existence: Christian s Living in Tehran Mirzaei Farahnaz *, Hassan Ali

More information

Radiomics for Disease Characterization: An Outcome Prediction in Cancer Patients

Radiomics for Disease Characterization: An Outcome Prediction in Cancer Patients Radiomics for Disease Characterization: An Outcome Prediction in Cancer Patients Magnuson, S. J., Peter, T. K., and Smith, M. A. Department of Biostatistics University of Iowa July 19, 2018 Magnuson, Peter,

More information

This report is organized in four sections. The first section discusses the sample design. The next

This report is organized in four sections. The first section discusses the sample design. The next 2 This report is organized in four sections. The first section discusses the sample design. The next section describes data collection and fielding. The final two sections address weighting procedures

More information

The Augmented Misery Index

The Augmented Misery Index The Augmented Misery Index Gary Hufbauer, Peterson Institute for International Economics Jisun Kim, Peterson Institute for International Economics Howard Rosen, Peterson Institute for International Economics

More information

Module - 02 Lecturer - 09 Inferential Statistics - Motivation

Module - 02 Lecturer - 09 Inferential Statistics - Motivation Introduction to Data Analytics Prof. Nandan Sudarsanam and Prof. B. Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras

More information

ISLAMIC CALENDAR EFFECT ON THE SAUDI STOCK MARKET (TASI)

ISLAMIC CALENDAR EFFECT ON THE SAUDI STOCK MARKET (TASI) ISLAMIC CALENDAR EFFECT ON THE SAUDI STOCK MARKET (TASI) Sada Khaled Al Saud Sada.AlSaud@gmail.com Dublin City University Collage of business administration MSc in Business Administration Abstract Despite

More information

ANALYSIS OF LIQUIDITY FACTORS THAT INFLUENCE EXCESS STOCK RETURN WITH RELATIVE MEASURE OF LIQUIDITY INCLUDED; WITHIN COMPANIES ALWAYS LISTED IN LQ45

ANALYSIS OF LIQUIDITY FACTORS THAT INFLUENCE EXCESS STOCK RETURN WITH RELATIVE MEASURE OF LIQUIDITY INCLUDED; WITHIN COMPANIES ALWAYS LISTED IN LQ45 ANALYSIS OF LIQUIDITY FACTORS THAT INFLUENCE EXCESS STOCK RETURN WITH RELATIVE MEASURE OF LIQUIDITY INCLUDED; WITHIN COMPANIES ALWAYS LISTED IN LQ45 2002-2012 A Thesis Presented as Partial Fulfillment

More information

HIGH POINT UNIVERSITY POLL MEMO RELEASE 2/10/2017 (UPDATE)

HIGH POINT UNIVERSITY POLL MEMO RELEASE 2/10/2017 (UPDATE) ELEMENTS Population represented Sample size Mode of data collection Type of sample (probability/nonprobability) HIGH POINT UNIVERSITY POLL MEMO RELEASE 2/10/2017 (UPDATE) DETAILS Adults in North Carolina

More information

I also occasionally write for the Huffington Post: knoll/

I also occasionally write for the Huffington Post:  knoll/ I am the John Marshall Harlan Associate Professor of Politics at Centre College. I teach undergraduate courses in political science, including courses that focus on the intersection of identity, religion,

More information

Grade 7 Math Connects Suggested Course Outline for Schooling at Home 132 lessons

Grade 7 Math Connects Suggested Course Outline for Schooling at Home 132 lessons Grade 7 Math Connects Suggested Course Outline for Schooling at Home 132 lessons I. Introduction: (1 day) Look at p. 1 in the textbook with your child and learn how to use the math book effectively. DO:

More information

McDougal Littell High School Math Program. correlated to. Oregon Mathematics Grade-Level Standards

McDougal Littell High School Math Program. correlated to. Oregon Mathematics Grade-Level Standards Math Program correlated to Grade-Level ( in regular (non-capitalized) font are eligible for inclusion on Oregon Statewide Assessment) CCG: NUMBERS - Understand numbers, ways of representing numbers, relationships

More information

CONGREGATIONS ON THE GROW: SEVENTH-DAY ADVENTISTS IN THE U.S. CONGREGATIONAL LIFE STUDY

CONGREGATIONS ON THE GROW: SEVENTH-DAY ADVENTISTS IN THE U.S. CONGREGATIONAL LIFE STUDY CONGREGATIONS ON THE GROW: SEVENTH-DAY ADVENTISTS IN THE U.S. CONGREGATIONAL LIFE STUDY The U.S. Congregational Life Survey (USCLS) was a poll of individuals who attend church or other worship facilities

More information

Georgia Quality Core Curriculum

Georgia Quality Core Curriculum correlated to the Grade 8 Georgia Quality Core Curriculum McDougal Littell 3/2000 Objective (Cite Numbers) M.8.1 Component Strand/Course Content Standard All Strands: Problem Solving; Algebra; Computation

More information

Extended Abstract submission. Differentials in Fertility among Muslim and Non-Muslim: A Comparative study of Asian countries

Extended Abstract submission. Differentials in Fertility among Muslim and Non-Muslim: A Comparative study of Asian countries Extended Abstract submission Differentials in Fertility among Muslim and Non-Muslim: A Comparative study of Asian countries First Author: Tamal Reja Senior Research Associate GIDS, Lucknow Phone No-+ 91-9892404598

More information

Analysis of the Relationship between Religious Participation and Economic Recessions

Analysis of the Relationship between Religious Participation and Economic Recessions Analysis of the Relationship between Religious Participation and Economic Recessions Reginald J. Harris 1 MBA Candidate Augusta State University Hull College of Business 2500 Walton Way Augusta, GA 30904

More information

An Analysis of Zakat Expenditure and Real Output: Theory and Empirical Evidence

An Analysis of Zakat Expenditure and Real Output: Theory and Empirical Evidence An Analysis of Zakat Expenditure and Real Output: Theory and Empirical Evidence Mohammed B. Yusoff International Islamic University Malaysia e-mail: mohammed.yusoff@iiu.edu.my ABSTRACT This study advocates

More information

Christian-Muslim Relationships in Medan. and Dalihan na tolu. A Social Capital Study. of The Batak Cultural Values

Christian-Muslim Relationships in Medan. and Dalihan na tolu. A Social Capital Study. of The Batak Cultural Values Christian-Muslim Relationships in Medan and Dalihan na tolu A Social Capital Study of The Batak Cultural Values and Their Effect on Interreligious Encounters Godlif J. Sianipar Christian-Muslim Relationships

More information

Work Hard or Pray Hard? Religion and Attitudes toward Work

Work Hard or Pray Hard? Religion and Attitudes toward Work Work Hard or Pray Hard? Religion and Attitudes toward Work Prince EyiMensah Huazhong University of Science and Technology Department of Economics 430074, WuhanHubei P. R. China. Zhong Chunping Chinese

More information

The Scripture Engagement of Students at Christian Colleges

The Scripture Engagement of Students at Christian Colleges The 2013 Christian Life Survey The Scripture Engagement of Students at Christian Colleges The Center for Scripture Engagement at Taylor University HTTP://TUCSE.Taylor.Edu In 2013, the Center for Scripture

More information

Near and Dear? Evaluating the Impact of Neighbor Diversity on Inter-Religious Attitudes

Near and Dear? Evaluating the Impact of Neighbor Diversity on Inter-Religious Attitudes Near and Dear? Evaluating the Impact of Neighbor Diversity on Inter-Religious Attitudes Sharon Barnhardt, Institute for Financial Management & Research UNSW 16 September, 2011 Motivation Growing evidence

More information

Grade 6 Math Connects Suggested Course Outline for Schooling at Home

Grade 6 Math Connects Suggested Course Outline for Schooling at Home Grade 6 Math Connects Suggested Course Outline for Schooling at Home I. Introduction: (1 day) Look at p. 1 in the textbook with your child and learn how to use the math book effectively. DO: Scavenger

More information

AMERICAN SECULARISM CULTUR AL CONTOURS OF NONRELIGIOUS BELIEF SYSTEMS. Joseph O. Baker & Buster G. Smith

AMERICAN SECULARISM CULTUR AL CONTOURS OF NONRELIGIOUS BELIEF SYSTEMS. Joseph O. Baker & Buster G. Smith AMERICAN SECULARISM CULTUR AL CONTOURS OF NONRELIGIOUS BELIEF SYSTEMS Joseph O. Baker & Buster G. Smith American Secularism: Cultural Contours of Nonreligious Belief Systems Joseph O. Baker and Buster

More information

Religiosity and Growth Revisited: Estimating a Causal E ect

Religiosity and Growth Revisited: Estimating a Causal E ect Religiosity and Growth Revisited: Estimating a Causal E ect Jean Francois Carpantier y Anastasia Litina z February 13, 2014 Abstract Exploiting variations in the inherited component of religiosity of migrants

More information

CHAPTER FIVE SAMPLING DISTRIBUTIONS, STATISTICAL INFERENCE, AND NULL HYPOTHESIS TESTING

CHAPTER FIVE SAMPLING DISTRIBUTIONS, STATISTICAL INFERENCE, AND NULL HYPOTHESIS TESTING CHAPTER FIVE SAMPLING DISTRIBUTIONS, STATISTICAL INFERENCE, AND NULL HYPOTHESIS TESTING OBJECTIVES To lay the groundwork for the procedures discussed in this book by examining the general theory of data

More information

IJRIM Volume 6, Issue 6 (June, 2016) (ISSN ) International Journal of Research in IT & Management (IMPACT FACTOR 5.96)

IJRIM Volume 6, Issue 6 (June, 2016) (ISSN ) International Journal of Research in IT & Management (IMPACT FACTOR 5.96) Factors affecting perfection and quality of work (Itqan) Applied Study on workers who belong to Shaqra University, College of Science and Humanities Studies (Thadiq), KSA. Dr. Mohamed Hassan Mahmoud Farg

More information

Globalization And Religion David Skinner, ( Mount Vernon Nazarene University

Globalization And Religion David Skinner, (  Mount Vernon Nazarene University Globalization And Religion David Skinner, (Email: dskinner@mvnu.edu), Mount Vernon Nazarene University Abstract This paper empirically examines whether globalization has a religious dimension. As far as

More information

Appendix 1. Towers Watson Report. UMC Call to Action Vital Congregations Research Project Findings Report for Steering Team

Appendix 1. Towers Watson Report. UMC Call to Action Vital Congregations Research Project Findings Report for Steering Team Appendix 1 1 Towers Watson Report UMC Call to Action Vital Congregations Research Project Findings Report for Steering Team CALL TO ACTION, page 45 of 248 UMC Call to Action: Vital Congregations Research

More information

Statistics for Experimentalists Prof. Kannan. A Department of Chemical Engineering Indian Institute of Technology - Madras

Statistics for Experimentalists Prof. Kannan. A Department of Chemical Engineering Indian Institute of Technology - Madras Statistics for Experimentalists Prof. Kannan. A Department of Chemical Engineering Indian Institute of Technology - Madras Lecture - 23 Hypothesis Testing - Part B (Refer Slide Time: 00:22) So coming back

More information

Domestic violence and faith communities. The impact of spirituality on women of faith in abusive relationships

Domestic violence and faith communities. The impact of spirituality on women of faith in abusive relationships Domestic violence and faith communities The impact of spirituality on women of faith in abusive relationships American Public Health Association 133 rd Annual Meeting Marciana L. Popescu Sharon Gillespie

More information

Department of Economics, Faculty of Economics and Political Sciences, Omdurman Islamic University, Sudan Shaqra University, KSA (Secondment)

Department of Economics, Faculty of Economics and Political Sciences, Omdurman Islamic University, Sudan Shaqra University, KSA (Secondment) DOI: 1.126/ijssm.v4i2.17174 Factors Affecting Perfection and Quality of Work (Itqan) Applied Study on Workers who belong to Shaqra University, College of Science and Humanities, Thadiq Branch, KSA Mohamed

More information

AN EXPLORATORY SURVEY EXAMINING THE FAMILIARITY WITH AND ATTITUDES TOWARD CRYONIC PRESERVATION. W. Scott Badger, Ph.D. ABSTRACT INTRODUCTION

AN EXPLORATORY SURVEY EXAMINING THE FAMILIARITY WITH AND ATTITUDES TOWARD CRYONIC PRESERVATION. W. Scott Badger, Ph.D. ABSTRACT INTRODUCTION Journal of Evolution and Technology. December 1998. Vol. 3 AN EXPLORATORY SURVEY EXAMINING THE FAMILIARITY WITH AND ATTITUDES TOWARD CRYONIC PRESERVATION W. Scott Badger, Ph.D. ABSTRACT A consumer survey

More information

Measuring religious intolerance across Indonesian provinces

Measuring religious intolerance across Indonesian provinces Measuring religious intolerance across Indonesian provinces How do Indonesian provinces vary in the levels of religious tolerance among their Muslim populations? Which province is the most tolerant and

More information

NEWS AND RECORD / HIGH POINT UNIVERSITY POLL MEMO RELEASE 3/1/2017

NEWS AND RECORD / HIGH POINT UNIVERSITY POLL MEMO RELEASE 3/1/2017 ELEMENTS Population represented Sample size Mode of data collection NEWS AND RECORD / HIGH POINT UNIVERSITY POLL MEMO RELEASE 3/1/2017 Type of sample (probability/nonprobability) DETAILS Adults in North

More information

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare

More information

DISTRIBUTION OF CINNABAR (HgS) IN ALLUVIAL SEDIMENTS IN BULGARIA

DISTRIBUTION OF CINNABAR (HgS) IN ALLUVIAL SEDIMENTS IN BULGARIA Comptes rendus de l'academie bulgare des Sciences Tome 58, No 11, 2005 DISTRIBUTION OF CINNABAR (HgS) IN ALLUVIAL SEDIMENTS IN BULGARIA O. Vitov, I. Marinova (Submitted by Corresponding Member I. Velinov

More information

New Research Explores the Long- Term Effect of Spiritual Activity among Children and Teens

New Research Explores the Long- Term Effect of Spiritual Activity among Children and Teens New Research Explores the Long- Term Effect of Spiritual Activity among Children and Teens November 16, 2009 - What is the connection between childhood faith and adult religious commitment? Parents and

More information

NEWS AND RECORD / HIGH POINT UNIVERSITY POLL MEMO RELEASE 3/29/2018

NEWS AND RECORD / HIGH POINT UNIVERSITY POLL MEMO RELEASE 3/29/2018 NEWS AND RECORD / HIGH POINT UNIVERSITY POLL MEMO RELEASE 3/29/2018 ELEMENTS Population represented Sample size Mode of data collection Type of sample (probability/nonprobability) Start and end dates of

More information

ISLAM, DEMOCRACY, AND PUBLIC OPINION IN AFRICA

ISLAM, DEMOCRACY, AND PUBLIC OPINION IN AFRICA Afrobarometer Briefing Paper No. 3 September 2 ISLAM, DEMOCRACY, AND PUBLIC OPINION IN AFRICA How do religious orientations, especially attachments to Islam, affect public support for democracy in sub-saharan

More information

Religious affiliation, religious milieu, and contraceptive use in Nigeria (extended abstract)

Religious affiliation, religious milieu, and contraceptive use in Nigeria (extended abstract) Victor Agadjanian Scott Yabiku Arizona State University Religious affiliation, religious milieu, and contraceptive use in Nigeria (extended abstract) Introduction Religion has played an increasing role

More information

MISSOURI S FRAMEWORK FOR CURRICULAR DEVELOPMENT IN MATH TOPIC I: PROBLEM SOLVING

MISSOURI S FRAMEWORK FOR CURRICULAR DEVELOPMENT IN MATH TOPIC I: PROBLEM SOLVING Prentice Hall Mathematics:,, 2004 Missouri s Framework for Curricular Development in Mathematics (Grades 9-12) TOPIC I: PROBLEM SOLVING 1. Problem-solving strategies such as organizing data, drawing a

More information

Content Area Variations of Academic Language

Content Area Variations of Academic Language Academic Expressions for Interpreting in Language Arts 1. It really means because 2. The is a metaphor for 3. It wasn t literal; that s the author s way of describing how 4. The author was trying to teach

More information

Human Capital and the Supply of Religion *

Human Capital and the Supply of Religion * Human Capital and the Supply of Religion * Joseph Engelberg Raymond Fisman Jay C. Hartzell Christopher A. Parsons October 2012 Abstract: We study the role of labor inputs in the production of religion

More information

Factors related to students focus on God

Factors related to students focus on God The Christian Life Survey 2014-2015 Administration at 22 Christian Colleges tucse.taylor.edu Factors related to students focus on God Introduction Every year tens of thousands of students arrive at Christian

More information

Evangelicals, the Gospel, and Jewish People

Evangelicals, the Gospel, and Jewish People Evangelicals, the Gospel, and Jewish People Representative Survey of 2,002 Americans With Evangelical Beliefs Sponsored by Chosen People Ministries and Author, Joel C Rosenberg 2 Methodology LifeWay Research

More information

In Our Own Words 2000 Research Study

In Our Own Words 2000 Research Study The Death Penalty and Selected Factors from the In Our Own Words 2000 Research Study Prepared on July 25 th, 2001 DEATH PENALTY AND SELECTED FACTORS 2 WHAT BRINGS US TOGETHER: A PRESENTATION OF THE IOOW

More information

Analysis of Heart Rate Variability during Meditative and Non-Meditative State using Analysis Of variance

Analysis of Heart Rate Variability during Meditative and Non-Meditative State using Analysis Of variance Available online at http://www.ijabbr.com International journal of Advanced Biological and Biomedical Research Volume 1, Issue 7, 2013: 728-736 Analysis of Heart Rate Variability during Meditative and

More information

The 2010 Jewish Population Study of Metropolitan Chicago METHODOLOGY REPORT

The 2010 Jewish Population Study of Metropolitan Chicago METHODOLOGY REPORT n Job #I1188 The 2010 Jewish Population Study of Metropolitan Chicago METHODOLOGY REPORT On behalf of the Jewish United Fund/Jewish Federation of Metropolitan Chicago, Ukeles Associates (UAI) contracted

More information

Chapter V. Conclusion and Suggestion

Chapter V. Conclusion and Suggestion Chapter V Conclusion and Suggestion 5.1 Conclusion After conducting several test to identify the presence of Eid al-itr holiday effect, there are some conclusions that can be made, such as: 1. Since the

More information

A Deep Survey on Sole and Essence of Hand Mudra(s)

A Deep Survey on Sole and Essence of Hand Mudra(s) A Deep Survey on Sole and Essence of Hand Mudra(s) 1 Nagarajan M, 2 Mayuranathan M, 3 Jayanthi S 1 Programmer, 2 Assistant Professor, 3 Assistant Professor 1 Department of Computer Science and Engineering

More information

HIGH POINT UNIVERSITY POLL MEMO RELEASE 4/7/2017 (UPDATE)

HIGH POINT UNIVERSITY POLL MEMO RELEASE 4/7/2017 (UPDATE) ELEMENTS Population represented Sample size Mode of data collection Type of sample (probability/nonprobability) HIGH POINT UNIVERSITY POLL MEMO RELEASE 4/7/2017 (UPDATE) DETAILS Adults in North Carolina.

More information

Conservative Protestants and Wealth: How Religion Perpetuates Asset Poverty*

Conservative Protestants and Wealth: How Religion Perpetuates Asset Poverty* Conservative Protestants and Wealth: How Religion Perpetuates Asset Poverty* Lisa A. Keister Duke University Department of Sociology Box 90008 Durham, NC 27708 Lkeister@soc.duke.edu September 2007 Word

More information

Identity and Curriculum in Catholic Education

Identity and Curriculum in Catholic Education Identity and Curriculum in Catholic Education Survey of teachers opinions regarding certain aspects of Catholic Education Executive summary A survey instrument (Appendix 1), designed by working groups

More information

Module 02 Lecture - 10 Inferential Statistics Single Sample Tests

Module 02 Lecture - 10 Inferential Statistics Single Sample Tests Introduction to Data Analytics Prof. Nandan Sudarsanam and Prof. B. Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras

More information

Market Share and Religious Competition: Do Small Market Share Congregations and Their Leaders Try Harder?

Market Share and Religious Competition: Do Small Market Share Congregations and Their Leaders Try Harder? Market Share and Religious Competition: Do Small Market Share Congregations and Their Leaders Try Harder? JONATHAN P. HILL Department of Sociology & Social Work Calvin College DANIEL V. A. OLSON Department

More information

The Effect of Religiosity on Class Attendance. Abstract

The Effect of Religiosity on Class Attendance. Abstract Curt Raney Introduction to Data Analysis Spring 2000 Word : 1,157 The Effect of Religiosity on Class Attendance Abstract This paper reports the results of a survey of college students showing that religiosity

More information

The Zeal of the Convert: Religious Characteristics of Americans who Switch Religions

The Zeal of the Convert: Religious Characteristics of Americans who Switch Religions The Zeal of the Convert: Religious Characteristics of Americans who Switch Religions By Allison Pond, Gregory Smith, Neha Sahgal and Scott F. Clement Pew Forum on Religion & Public Life Abstract: Religion

More information

Factors related to students spiritual orientations

Factors related to students spiritual orientations The Christian Life Survey 2014-2015 Administration at 22 Christian Colleges tucse.taylor.edu Factors related to students spiritual orientations Introduction The Christian Life Survey (CLS) uses a set of

More information

HIGH POINT UNIVERSITY POLL MEMO RELEASE 11/29/2017 (UPDATE)

HIGH POINT UNIVERSITY POLL MEMO RELEASE 11/29/2017 (UPDATE) HIGH POINT UNIVERSITY POLL MEMO RELEASE 11/29/2017 (UPDATE) ELEMENTS Population represented Sample size Mode of data collection Type of sample (probability/nonprobability) Start and end dates of data collection

More information

The Pennsylvania State University. The Graduate School. College of the Liberal Arts UNDERSTANDING HOW CONGREGATIONS PROMOTE COMMUNITY

The Pennsylvania State University. The Graduate School. College of the Liberal Arts UNDERSTANDING HOW CONGREGATIONS PROMOTE COMMUNITY The Pennsylvania State University The Graduate School College of the Liberal Arts UNDERSTANDING HOW CONGREGATIONS PROMOTE COMMUNITY INVOLVEMENT AND PROSOCIAL BEHAVIOR A Dissertation in Sociology by Jennifer

More information

Values, Trends, and the Arab Spring

Values, Trends, and the Arab Spring Values, Trends, and the Arab Spring Mansoor Moaddel (PI) Arland Thornton (Co-PI) Stuart Karabenick Linda Young-DeMarco Julie de Jong We thank the Office of Naval Research, the National Science Foundation,

More information

CHAPTER 17: UNCERTAINTY AND RANDOM: WHEN IS CONCLUSION JUSTIFIED?

CHAPTER 17: UNCERTAINTY AND RANDOM: WHEN IS CONCLUSION JUSTIFIED? CHAPTER 17: UNCERTAINTY AND RANDOM: WHEN IS CONCLUSION JUSTIFIED? INTERPRETATION AND CONCLUSIONS Deduction the use of facts to reach a conclusion seems straightforward and beyond reproach. The reality

More information

Correlates of Youth Group Size and Growth in the Anglican Diocese of Sydney: National Church Life Survey (NCLS) data

Correlates of Youth Group Size and Growth in the Anglican Diocese of Sydney: National Church Life Survey (NCLS) data Correlates of Youth Group Size and Growth in the Anglican Diocese of Sydney: National Church Life Survey (NCLS) data Prepared for: Graham Stanton and Jon Thorpe, Youthworks College and Sarie King, Effective

More information

Upward Wealth Mobility: Exploring the Roman Catholic Advantage

Upward Wealth Mobility: Exploring the Roman Catholic Advantage Upward Wealth Mobility: Exploring the Roman Catholic Advantage Lisa A. Keister, Duke University Wealth inequality is among the most extreme forms of stratification in the United States, and upward wealth

More information

Probability Distributions TEACHER NOTES MATH NSPIRED

Probability Distributions TEACHER NOTES MATH NSPIRED Math Objectives Students will compare the distribution of a discrete sample space to distributions of randomly selected outcomes from that sample space. Students will identify the structure that emerges

More information

On the Relationship between Religiosity and Ideology

On the Relationship between Religiosity and Ideology Curt Raney Introduction to Data Analysis Spring 1997 Word Count: 1,583 On the Relationship between Religiosity and Ideology Abstract This paper reports the results of a survey of students at a small college

More information

HIGH POINT UNIVERSITY POLL MEMO RELEASE 3/31/2015

HIGH POINT UNIVERSITY POLL MEMO RELEASE 3/31/2015 HIGH POINT UNIVERSITY POLL MEMO RELEASE 3/31/2015 ELEMENTS Population represented Sample size Mode of data collection Type of sample (probability/nonprobability) Start and end dates of data collection

More information

Studying Religion-Associated Variations in Physicians Clinical Decisions: Theoretical Rationale and Methodological Roadmap

Studying Religion-Associated Variations in Physicians Clinical Decisions: Theoretical Rationale and Methodological Roadmap Studying Religion-Associated Variations in Physicians Clinical Decisions: Theoretical Rationale and Methodological Roadmap Farr A. Curlin, MD Kenneth A. Rasinski, PhD Department of Medicine The University

More information

Muslim teachers conceptions of evolution in several countries

Muslim teachers conceptions of evolution in several countries Muslim teachers conceptions of evolution in several countries Pierre Clément To cite this version: Pierre Clément. Muslim teachers conceptions of evolution in several countries. Public Understanding of

More information

Appendix A: Scaling and regression analysis

Appendix A: Scaling and regression analysis 1 Appendix A: Scaling and regression analysis Nationalist, anti-immigrant and anti-minority views (NIM) scale and regression analysis Dependent Variable (NIM score) The NIM scale includes 22 individual

More information

Excel Lesson 3 page 1 April 15

Excel Lesson 3 page 1 April 15 Excel Lesson 3 page 1 April 15 Monday 4/13/15 We begin today's lesson with the $ symbol, one of the biggest hurdles for Excel users. Let us learn about the $ symbol in the context of what I call the Classic

More information

Promoting Islamic financial products to Muslim entrepreneurs: Malaysia corporative bank (bank Rakyat)

Promoting Islamic financial products to Muslim entrepreneurs: Malaysia corporative bank (bank Rakyat) Global Advanced Research Journal of Management and Business Studies (ISSN: 2315-5086) Vol. 2(6) pp. 321-327, June, 2013 Available online http://garj.org/garjmbs/index.htm Copyright 2013 Global Advanced

More information

An Empirical Analysis of Income Ine. Case of Ningxia Hui Autonomous Regi.

An Empirical Analysis of Income Ine. Case of Ningxia Hui Autonomous Regi. An Empirical Analysis of Income Ine Titlea Minority and the Majority in Urba Case of Ningxia Hui Autonomous Regi Author(s) Li, Shi; Ding, Sai Citation Issue 2009-01 Date Type Technical Report Text Version

More information

FACTORS THAT DETERMINE CUSTOMERS ACCEPTANCE OF AR RAHN FINANCING IN SELANGOR. Department of Finance International Islamic University Malaysia 2

FACTORS THAT DETERMINE CUSTOMERS ACCEPTANCE OF AR RAHN FINANCING IN SELANGOR. Department of Finance International Islamic University Malaysia 2 International Journal of Asian Social Science ISSN(e): 2224-4441 ISSN(p): 2226-5139 DOI: 10.18488/journal.1.2018.811.1017.1026 Vol. 8, No. 11, 1017-1026 URL: www.aessweb.com FACTORS THAT DETERMINE CUSTOMERS

More information