> library(sem) > cor.mat<-read.moments(names=c("ten1", "ten2", "ten3", "wor1", "wor2", + "wor3", "irthk1", "irthk2", "irthk3", "body1", "body2",

Size: px
Start display at page:

Download "> library(sem) > cor.mat<-read.moments(names=c("ten1", "ten2", "ten3", "wor1", "wor2", + "wor3", "irthk1", "irthk2", "irthk3", "body1", "body2","

Transcription

1 > library(sem) > cor.mat<-read.moments(names=c("ten1", "ten2", "ten3", "wor1", "wor2", + "wor3", "irthk1", "irthk2", "irthk3", "body1", "body2", "body3")) 1: : : : : : : : : : : : : Read 78 items > cor.mat ten1 ten2 ten3 wor1 wor2 wor3 irthk1 ten ten ten wor wor wor irthk irthk irthk body body body irthk2 irthk3 body1 body2 body3 ten ten ten wor wor wor irthk irthk irthk body body body > model.paths<-specify.model() 1: tension -> ten1, lambda11, NA 2: tension -> ten2, lambda12, NA 3: tension -> ten3, lambda13, 1 4: worry -> wor1, lambda21, NA 5: worry -> wor2, lambda22, NA 6: worry -> wor3, lambda23, 1 7: testirt -> irthk1, lambda31, NA 8: testirt -> irthk2, lambda32, NA 9: testirt -> irthk3, lambda33, 1 10: bodysymp -> body1, lambda41, NA 11: bodysymp -> body2, lambda42, NA 12: bodysymp -> body3, lambda43, 1 13: tension <-> worry, phi12, NA

2 14: tension <-> testirt, phi13, NA 15: tension <-> bodysymp, phi14, NA 16: worry <-> testirt, phi23, NA 17: worry <-> bodysymp, phi24, NA 18: testirt <-> bodysymp, phi34, NA 19: ten1 <-> ten1, ten1.var, NA 20: ten2 <-> ten2, ten2.var, NA 21: ten3 <-> ten3, ten3.var, NA 22: wor1 <-> wor1, wor1.var, NA 23: wor2 <-> wor2, wor2.var, NA 24: wor3 <-> wor3, wor3.var, NA 25: irthk1 <-> irthk1, irthk1.var, NA 26: irthk2 <-> irthk2, irthk2.var, NA 27: irthk3 <-> irthk3, irthk3.var, NA 28: body1 <-> body1, body1.var, NA 29: body2 <-> body2, body2.var, NA 30: body3 <-> body3, body3.var, NA 31: tension <-> tension, NA, 1 32: worry <-> worry, NA, 1 33: testirt <-> testirt, NA, 1 34: bodysymp <-> bodysymp, NA, 1 35: Read 34 records > sem.rtts<-sem(model.paths, cor.mat, 318) > summary(sem.rtts) Model Chisquare = Df = 48 Pr(>Chisq) = Chisquare (null model) = Df = 66 Goodness-of-fit index = Adjusted goodness-of-fit index = RMSEA index = % CI: ( , ) Bentler-Bonnett NFI = Tucker-Lewis NNFI = Bentler CFI = SRMR = BIC = Normalized Residuals Min. 1st Qu. Median Mean 3rd Qu. Max e e e e e e+00 Parameter Estimates Estimate Std Error z value Pr(> z ) lambda e+00 lambda e+00 lambda e+00 lambda e+00 lambda e+00 lambda e+00 lambda e+00 lambda e+00 lambda e+00 lambda e+00 lambda e+00 lambda e+00 phi e+00 phi e-02 phi e+00

3 phi e+00 phi e+00 phi e-05 ten1.var e+00 ten2.var e+00 ten3.var e-12 wor1.var e-16 wor2.var e+00 wor3.var e-15 irthk1.var e+00 irthk2.var e+00 irthk3.var e-11 body1.var e+00 body2.var e+00 body3.var e+00 lambda11 ten1 <--- tension lambda12 ten2 <--- tension lambda13 ten3 <--- tension lambda21 wor1 <--- worry lambda22 wor2 <--- worry lambda23 wor3 <--- worry lambda31 irthk1 <--- testirt lambda32 irthk2 <--- testirt lambda33 irthk3 <--- testirt lambda41 body1 <--- bodysymp lambda42 body2 <--- bodysymp lambda43 body3 <--- bodysymp phi12 worry <--> tension phi13 testirt <--> tension phi14 bodysymp <--> tension phi23 testirt <--> worry phi24 bodysymp <--> worry phi34 bodysymp <--> testirt ten1.var ten1 <--> ten1 ten2.var ten2 <--> ten2 ten3.var ten3 <--> ten3 wor1.var wor1 <--> wor1 wor2.var wor2 <--> wor2 wor3.var wor3 <--> wor3 irthk1.var irthk1 <--> irthk1 irthk2.var irthk2 <--> irthk2 irthk3.var irthk3 <--> irthk3 body1.var body1 <--> body1 body2.var body2 <--> body2 body3.var body3 <--> body3 Iterations = 36 > mod.indices(sem.rtts) 5 largest modification indices, A matrix: wor3:ten2 ten3:body1 wor1:ten3 wor3:tension ten3:body largest modification indices, P matrix: bodysymp:ten3 body3:irthk3 body1:ten3 bodysymp:ten2 wor1:ten

4 > model.paths2<-specify.model() 1: tension -> ten1, lambda11, NA 2: tension -> ten2, lambda12, NA 3: tension -> ten3, lambda13, 1 4: worry -> wor1, lambda21, NA 5: worry -> wor2, lambda22, NA 6: worry -> wor3, lambda23, 1 7: testirt -> irthk1, lambda31, NA 8: testirt -> irthk2, lambda32, NA 9: testirt -> irthk3, lambda33, 1 10: tension <-> worry, phi12, NA 11: tension <-> testirt, phi13, NA 12: worry <-> testirt, phi23, NA 13: ten1 <-> ten1, ten1.var, NA 14: ten2 <-> ten2, ten2.var, NA 15: ten3 <-> ten3, ten3.var, NA 16: wor1 <-> wor1, wor1.var, NA 17: wor2 <-> wor2, wor2.var, NA 18: wor3 <-> wor3, wor3.var, NA 19: irthk1 <-> irthk1, irthk1.var, NA 20: irthk2 <-> irthk2, irthk2.var, NA 21: irthk3 <-> irthk3, irthk3.var, NA 22: tension <-> tension, NA, 1 23: worry <-> worry, NA, 1 24: testirt <-> testirt, NA, 1 25: Read 24 records > #### Run new CFA > sem.rtts2<-sem(model.paths2, cor.mat, 318) Warning message: In sem.mod(model.paths2, cor.mat, 318) : The following observed variables are in the input covariance or raw-moment matrix but do not appear in the model: body1, body2, body3 > summary(sem.rtts2) Model Chisquare = Df = 24 Pr(>Chisq) = Chisquare (null model) = Df = 36 Goodness-of-fit index = Adjusted goodness-of-fit index = RMSEA index = % CI: ( , ) Bentler-Bonnett NFI = Tucker-Lewis NNFI = Bentler CFI = SRMR = BIC = Normalized Residuals Min. 1st Qu. Median Mean 3rd Qu. Max Parameter Estimates Estimate Std Error z value Pr(> z ) lambda e+00 lambda e+00 lambda e+00 lambda e+00

5 lambda e+00 lambda e+00 lambda e+00 lambda e+00 lambda e+00 phi e+00 phi e-02 phi e+00 ten1.var e+00 ten2.var e-14 ten3.var e-16 wor1.var e-15 wor2.var e+00 wor3.var e-15 irthk1.var e+00 irthk2.var e+00 irthk3.var e-11 lambda11 ten1 <--- tension lambda12 ten2 <--- tension lambda13 ten3 <--- tension lambda21 wor1 <--- worry lambda22 wor2 <--- worry lambda23 wor3 <--- worry lambda31 irthk1 <--- testirt lambda32 irthk2 <--- testirt lambda33 irthk3 <--- testirt phi12 worry <--> tension phi13 testirt <--> tension phi23 testirt <--> worry ten1.var ten1 <--> ten1 ten2.var ten2 <--> ten2 ten3.var ten3 <--> ten3 wor1.var wor1 <--> wor1 wor2.var wor2 <--> wor2 wor3.var wor3 <--> wor3 irthk1.var irthk1 <--> irthk1 irthk2.var irthk2 <--> irthk2 irthk3.var irthk3 <--> irthk3 Iterations = 34

Influence of Service Quality, Corporate Image and Perceived Value on Customer Behavioral Responses: CFA and Measurement Model

Influence of Service Quality, Corporate Image and Perceived Value on Customer Behavioral Responses: CFA and Measurement Model Influence of Service Quality, Corporate Image and Perceived Value on Customer Behavioral Responses: CFA and Measurement Model Ahmed Audu Maiyaki (Department of Business Administration Bayero University,

More information

Comparing R print-outs from LM, GLM, LMM and GLMM

Comparing R print-outs from LM, GLM, LMM and GLMM 3. Inference: interpretation of results, plotting results, confidence intervals, hypothesis tests (Wald,LRT). 4. Asymptotic distribution of maximum likelihood estimators and tests. 5. Checking the adequacy

More information

Summary of Main Points

Summary of Main Points 1 Model Selection in Logistic Regression Summary of Main Points Recall that the two main objectives of regression modeling are: Estimate the effect of one or more covariates while adjusting for the possible

More information

Poisson GLM, Cox PH, & degrees of freedom

Poisson GLM, Cox PH, & degrees of freedom Poisson GLM, Cox PH, & degrees of freedom Michael C. Donohue Alzheimer s Therapeutic Research Institute Keck School of Medicine University of Southern California December 13, 2017 1 Introduction We discuss

More information

The R survey package used in these examples is version 3.22 and was run under R v2.7 on a PC.

The R survey package used in these examples is version 3.22 and was run under R v2.7 on a PC. CHAPTER 7 ANALYSIS EXAMPLES REPLICATION-R SURVEY PACKAGE 3.22 GENERAL NOTES ABOUT ANALYSIS EXAMPLES REPLICATION These examples are intended to provide guidance on how to use the commands/procedures for

More information

PSYC 6140 November 16, 2005 ANOVA output in R

PSYC 6140 November 16, 2005 ANOVA output in R PSYC 6140 November 16, 2005 ANOVA output in R Type I, Type II and Type III Sums of Squares are displayed in ANOVA tables in a mumber of packages. The car library in R makes these available in R. This handout

More information

To: Professor Roger Bohn & Hyeonsu Kang Subject: Big Data, Assignment April 13th. From: xxxx (anonymized) Date: 4/11/2016

To: Professor Roger Bohn & Hyeonsu Kang Subject: Big Data, Assignment April 13th. From: xxxx (anonymized) Date: 4/11/2016 To: Professor Roger Bohn & Hyeonsu Kang Subject: Big Data, Assignment April 13th. From: xxxx (anonymized) Date: 4/11/2016 Data Preparation: 1. Separate trany variable into Manual which takes value of 1

More information

> Y=degre=="deces" > table(y) Y FALSE TRUE

> Y=degre==deces > table(y) Y FALSE TRUE - PARTIE 0 - > preambule=read.table( + "http://freakonometrics.free.fr/preambule.csv",header=true,sep=";") > table(preambule$y) 0 1 2 3 4 5 6 45 133 160 101 51 8 2 > reg0=glm(y/n~1,family="binomial",weights=n,data=preambule)

More information

INSTITUTE AND FACULTY OF ACTUARIES CURRICULUM 2019 SPECIMEN SOLUTIONS. Subject CS1B Actuarial Statistics

INSTITUTE AND FACULTY OF ACTUARIES CURRICULUM 2019 SPECIMEN SOLUTIONS. Subject CS1B Actuarial Statistics INSTITUTE AND FACULTY OF ACTUARIES CURRICULUM 2019 SPECIMEN SOLUTIONS Subject CS1B Actuarial Statistics Question 1 (i) # Data entry before

More information

Rheological and physicochemical studies on emulsions formulated with chitosan previously dispersed in aqueous solutions of lactic acid

Rheological and physicochemical studies on emulsions formulated with chitosan previously dispersed in aqueous solutions of lactic acid SUPPLEMENTARY MATERIAL (SM) FOR Rheological and physicochemical studies on emulsions formulated with chitosan previously dispersed in aqueous solutions of lactic acid Lucas de Souza Soares a, Janaína Teles

More information

Final Exam Financial Data Analysis (6 Credit points/imp Students) March 2, 2006

Final Exam Financial Data Analysis (6 Credit points/imp Students) March 2, 2006 Dr. Roland Füss Winter Term 2005/2006 Final Exam Financial Data Analysis (6 Credit points/imp Students) March 2, 2006 Note the following important information: 1. The total disposal time is 60 minutes.

More information

Gail E. Potter, Timo Smieszek, and Kerstin Sailer. April 24, 2015

Gail E. Potter, Timo Smieszek, and Kerstin Sailer. April 24, 2015 Supplementary Material to Modelling workplace contact networks: the effects of organizational structure, architecture, and reporting errors on epidemic predictions, published in Network Science Gail E.

More information

Valuation in the Life Settlements Market

Valuation in the Life Settlements Market Valuation in the Life Settlements Market New Empirical Evidence Jiahua (Java) Xu 1 1 Institute of Insurance Economics University of St.Gallen Western Risk and Insurance Association 2018 Annual Meeting

More information

The SAS System 09:38 Wednesday, December 2, The CANDISC Procedure

The SAS System 09:38 Wednesday, December 2, The CANDISC Procedure The SAS System 09:38 Wednesday, December 2, 2009 63 Observations 67 DF Total 66 Variables 43 DF Within Classes 65 Classes 2 DF Between Classes 1 Class Level Information Variable SPECIES Name Frequency

More information

Panel A: Treated firm matched to one control firm. t + 1 t + 2 t + 3 Total CFO Compensation 5.03% 0.84% 10.27% [0.384] [0.892] [0.

Panel A: Treated firm matched to one control firm. t + 1 t + 2 t + 3 Total CFO Compensation 5.03% 0.84% 10.27% [0.384] [0.892] [0. Online Appendix 1 Table O1: Determinants of CMO Compensation: Selection based on both number of other firms in industry that have CMOs and number of other firms in industry with MBA educated executives

More information

Multiple Imputation for Missing Data in KLoSA

Multiple Imputation for Missing Data in KLoSA Multiple Imputation for Missing Data in KLoSA Juwon Song Korea University and UCLA Contents 1. Missing Data and Missing Data Mechanisms 2. Imputation 3. Missing Data and Multiple Imputation in Baseline

More information

Missing Data Treatments

Missing Data Treatments Missing Data Treatments Lindsey Perry EDU7312: Spring 2012 Presentation Outline Types of Missing Data Listwise Deletion Pairwise Deletion Single Imputation Methods Mean Imputation Hot Deck Imputation Multiple

More information

wine 1 wine 2 wine 3 person person person person person

wine 1 wine 2 wine 3 person person person person person 1. A trendy wine bar set up an experiment to evaluate the quality of 3 different wines. Five fine connoisseurs of wine were asked to taste each of the wine and give it a rating between 0 and 10. The order

More information

Faculty of Science FINAL EXAMINATION MATH-523B Generalized Linear Models

Faculty of Science FINAL EXAMINATION MATH-523B Generalized Linear Models Faculty of Science FINAL EXAMINATION MATH-523B Generalized Linear Models Examiner: Professor K.J. Worsley Associate Examiner: Professor A. Vandal Date: Tuesday, April 20, 2004 Time: 14:00-17:00 hours INSTRUCTIONS:

More information

R Analysis Example Replication C10

R Analysis Example Replication C10 R Analysis Example Replication C10 # ASDA2 Chapter 10 Survival Analysis library(survey) # Read in C10 data set, this data is set up for survival analysis in one record per person format ncsrc10

More information

Bags not: avoiding the undesirable Laurie and Winifred Bauer

Bags not: avoiding the undesirable Laurie and Winifred Bauer Bags not: avoiding the undesirable Laurie and Winifred Bauer Question 10 asked how children claim the right not to do something: 10 Your class is waiting for the bus to arrive to take you on a trip. You

More information

Cointegration Analysis of Commodity Prices: Much Ado about the Wrong Thing? Mindy L. Mallory and Sergio H. Lence September 17, 2010

Cointegration Analysis of Commodity Prices: Much Ado about the Wrong Thing? Mindy L. Mallory and Sergio H. Lence September 17, 2010 Cointegration Analysis of Commodity Prices: Much Ado about the Wrong Thing? Mindy L. Mallory and Sergio H. Lence September 17, 2010 Cointegration Analysis, Commodity Prices What is cointegration analysis?

More information

How Product Category Shapes Preferences toward Global and Local Brands: A Schema Theory Perspective. Vasileios Davvetas and Adamantios Diamantopoulos

How Product Category Shapes Preferences toward Global and Local Brands: A Schema Theory Perspective. Vasileios Davvetas and Adamantios Diamantopoulos How Product Category Shapes Preferences toward Global and Local Brands: A Schema Theory Perspective Table 1: Sample descriptives across studies Vasileios Davvetas and Adamantios Diamantopoulos WEB APPENDIX

More information

The multivariate piecewise linear growth model for ZHeight and zbmi can be expressed as:

The multivariate piecewise linear growth model for ZHeight and zbmi can be expressed as: Bi-directional relationships between body mass index and height from three to seven years of age: an analysis of children in the United Kingdom Millennium Cohort Study Supplementary material The multivariate

More information

Preferred citation style

Preferred citation style Preferred citation style Axhausen, K.W. (2016) How many cars are too many? A second attempt, distinguished transport lecture at the University of Hong Kong, Hong Kong, October 2016.. How many cars are

More information

2 nd Midterm Exam-Solution

2 nd Midterm Exam-Solution 2 nd Midterm Exam- اس تعن ابهلل وكن عىل يقني بأ ن لك ما ورد يف هذه الورقة تعرفه جيدا وقد تدربت عليه مبا فيه الكفاية Question #1: Answer the following with True or False: 1. The non-parametric input modeling

More information

Appendix Table A1 Number of years since deregulation

Appendix Table A1 Number of years since deregulation Appendix Table A1 Number of years since deregulation This table presents the results of -in-s models incorporating the number of years since deregulation and using data for s with trade flows are above

More information

Guatemala. 1. Guatemala: Change in food prices

Guatemala. 1. Guatemala: Change in food prices Appendix I: Impact on Household Welfare: Guatemala 1. Guatemala: Change in food prices Group dp1 dp2 1. Rice 12.87% 10.00% 2. Corn 5.95% 10.00% 3. Bread and dried 29.17% 10.00% 4. Beans, roots, vegetables

More information

Northern Region Central Region Southern Region No. % of total No. % of total No. % of total Schools Da bomb

Northern Region Central Region Southern Region No. % of total No. % of total No. % of total Schools Da bomb Some Purr Words Laurie and Winifred Bauer A number of questions demanded answers which fell into the general category of purr words: words with favourable senses. Many of the terms supplied were given

More information

Credit Supply and Monetary Policy: Identifying the Bank Balance-Sheet Channel with Loan Applications. Web Appendix

Credit Supply and Monetary Policy: Identifying the Bank Balance-Sheet Channel with Loan Applications. Web Appendix Credit Supply and Monetary Policy: Identifying the Bank Balance-Sheet Channel with Loan Applications By GABRIEL JIMÉNEZ, STEVEN ONGENA, JOSÉ-LUIS PEYDRÓ, AND JESÚS SAURINA Web Appendix APPENDIX A -- NUMBER

More information

Homework 1 - Solutions. Problem 2

Homework 1 - Solutions. Problem 2 Homework 1 - Solutions Problem 2 a) soma

More information

Dietary Diversity in Urban and Rural China: An Endogenous Variety Approach

Dietary Diversity in Urban and Rural China: An Endogenous Variety Approach Dietary Diversity in Urban and Rural China: An Endogenous Variety Approach Jing Liu September 6, 2011 Road Map What is endogenous variety? Why is it? A structural framework illustrating this idea An application

More information

Rituals on the first of the month Laurie and Winifred Bauer

Rituals on the first of the month Laurie and Winifred Bauer Rituals on the first of the month Laurie and Winifred Bauer Question 5 asked about practices on the first of the month: 5 At your school, do you say or do something special on the first day of a month?

More information

Tree diversity effect on dominant height in temperate forest

Tree diversity effect on dominant height in temperate forest Tree diversity effect on dominant height in temperate forest Patrick Vallet, Thomas Pérot Irstea Nogent-sur-Vernisson CAQSIS, 28 29 March 2017, Bordeaux 2 Overyielding in mixed forest Context For many

More information

Appendix A. Table A1: Marginal effects and elasticities on the export probability

Appendix A. Table A1: Marginal effects and elasticities on the export probability Appendix A Table A1: Marginal effects and elasticities on the export probability Variable PROP [1] PROP [2] PROP [3] PROP [4] Export Probability 0.207 0.148 0.206 0.141 Marg. Eff. Elasticity Marg. Eff.

More information

Quantifying Agricultural Drought: An Assessment Using Western Canadian Spring Wheat

Quantifying Agricultural Drought: An Assessment Using Western Canadian Spring Wheat Quantifying Agricultural Drought: An Assessment Using Western Canadian Spring Wheat P.R. Bullock 1, G.J. Finlay 1, C.K. Jarvis 1, H.D. Sapirstein 2, H. Naeem 2, I. Saiyed 1 1 Department of Soil Science

More information

Climate change may alter human physical activity patterns

Climate change may alter human physical activity patterns In the format provided by the authors and unedited. SUPPLEMENTARY INFORMATION VOLUME: 1 ARTICLE NUMBER: 0097 Climate change may alter human physical activity patterns Nick Obradovich and James H. Fowler

More information

BORDEAUX WINE VINTAGE QUALITY AND THE WEATHER ECONOMETRIC ANALYSIS

BORDEAUX WINE VINTAGE QUALITY AND THE WEATHER ECONOMETRIC ANALYSIS BORDEAUX WINE VINTAGE QUALITY AND THE WEATHER ECONOMETRIC ANALYSIS WINE PRICES OVER VINTAGES DATA The data sheet contains market prices for a collection of 13 high quality Bordeaux wines (not including

More information

Missing Data Methods (Part I): Multiple Imputation. Advanced Multivariate Statistical Methods Workshop

Missing Data Methods (Part I): Multiple Imputation. Advanced Multivariate Statistical Methods Workshop Missing Data Methods (Part I): Multiple Imputation Advanced Multivariate Statistical Methods Workshop University of Georgia: Institute for Interdisciplinary Research in Education and Human Development

More information

Internet Appendix. For. Birds of a feather: Value implications of political alignment between top management and directors

Internet Appendix. For. Birds of a feather: Value implications of political alignment between top management and directors Internet Appendix For Birds of a feather: Value implications of political alignment between top management and directors Jongsub Lee *, Kwang J. Lee, and Nandu J. Nagarajan This Internet Appendix reports

More information

STAT 5302 Applied Regression Analysis. Hawkins

STAT 5302 Applied Regression Analysis. Hawkins Homework 3 sample solution 1. MinnLand data STAT 5302 Applied Regression Analysis. Hawkins newdata

More information

This is a repository copy of Poverty and Participation in Twenty-First Century Multicultural Britain.

This is a repository copy of Poverty and Participation in Twenty-First Century Multicultural Britain. This is a repository copy of Poverty and Participation in Twenty-First Century Multicultural Britain. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/105597/ Version: Supplemental

More information

Not to be published - available as an online Appendix only! 1.1 Discussion of Effects of Control Variables

Not to be published - available as an online Appendix only! 1.1 Discussion of Effects of Control Variables 1 Appendix Not to be published - available as an online Appendix only! 1.1 Discussion of Effects of Control Variables Table 1 in the main text includes a number of additional control variables. We find

More information

Appendix A. Table A.1: Logit Estimates for Elasticities

Appendix A. Table A.1: Logit Estimates for Elasticities Estimates from historical sales data Appendix A Table A.1. reports the estimates from the discrete choice model for the historical sales data. Table A.1: Logit Estimates for Elasticities Dependent Variable:

More information

Napa Highway 29 Open Wineries

Napa Highway 29 Open Wineries 4 5 6 7 8 9 35 4 45 5 55 Sonoma State University Business 58-Business Intelligence Problem Set #6 Key Dr. Cuellar Trend Analysis-Analyzing Tasting Room Strategies 1. Graphical Analysis a. Show graphically

More information

November K. J. Martijn Cremers Lubomir P. Litov Simone M. Sepe

November K. J. Martijn Cremers Lubomir P. Litov Simone M. Sepe ONLINE APPENDIX TABLES OF STAGGERED BOARDS AND LONG-TERM FIRM VALUE, REVISITED November 016 K. J. Martijn Cremers Lubomir P. Litov Simone M. Sepe The paper itself is available at https://papers.ssrn.com/sol3/papers.cfm?abstract-id=364165.

More information

The Development of a Weather-based Crop Disaster Program

The Development of a Weather-based Crop Disaster Program The Development of a Weather-based Crop Disaster Program Eric Belasco Montana State University 2016 SCC-76 Conference Pensacola, FL March 19, 2016. Belasco March 2016 1 / 18 Motivation Recent efforts to

More information

Ex-Ante Analysis of the Demand for new value added pulse products: A

Ex-Ante Analysis of the Demand for new value added pulse products: A Ex-Ante Analysis of the Demand for new value added pulse products: A case of Precooked Beans in Uganda Paul Aseete, Enid Katungi, Jackie Bonabana, Michael Ugen and Eliud Birachi Background Common bean

More information

MONTHLY COFFEE MARKET REPORT

MONTHLY COFFEE MARKET REPORT 1 E MONTHLY COFFEE MARKET REPORT March 2014 Ongoing uncertainty over the Brazilian coffee crop has caused significant fluctuations in coffee prices during March, with monthly volatility of the International

More information

Wine Rating Prediction

Wine Rating Prediction CS 229 FALL 2017 1 Wine Rating Prediction Ke Xu (kexu@), Xixi Wang(xixiwang@) Abstract In this project, we want to predict rating points of wines based on the historical reviews from experts. The wine

More information

Missing Data: Part 2 Implementing Multiple Imputation in STATA and SPSS. Carol B. Thompson Johns Hopkins Biostatistics Center SON Brown Bag 4/24/13

Missing Data: Part 2 Implementing Multiple Imputation in STATA and SPSS. Carol B. Thompson Johns Hopkins Biostatistics Center SON Brown Bag 4/24/13 Missing Data: Part 2 Implementing Multiple Imputation in STATA and SPSS Carol B. Thompson Johns Hopkins Biostatistics Center SON Brown Bag 4/24/13 Overview Reminder Steps in Multiple Imputation Implementation

More information

From VOC to IPA: This Beer s For You!

From VOC to IPA: This Beer s For You! From VOC to IPA: This Beer s For You! Joel Smith Statistician Minitab Inc. jsmith@minitab.com 2013 Minitab, Inc. Image courtesy of amazon.com The Data Online beer reviews Evaluated overall and: Appearance

More information

Zeitschrift für Soziologie, Jg., Heft 5, 2015, Online- Anhang

Zeitschrift für Soziologie, Jg., Heft 5, 2015, Online- Anhang I Are Joiners Trusters? A Panel Analysis of Participation and Generalized Trust Online Appendix Katrin Botzen University of Bern, Institute of Sociology, Fabrikstrasse 8, 3012 Bern, Switzerland; katrin.botzen@soz.unibe.ch

More information

Problem Set #3 Key. Forecasting

Problem Set #3 Key. Forecasting Problem Set #3 Key Sonoma State University Business 581E Dr. Cuellar The data set bus581e_ps3.dta is a Stata data set containing annual sales (cases) and revenue from December 18, 2004 to April 2 2011.

More information

Imputation of multivariate continuous data with non-ignorable missingness

Imputation of multivariate continuous data with non-ignorable missingness Imputation of multivariate continuous data with non-ignorable missingness Thais Paiva Jerry Reiter Department of Statistical Science Duke University NCRN Meeting Spring 2014 May 23, 2014 Thais Paiva, Jerry

More information

The R&D-patent relationship: An industry perspective

The R&D-patent relationship: An industry perspective Université Libre de Bruxelles (ULB) Solvay Brussels School of Economics and Management (SBS-EM) European Center for Advanced Research in Economics and Statistics (ECARES) The R&D-patent relationship: An

More information

Final Report to Delaware Soybean Board January 11, Delaware Soybean Board

Final Report to Delaware Soybean Board January 11, Delaware Soybean Board Final Report to Delaware Soybean Board January 11, 2017 Delaware Soybean Board (susanne@hammondmedia.com) Effect of Fertigation on Irrigated Full Season and Double Cropped Soybeans Cory Whaley, James Adkins,

More information

Fall 2015 Solutions. Biostats691F: Practical Data Management and Statistical Computing

Fall 2015 Solutions. Biostats691F: Practical Data Management and Statistical Computing Fall 2015 Solutions Biostats691F: Practical Data Management and Statistical Computing Assignment 8: Creating a Preliminary Data Report - The Fetal Lung Maturity Study Data for the study were available

More information

February 26, The results below are generated from an R script.

February 26, The results below are generated from an R script. February 26, 2015 The results below are generated from an R script. weights = read.table("http://www.bio.ic.ac.uk/research/mjcraw/therbook/data/growth.txt", header = T) R functions: aov(y~a+b+a:b, data=mydata)

More information

Comparative Analysis of Dispersion Parameter Estimates in Loglinear Modeling

Comparative Analysis of Dispersion Parameter Estimates in Loglinear Modeling Comparative Analysis of Dispersion Parameter Estimates in Loglinear Modeling Applied to E-commerce Sales and Customer Data SENIOR PROJECT PRESENTED TO THE FACULTY OF THE STATISTICS DEPARTMENT CALIFORNIA

More information

Exploring Attenuation. Greg Doss Wyeast Laboratories Inc. NHC 2012

Exploring Attenuation. Greg Doss Wyeast Laboratories Inc. NHC 2012 Exploring Attenuation Greg Doss Wyeast Laboratories Inc. NHC 2012 Overview General Testing Model Brewing Control Panel Beginning Brewing Control Experienced Brewing Control Good Beer Balancing Act Volatile

More information

Protest Campaigns and Movement Success: Desegregating the U.S. South in the Early 1960s

Protest Campaigns and Movement Success: Desegregating the U.S. South in the Early 1960s Michael Biggs and Kenneth T. Andrews Protest Campaigns and Movement Success: Desegregating the U.S. South in the Early 1960s American Sociological Review SUPPLEMENT This supplement describes the results

More information

*During the 2000s, investing in wine became very. *We observed an increase in the number of investment

*During the 2000s, investing in wine became very. *We observed an increase in the number of investment During the 2000s, investing in wine became very fashionable Low correlations with traditional assets Vintages 2009 and 2010 are highly rated Effect of Asian demand Turnover from sales of wine by major

More information

STA Module 6 The Normal Distribution

STA Module 6 The Normal Distribution STA 2023 Module 6 The Normal Distribution Learning Objectives 1. Explain what it means for a variable to be normally distributed or approximately normally distributed. 2. Explain the meaning of the parameters

More information

STA Module 6 The Normal Distribution. Learning Objectives. Examples of Normal Curves

STA Module 6 The Normal Distribution. Learning Objectives. Examples of Normal Curves STA 2023 Module 6 The Normal Distribution Learning Objectives 1. Explain what it means for a variable to be normally distributed or approximately normally distributed. 2. Explain the meaning of the parameters

More information

Master planning in semiconductor manufacturing exercise

Master planning in semiconductor manufacturing exercise Master planning in semiconductor manufacturing exercise Outline of the LP model for master planning We consider a semiconductor manufacturer with a three-stage production: Wafer fab, assembly, testing

More information

Lab Evaluation of Tollway SMA Surface Mixes With Varied ABR Levels Steve Gillen Illinois Tollway

Lab Evaluation of Tollway SMA Surface Mixes With Varied ABR Levels Steve Gillen Illinois Tollway Lab Evaluation of Tollway SMA Surface Mixes With Varied ABR Levels Steve Gillen Illinois Tollway Illinois Asphalt Pavement Association March 14, 2016 Tollway s Green Initiatives for Stone Matrix Asphalt

More information

Method for the imputation of the earnings variable in the Belgian LFS

Method for the imputation of the earnings variable in the Belgian LFS Method for the imputation of the earnings variable in the Belgian LFS Workshop on LFS methodology, Madrid 2012, May 10-11 Astrid Depickere, Anja Termote, Pieter Vermeulen Outline 1. Introduction 2. Imputation

More information

A brief history of Cactoblastis cactorum and its effects on Florida native Opuntia

A brief history of Cactoblastis cactorum and its effects on Florida native Opuntia A brief history of Cactoblastis cactorum and its effects on Florida native Opuntia Heather Jezorek Peter Stiling University of South Florida, Tampa, Florida, USA Cactoblastis cactorum - Intro Family Pyralidae

More information

Table 1: Number of patients by ICU hospital level and geographical locality.

Table 1: Number of patients by ICU hospital level and geographical locality. Web-based supporting materials for Evaluating the performance of Australian and New Zealand intensive care units in 2009 and 2010, by J. Kasza, J. L. Moran and P. J. Solomon Table 1: Number of patients

More information

Predicting Wine Quality

Predicting Wine Quality March 8, 2016 Ilker Karakasoglu Predicting Wine Quality Problem description: You have been retained as a statistical consultant for a wine co-operative, and have been asked to analyze these data. Each

More information

By Rishi Sharma, Iago Mosqueira & Laurie Kell

By Rishi Sharma, Iago Mosqueira & Laurie Kell Methods employed to examine which interactions were important in the grid structure developed for ALB OM in the Indian Ocean & BFT in the Eastern Atlantic Ocean By Rishi Sharma, Iago Mosqueira & Laurie

More information

Rootstock Traits 2013

Rootstock Traits 2013 Rootstock Percent Tree size Cold hardy Bud 9 15 to 25 R Good Mark 25 Good M.9-Fl.56

More information

The Financing and Growth of Firms in China and India: Evidence from Capital Markets

The Financing and Growth of Firms in China and India: Evidence from Capital Markets The Financing and Growth of Firms in China and India: Evidence from Capital Markets Tatiana Didier Sergio Schmukler Dec. 12-13, 2012 NIPFP-DEA-JIMF Conference Macro and Financial Challenges of Emerging

More information

Modeling Wine Quality Using Classification and Regression. Mario Wijaya MGT 8803 November 28, 2017

Modeling Wine Quality Using Classification and Regression. Mario Wijaya MGT 8803 November 28, 2017 Modeling Wine Quality Using Classification and Mario Wijaya MGT 8803 November 28, 2017 Motivation 1 Quality How to assess it? What makes a good quality wine? Good or Bad Wine? Subjective? Wine taster Who

More information

Eestimated coefficient. t-value

Eestimated coefficient. t-value Table 1: Estimated wage curves for men, 1983 2009 Dependent variable: log (real wage rate) Dependent variable: log real wage rate Men 1983-2009 Men, 1983-2009 Rendom-effect Fixed-effect z-vae t-vae Men

More information

Survival of the Fittest: The Impact of Eco-certification on the Performance of German Wineries. Patrizia Fanasch University of Paderborn, Germany

Survival of the Fittest: The Impact of Eco-certification on the Performance of German Wineries. Patrizia Fanasch University of Paderborn, Germany Survival of the Fittest: The Impact of Eco-certification on the Performance of German Wineries University of Paderborn, Germany Motivation Demand (Customer) Rising awareness and interest in organic products

More information

CafeRomatica NICR7.. Fully automatic coffee centre Operating Instructions and Useful Tips. A passion for coffee.

CafeRomatica NICR7.. Fully automatic coffee centre Operating Instructions and Useful Tips. A passion for coffee. CafeRomatica Fully automatic coffee centre Operating Instructions and Useful Tips NICR7.. GB A passion for coffee. 1 G F A M J / K A B C D E Display screen Left rotary knob Right rotary knob Bean symbol

More information

AJAE Appendix: Testing Household-Specific Explanations for the Inverse Productivity Relationship

AJAE Appendix: Testing Household-Specific Explanations for the Inverse Productivity Relationship AJAE Appendix: Testing Household-Specific Explanations for the Inverse Productivity Relationship Juliano Assunção Department of Economics PUC-Rio Luis H. B. Braido Graduate School of Economics Getulio

More information

Acetic acid dissociates immediately in solution. Reaction A does not react further following the sample taken at the end of

Acetic acid dissociates immediately in solution. Reaction A does not react further following the sample taken at the end of SUPPLEMENTAL Table S1. Assumptions made during fitting of the reaction model in Dynochem. ID Assumption A1 Acetic acid dissociates immediately in solution. A2 Reaction A does not react further following

More information

USING STRUCTURAL TIME SERIES MODELS For Development of DEMAND FORECASTING FOR ELECTRICITY With Application to Resource Adequacy Analysis

USING STRUCTURAL TIME SERIES MODELS For Development of DEMAND FORECASTING FOR ELECTRICITY With Application to Resource Adequacy Analysis USING STRUCTURAL TIME SERIES MODELS For Development of DEMAND FORECASTING FOR ELECTRICITY With Application to Resource Adequacy Analysis December 31, 2014 INTRODUCTION In this paper we present the methodology,

More information

Analysis of Fruit Consumption in the U.S. with a Quadratic AIDS Model

Analysis of Fruit Consumption in the U.S. with a Quadratic AIDS Model Analysis of Fruit Consumption in the U.S. with a Quadratic AIDS Model Dawit Kelemework Mekonnen Graduate Student Department of Agricultural & Applied Economics University of Georgia, 305 Conner Hall Athens,

More information

Statistics: Final Project Report Chipotle Water Cup: Water or Soda?

Statistics: Final Project Report Chipotle Water Cup: Water or Soda? Statistics: Final Project Report Chipotle Water Cup: Water or Soda? Introduction: For our experiment, we wanted to find out how many customers at Chipotle actually get water when they order a water cup.

More information

Fair Trade and Free Entry: Can a Disequilibrium Market Serve as a Development Tool? Online Appendix September 2014

Fair Trade and Free Entry: Can a Disequilibrium Market Serve as a Development Tool? Online Appendix September 2014 Fair Trade and Free Entry: Can a Disequilibrium Market Serve as a Development Tool? 1. Data Construction Online Appendix September 2014 The data consist of the Association s records on all coffee acquisitions

More information

On-line Appendix for the paper: Sticky Wages. Evidence from Quarterly Microeconomic Data. Appendix A. Weights used to compute aggregate indicators

On-line Appendix for the paper: Sticky Wages. Evidence from Quarterly Microeconomic Data. Appendix A. Weights used to compute aggregate indicators Hervé LE BIHAN, Jérémi MONTORNES, Thomas HECKEL On-line Appendix for the paper: Sticky Wages. Evidence from Quarterly Microeconomic Data Not intended for publication Appendix A. Weights ud to compute aggregate

More information

Model Log-Linear (Bagian 2) Dr. Kusman Sadik, M.Si Program Studi Pascasarjana Departemen Statistika IPB, 2018/2019

Model Log-Linear (Bagian 2) Dr. Kusman Sadik, M.Si Program Studi Pascasarjana Departemen Statistika IPB, 2018/2019 Model Log-Linear (Bagian 2) Dr. Kusman Sadik, M.Si Program Studi Pascasarjana Departemen Statistika IPB, 2018/2019 When fitting log-linear models to higher-way tables it is typical to only consider models

More information

Personality Matters to Young Wine Consumers

Personality Matters to Young Wine Consumers Personality Matters to Young Wine Consumers Nathalie Spielmann NEOMA Business School, France nathalie.spielmann@neoma-bs.fr Barry J. Babin Louisiana Tech University, USA bbabin@latech.edu Caroline Verghote

More information

Missing value imputation in SAS: an intro to Proc MI and MIANALYZE

Missing value imputation in SAS: an intro to Proc MI and MIANALYZE Victoria SAS Users Group November 26, 2013 Missing value imputation in SAS: an intro to Proc MI and MIANALYZE Sylvain Tremblay SAS Canada Education Copyright 2010 SAS Institute Inc. All rights reserved.

More information

Statistics & Agric.Economics Deptt., Tocklai Experimental Station, Tea Research Association, Jorhat , Assam. ABSTRACT

Statistics & Agric.Economics Deptt., Tocklai Experimental Station, Tea Research Association, Jorhat , Assam. ABSTRACT Two and a Bud 59(2):152-156, 2012 RESEARCH PAPER Global tea production and export trend with special reference to India Prasanna Kumar Bordoloi Statistics & Agric.Economics Deptt., Tocklai Experimental

More information

Internet Appendix to. The Price of Street Friends: Social Networks, Informed Trading, and Shareholder Costs. Jie Cai Ralph A.

Internet Appendix to. The Price of Street Friends: Social Networks, Informed Trading, and Shareholder Costs. Jie Cai Ralph A. Internet Appendix to The Price of Street Friends: Social Networks, Informed Trading, and Shareholder Costs Jie Cai Ralph A. Walkling Ke Yang October 2014 1 A11. Controlling for s Logically Associated with

More information

Survival of the Fittest: The Impact of Eco-certification on the Performance of German Wineries Patrizia FANASCH

Survival of the Fittest: The Impact of Eco-certification on the Performance of German Wineries Patrizia FANASCH Padua 2017 Abstract Submission I want to submit an abstract for: Conference Presentation Corresponding Author Patrizia Fanasch E-Mail Patrizia.Fanasch@uni-paderborn.de Affiliation Department of Management,

More information

Flexible Working Arrangements, Collaboration, ICT and Innovation

Flexible Working Arrangements, Collaboration, ICT and Innovation Flexible Working Arrangements, Collaboration, ICT and Innovation A Panel Data Analysis Cristian Rotaru and Franklin Soriano Analytical Services Unit Economic Measurement Group (EMG) Workshop, Sydney 28-29

More information

ONLINE APPENDIX APPENDIX A. DESCRIPTION OF U.S. NON-FARM PRIVATE SECTORS AND INDUSTRIES

ONLINE APPENDIX APPENDIX A. DESCRIPTION OF U.S. NON-FARM PRIVATE SECTORS AND INDUSTRIES ONLINE APPENDIX APPENDIX A. DESCRIPTION OF U.S. NON-FARM PRIVATE SECTORS AND INDUSTRIES 1997 NAICS Code Sector and Industry Title IT Intensity 1 IT Intensity 2 11 Agriculture, forestry, fishing, and hunting

More information

Directions for Menu Worksheet. General Information:

Directions for Menu Worksheet. General Information: Directions for Menu Worksheet Welcome to the FNS Menu Worksheet, a tool designed to assist School Food Authorities (SFAs) in demonstrating that each of the menus meets the new meal pattern for the National

More information

Notes on the Philadelphia Fed s Real-Time Data Set for Macroeconomists (RTDSM) Capacity Utilization. Last Updated: December 21, 2016

Notes on the Philadelphia Fed s Real-Time Data Set for Macroeconomists (RTDSM) Capacity Utilization. Last Updated: December 21, 2016 1 Notes on the Philadelphia Fed s Real-Time Data Set for Macroeconomists (RTDSM) Capacity Utilization Last Updated: December 21, 2016 I. General Comments This file provides documentation for the Philadelphia

More information

Chinese Hard-Bite Noodles (1)

Chinese Hard-Bite Noodles (1) Hard White Wheat Quality Targets Dual Purpose -- Chinese Noodles and Western Pan Bread Updated on March 2, 2001 at Hard White Wheat Quality Targets Workshop Wheat Marketing Center, Portland, Oregon Chinese

More information

Development of smoke taint risk management tools for vignerons and land managers

Development of smoke taint risk management tools for vignerons and land managers Development of smoke taint risk management tools for vignerons and land managers Glynn Ward, Kristen Brodison, Michael Airey, Art Diggle, Michael Saam-Renton, Andrew Taylor, Diana Fisher, Drew Haswell

More information

Eulachon (Thaleichthys pacificus) Spawning Stock Biomass (SSB) for the Cowlitz River, Nathan Reynolds Ecologist, Cowlitz Indian Tribe

Eulachon (Thaleichthys pacificus) Spawning Stock Biomass (SSB) for the Cowlitz River, Nathan Reynolds Ecologist, Cowlitz Indian Tribe Eulachon (Thaleichthys pacificus) Spawning Stock Biomass (SSB) for the Cowlitz River, 2014-2015 Nathan Reynolds Ecologist, Cowlitz Indian Tribe Background: Eulachon are a culturally-important species for

More information

Business Statistics /82 Spring 2011 Booth School of Business The University of Chicago Final Exam

Business Statistics /82 Spring 2011 Booth School of Business The University of Chicago Final Exam Business Statistics 41000-81/82 Spring 2011 Booth School of Business The University of Chicago Final Exam Name You may use a calculator and two cheat sheets. You have 3 hours. I pledge my honor that I

More information

Lesson 23: Newton s Law of Cooling

Lesson 23: Newton s Law of Cooling Student Outcomes Students apply knowledge of exponential functions and transformations of functions to a contextual situation. Lesson Notes Newton s Law of Cooling is a complex topic that appears in physics

More information