Effect on R 2 of fitting means and calculation of lack of fit (LOF) Page 1

Size: px
Start display at page:

Download "Effect on R 2 of fitting means and calculation of lack of fit (LOF) Page 1"

Transcription

1 Effect on R of fitting means and calculation of lack of fit (LOF) Page dm'log;clear;output;clear'; OPTIONS PS=5 LS=0 NOCENTER NODTE NONUMBER FORMCHR=" =-/\<>*"; ODS HTML style=minimal body='ppendix09 LOF & Rsquare Suppliment.html'; ODS listing; TITLE 'EXST705: Marathon Footrace from Pennsylvania 00'; filename input 'ppendix09 MReg-0K Polynomial.DT'; ***********************************************; *** Finish times in a race ***; *** Data taken from various sites on the ***; *** internet reporting race results ***; ***********************************************; data P00; length hometown $ 3 gender $ 3; infile input missover; input Marathon $ ge gender $ TIME HomeTown $ 35-57; if age eq 99 then age =.; *(apparently 99 represents missing for 5 P race participants); * ; cards; run; ; data P00; set P00; if marathon = 'P0500'; proc sort data=p00; by gender age; run; TITLE 'Scatter plot of raw data'; proc plot data=p00; by gender; plot time*age; options ls=3 ps=65; run; options ps=56 ls=80; proc glm data=p00; BY gender; TITLE 'Quadratic model fitted to raw data - separate by gender'; model time= age age*age; run; proc means data=p00 noprint; by gender age; var time; output out=meansbygender n=n mean=timemean std=std; run; TITLE 'Scatter plot of means'; proc plot data=meansbygender; by gender; plot timemean*age; options ls=3 ps=65; run; options ps=56 ls=80; proc glm data=meansbygender; BY gender; TITLE 'Quadratic model fitted on UNweighted means - separate by gender'; model timemean = age age*age; run; proc glm data=meansbygender; BY gender; weight n; TITLE 'Quadratic model fitted on weighted means - separate by gender'; model timemean = age age*age; run; proc print data=meansbygender; var gender age n timemean std; run; proc glm data=p00; BY gender; class age; TITLE 'nalysis of Variance of GE - separate by gender'; model time = age; run; data P00; set P00; age_again = age; proc glm data=p00; BY gender; class age_again; TITLE 'nalysis of Variance of GE - separate by gender'; model time = age age*age age_again; run; ODS HTML close; run; quit;

2 Effect on R of fitting means and calculation of lack of fit (LOF) Page EXST705: Marathon Footrace from Pennsylvania 00 Scatter plot of raw data Plot of TIME*ge. Legend: = obs, B = obs, etc. TIME B C B B B B B B B B B B B C B B C B D C B B B B B B B B B C C B B C B B B E B C D B E B B B C D B B C D B D C C B B C B C B B B E D E B D B B B C B C B B C B E D B B C D B B D C B B B C B B B C B B B C C D B D C D B B B C 50 + B D B D C C C B C C B C B B B D B B B D B B B B F B B F B B B B B B B B C C D B D B B C B B C B B B B B C B C B B B B C B B B C B B B B B B B 00 + B ge NOTE: obs had missing values. Plot of TIME*ge. Legend: = obs, B = obs, etc. TIME B B B B B C B B B B CB B B B C B B B C BB B B B B C CB B CB E C B B B CB C B CB BB EC B BD B B B C B B BC D B B CB BC CB EB B B B CC B BC BB B B B BC BC BC FB D C B B E B D C B BB E B GC BC BC BC BB DB B D C C C D B C C FE BE B E EC EC CC ID B D C B B B D C BC D CC DC BC CB B HG C HE G CF D B B D 50 + D BB BE BB B C E CE D D B FJ BE B E CE B G CE BB HD BG GE BF GC BD EF CE D B BB BE B D FD CD CK BC FC CF EI EB LH JC CB D DB B E BE C BD ED BD CE D DI DD G FB CD DE JF EC B BB B C BB BC DE BB CF EC CH GC C FE E F EB D B B B BB B C DC EB B FC BC BE DC DB CB DC B EB C B B B C C BD BC D CG C CB DE EF GD C D BC 00 + B C B BC BD BC CB C C CB BB CE D D B D B C B B E B C CE BB BB BD C B B B B C BB B B CB BB BC B BD E D B B BB B B B B B ge NOTE: 3 obs had missing values.

3 Effect on R of fitting means and calculation of lack of fit (LOF) Page 3 EXST705: Marathon Footrace from Pennsylvania 00 Quadratic model fitted to raw data - separate by gender The GLM Procedure Read Used Model Error Corrected Total Squares Meann Square R-Square Coeff Var Root MSE TIME Mean ge ge* *ge Type I SS Meann Square ge ge* *ge Type III SS Meann Square Parameter Intercept ge ge* *ge Standardd Estimate Errorr t Value Pr > t < <. 000 Read Used Model Error Corrected Total Squares Meann Square R-Square Coeff Var Root MSE TIME Mean ge ge* *ge Type I SS Meann Square ge ge* *ge Type III SS Meann Square Parameter Intercept ge ge* *ge Standardd Estimate Errorr t Value Pr > t <. 000 <. 000 <. 000

4 Effect on R of fitting means and calculation of lack of fit (LOF) Page 4 EXST705: Marathon Footrace from Pennsylvania 00 Scatter plot of means Plot of timemean*ge. Legend: = obs, B = obs, etc. timemean ge NOTE: obs had missing values. Plot of timemean*ge. Legend: = obs, B = obs, etc. timemean NOTE: obs had missing values. ge

5 Effect on R of fitting means and calculation of lack of fit (LOF) Page 5 EXST705: Marathon Footrace from Pennsylvania 00 Quadratic model fitted on UNweighted means - separate by gender The GLM Procedure Read 46 Used 45 Dependent Variable: timemean Squares Mean Square Model Error Corrected Total R-Square Coeff Var Root MSE timemean Mean Type I SS Mean Square ge ge*ge Type III SS Mean Square ge ge*ge Standard Parameter Estimate Error t Value Pr > t Intercept ge ge*ge Read 60 Used 59 Dependent Variable: timemean Squares Mean Square Model Error Corrected Total R-Square Coeff Var Root MSE timemean Mean Type I SS Mean Square ge ge*ge Type III SS Mean Square ge ge*ge Standard Parameter Estimate Error t Value Pr > t Intercept ge ge*ge

6 Effect on R of fitting means and calculation of lack of fit (LOF) Page 6 EXST705: Marathon Footrace from Pennsylvania 00 Quadratic model fitted on weighted means - separate by gender The GLM Procedure Read 46 Used 45 Dependent Variable: timemean Weight: n Squares Mean Square Model Error Corrected Total R-Square Coeff Var Root MSE timemean Mean Type I SS Mean Square ge ge*ge Type III SS Mean Square ge ge*ge Standard Parameter Estimate Error t Value Pr > t Intercept ge ge*ge Read 60 Used 59 Dependent Variable: timemean Weight: n Squares Mean Square Model Error Corrected Total R-Square Coeff Var Root MSE timemean Mean Type I SS Mean Square ge ge*ge Type III SS Mean Square ge ge*ge Standard Parameter Estimate Error t Value Pr > t Intercept ge ge*ge

7 Effect on R of fitting means and calculation of lack of fit (LOF) Page 7 EXST705: Marathon Footrace from Pennsylvania 00 Quadratic model fitted on weighted means - separate by gender Obs gender ge n timemean std F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M Comparison of fits to Raw data and fits to means (weighted and unweighted) Females Males Statistic Raw data Means Weighted means Raw data Means Weighted means b b b R MSE

8 Effect on R of fitting means and calculation of lack of fit (LOF) EXST705: Marathon Footrace from Pennsylvania 00 nalysis of Variance of GE - separate by gender Page 8 The GLM Procedure Class Level Informationn Class Levels Values ge Read 753 Used Model Error Corrected Total Squares Meann Square R-Square Coeff Var Root MSE TIME Mean ge 44 Type I SS Meann Square ge 44 Type III SS Meann Square Class Level Informationn Class Levels Values ge Read 808 Used Model Error Corrected Total Squares Meann Square R-Square Coeff Var Root MSE TIME Mean ge 58 Type I SS Meann Square ge 58 Type III SS Meann Square

9 Effect on R of fitting means and calculation of lack of fit (LOF) Page 9 Test of Lack of Fit a measure of adequacy of the model Regression on means for Females Squares Mean Square Model Error Corrected Total R = Regression on raw data for Females Squares Mean Square Model Error Corrected Total R = nalysis of variance on GE using raw data for Females Squares Mean Square Model Error Corrected Total R = Test of lack of fit for Females d.f. SSE MSE F P>F Reduced model Full model Difference Full model Regression on means for Males Squares Mean Square Model Error Corrected Total R = Regression on raw data for Males Squares Mean Square Model Error Corrected Total R = nalysis of variance on GE using raw data for Males Squares Mean Square Model Error Corrected Total R = Test of lack of ft for Males d.f. SSE MSE F P>F Reduced model Full model Difference Full model

10 Effect on R of fitting means and calculation of lack of fit (LOF) Page 0 Model to test LOF for Quadratic model fitted to raw data - separate by gender The GLM Procedure It is possible to test LOF in a single model by including the two sets of the independent variable and putting one in the class statement. The regression is fitted first with the quantitative X variable (not in the class statement) and the categorical version (the one in the class statement) is Class Level Information Class Levels Values fitted last to account for any remaining variation which is LOF. age_again Read 753 Used 75 The usual Deviations from regression are = ( Y ˆ ij Yi.) Squares Mean Square Model Error PE = ( Yij Yi.) Corrected Total CSS = ( Y Y ) R-Square Coeff Var Root MSE TIME Mean ij.. Type I SS Mean Square ge ge*ge age_again LOF = ( Y Yˆ ) i. i. Type III SS Mean Square ge ge*ge age_again Class Level Information Class Levels Values age_again Read 808 Used 805 Squares Mean Square Model Error Corrected Total R-Square Coeff Var Root MSE TIME Mean Type I SS Mean Square ge ge*ge age_again Type III SS Mean Square ge ge*ge age_again Compare the tests of age_again to the tests of Lack of Fit on the preceding page.

Visa Smart Debit/Credit Certificate Authority Public Keys

Visa Smart Debit/Credit Certificate Authority Public Keys CHIP AND NEW TECHNOLOGIES Visa Smart Debit/Credit Certificate Authority Public Keys Overview The EMV standard calls for the use of Public Key technology for offline authentication, for aspects of online

More information

DATING YOUR GUILD 1952-1960

DATING YOUR GUILD 1952-1960 DATING YOUR GUILD 1952-1960 YEAR APPROXIMATE LAST SERIAL NUMBER PRODUCED 1953 1000-1500 1954 1500-2200 1955 2200-3000 1956 3000-4000 1957 4000-5700 1958 5700-8300 1959 12035 1960-1969 This chart displays

More information

SERVER CERTIFICATES OF THE VETUMA SERVICE

SERVER CERTIFICATES OF THE VETUMA SERVICE Page 1 Version: 3.4, 19.12.2014 SERVER CERTIFICATES OF THE VETUMA SERVICE 1 (18) Page 2 Version: 3.4, 19.12.2014 Table of Contents 1. Introduction... 3 2. Test Environment... 3 2.1 Vetuma test environment...

More information

Community College of Philadelphia Calling Code 218 Employer Scan Client Approved: November 17, 2005 Region (CIRCLE) City MSA

Community College of Philadelphia Calling Code 218 Employer Scan Client Approved: November 17, 2005 Region (CIRCLE) City MSA Community College of Philadelphia Calling Code 218 Employer Scan Client Approved: November 17, 2005 Region (CIRCLE) City MSA Zip V0 V1 V2 Month/ Day/ Year of Contact: Business Name: Address: V3 City: V4

More information

Outline. Topic 4 - Analysis of Variance Approach to Regression. Partitioning Sums of Squares. Total Sum of Squares. Partitioning sums of squares

Outline. Topic 4 - Analysis of Variance Approach to Regression. Partitioning Sums of Squares. Total Sum of Squares. Partitioning sums of squares Topic 4 - Analysis of Variance Approach to Regression Outline Partitioning sums of squares Degrees of freedom Expected mean squares General linear test - Fall 2013 R 2 and the coefficient of correlation

More information

SERVER CERTIFICATES OF THE VETUMA SERVICE

SERVER CERTIFICATES OF THE VETUMA SERVICE Page 1 Version: 3.5, 4.11.2015 SERVER CERTIFICATES OF THE VETUMA SERVICE 1 (18) Page 2 Version: 3.5, 4.11.2015 Table of Contents 1. Introduction... 3 2. Test Environment... 3 2.1 Vetuma test environment...

More information

This can be useful to temporarily deactivate programming segments without actually deleting the statements.

This can be useful to temporarily deactivate programming segments without actually deleting the statements. EXST 700X SAS Programming Tips Page 1 SAS Statements: All SAS statements end with a semicolon, ";". A statement may occur on one line, or run across several lines. Several statements can also be placed

More information

Pattern Co. Monkey Trouble Wall Quilt. Size: 48" x 58"

Pattern Co. Monkey Trouble Wall Quilt. Size: 48 x 58 .............................................................................................................................................. Pattern Co..........................................................................................

More information

USB HID to PS/2 Scan Code Translation Table

USB HID to PS/2 Scan Code Translation Table Key Name HID Usage Page HID Usage ID PS/2 Set 1 Make* PS/2 Set 1 Break* PS/2 Set 2 Make PS/2 Set 2 Break System Power 01 81 E0 5E E0 DE E0 37 E0 F0 37 System Sleep 01 82 E0 5F E0 DF E0 3F E0 F0 3F System

More information

Random effects and nested models with SAS

Random effects and nested models with SAS Random effects and nested models with SAS /************* classical2.sas ********************* Three levels of factor A, four levels of B Both fixed Both random A fixed, B random B nested within A ***************************************************/

More information

ORTHOGONAL POLYNOMIAL CONTRASTS INDIVIDUAL DF COMPARISONS: EQUALLY SPACED TREATMENTS

ORTHOGONAL POLYNOMIAL CONTRASTS INDIVIDUAL DF COMPARISONS: EQUALLY SPACED TREATMENTS ORTHOGONAL POLYNOMIAL CONTRASTS INDIVIDUAL DF COMPARISONS: EQUALLY SPACED TREATMENTS Many treatments are equally spaced (incremented). This provides us with the opportunity to look at the response curve

More information

CROSS REFERENCE. Cross Reference Index 110-122. Cast ID Number 110-111 Connector ID Number 111 Engine ID Number 112-122. 2015 Ford Motor Company 109

CROSS REFERENCE. Cross Reference Index 110-122. Cast ID Number 110-111 Connector ID Number 111 Engine ID Number 112-122. 2015 Ford Motor Company 109 CROSS REFERENCE Cross Reference Index 110-122 Cast ID Number 110-111 Connector ID Number 111 112-122 2015 Ford Motor Company 109 CROSS REFERENCE Cast ID Number Cast ID Ford Service # MC Part # Part Type

More information

Chapter 5 Analysis of variance SPSS Analysis of variance

Chapter 5 Analysis of variance SPSS Analysis of variance Chapter 5 Analysis of variance SPSS Analysis of variance Data file used: gss.sav How to get there: Analyze Compare Means One-way ANOVA To test the null hypothesis that several population means are equal,

More information

Future Trends in Airline Pricing, Yield. March 13, 2013

Future Trends in Airline Pricing, Yield. March 13, 2013 Future Trends in Airline Pricing, Yield Management, &AncillaryFees March 13, 2013 THE OPPORTUNITY IS NOW FOR CORPORATE TRAVEL MANAGEMENT BUT FIRST: YOU HAVE TO KNOCK DOWN BARRIERS! but it won t hurt much!

More information

0242-1. HSR TRAINING COURSE REQUIREMENTS HSR Training Course Guidance Booklet 2

0242-1. HSR TRAINING COURSE REQUIREMENTS HSR Training Course Guidance Booklet 2 0242-1 HSR TRAINING COURSE REQUIREMENTS HSR Training Course Guidance Booklet 2 SafeWork SA 2 Contents Introduction... 4 Learning resources... 4 PART 1 UNDERPINNING PRINCIPLES FOR THE DEVELOPMENT OF A SAFEWORK

More information

Basic Statistical and Modeling Procedures Using SAS

Basic Statistical and Modeling Procedures Using SAS Basic Statistical and Modeling Procedures Using SAS One-Sample Tests The statistical procedures illustrated in this handout use two datasets. The first, Pulse, has information collected in a classroom

More information

NEOSHO COUNTY COMMUNITY COLLEGE MASTER COURSE SYLLABUS. Medical Administrative Aspects

NEOSHO COUNTY COMMUNITY COLLEGE MASTER COURSE SYLLABUS. Medical Administrative Aspects NEOSHO COUNTY COMMUNITY COLLEGE MASTER COURSE SYLLABUS COURSE IDENTIFICATION Course Code/Number: ALMA 120 Course Title: Medical Administrative Aspects Division: Applied Science (AS) Liberal Arts (LA) Workforce

More information

3. April 2013 IT ZERTIFIKATE. Zertifizierungsstellen / Certification Center. IT Sicherheit UNTERNEHMENSBEREICH IT

3. April 2013 IT ZERTIFIKATE. Zertifizierungsstellen / Certification Center. IT Sicherheit UNTERNEHMENSBEREICH IT IT Sicherheit UNTERNEHMENSBEREICH IT IT ZERTIFIKATE 3. April 2013 Zertifizierungsstellen / Certification Center D-TRUST D-Trust Root Class 2 CA2007 Aussteller/Issuer: D-TRUST Root Class 2 CA 2007 Gültig

More information

Data Mining and Data Warehousing. Henryk Maciejewski. Data Mining Predictive modelling: regression

Data Mining and Data Warehousing. Henryk Maciejewski. Data Mining Predictive modelling: regression Data Mining and Data Warehousing Henryk Maciejewski Data Mining Predictive modelling: regression Algorithms for Predictive Modelling Contents Regression Classification Auxiliary topics: Estimation of prediction

More information

MEAN SEPARATION TESTS (LSD AND Tukey s Procedure) is rejected, we need a method to determine which means are significantly different from the others.

MEAN SEPARATION TESTS (LSD AND Tukey s Procedure) is rejected, we need a method to determine which means are significantly different from the others. MEAN SEPARATION TESTS (LSD AND Tukey s Procedure) If Ho 1 2... n is rejected, we need a method to determine which means are significantly different from the others. We ll look at three separation tests

More information

Payor Sheet for Medicare Part D/ PDP and MA-PD

Payor Sheet for Medicare Part D/ PDP and MA-PD Payor Specification Sheet for MEDICARE PART D/PDP AND MA-PD PRIME THERAPEUTICS LLC CLIENTS JANUARY 1, 2006 (Page 1 of 8) BIN: PCN: See BINs on page 2 (in bold red type) See PCNs on page 2 (in bold red

More information

Geometry Handout 2 ~ Page 1

Geometry Handout 2 ~ Page 1 1. Given: a b, b c a c Guidance: Draw a line which intersects with all three lines. 2. Given: a b, c a a. c b b. Given: d b d c 3. Given: a c, b d a. α = β b. Given: e and f bisect angles α and β respectively.

More information

Advanced Encryption Standard by Example. 1.0 Preface. 2.0 Terminology. Written By: Adam Berent V.1.7

Advanced Encryption Standard by Example. 1.0 Preface. 2.0 Terminology. Written By: Adam Berent V.1.7 Written By: Adam Berent Advanced Encryption Standard by Example V.1.7 1.0 Preface The following document provides a detailed and easy to understand explanation of the implementation of the AES (RIJNDAEL)

More information

EXST SAS Lab Lab #4: Data input and dataset modifications

EXST SAS Lab Lab #4: Data input and dataset modifications EXST SAS Lab Lab #4: Data input and dataset modifications Objectives 1. Import an EXCEL dataset. 2. Infile an external dataset (CSV file) 3. Concatenate two datasets into one 4. The PLOT statement will

More information

Advanced Encryption Standard by Example. 1.0 Preface. 2.0 Terminology. Written By: Adam Berent V.1.5

Advanced Encryption Standard by Example. 1.0 Preface. 2.0 Terminology. Written By: Adam Berent V.1.5 Written By: Adam Berent Advanced Encryption Standard by Example V.1.5 1.0 Preface The following document provides a detailed and easy to understand explanation of the implementation of the AES (RIJNDAEL)

More information

How to create OpenDocument URL s with SAP BusinessObjects BI 4.0

How to create OpenDocument URL s with SAP BusinessObjects BI 4.0 How to create OpenDocument URL s with SAP BusinessObjects BI 4.0 Creator: Twitter: Blog: Pieter Verstraeten http://www.twitter.com/pverstraeten http://www.pieterverstraeten.com/blog Hi, Thanks for downloading

More information

Luxembourg (Luxembourg): Trusted List

Luxembourg (Luxembourg): Trusted List Luxembourg (Luxembourg): Trusted List Institut Luxembourgeois de la Normalisation, de l'accréditation de la Sécurité et qualité des produits et services Scheme Information TSL Version 4 TSL Sequence Number

More information

MULTIPLE REGRESSION EXAMPLE

MULTIPLE REGRESSION EXAMPLE MULTIPLE REGRESSION EXAMPLE For a sample of n = 166 college students, the following variables were measured: Y = height X 1 = mother s height ( momheight ) X 2 = father s height ( dadheight ) X 3 = 1 if

More information

COUNCIL OF INTERNATIONAL SCHOOLS (CIS) SCHOOL IMPROVEMENT THROUGH ACCREDITATION

COUNCIL OF INTERNATIONAL SCHOOLS (CIS) SCHOOL IMPROVEMENT THROUGH ACCREDITATION COUNCIL OF INTERNATIONAL SCHOOLS (CIS) SCHOOL IMPROVEMENT THROUGH ACCREDITATION Guide to School Evaluation and Accreditation - 8 th Edition (Version 8.2) STANDARDS AND INDICATORS SECTION A SCHOOL GUIDING

More information

HTML Codes - Characters and symbols

HTML Codes - Characters and symbols ASCII Codes HTML Codes Conversion References Control Characters English version Versión español Click here to add this link to your favorites. HTML Codes - Characters and symbols Standard ASCII set, HTML

More information

SL-8800 HDCP 2.2 and HDCP 1.x Protocol Analyzer for HDMI User Guide

SL-8800 HDCP 2.2 and HDCP 1.x Protocol Analyzer for HDMI User Guide SL-8800 HDCP 2.2 and HDCP 1.x Protocol Analyzer for HDMI Simplay-UG-02003-A July 2015 Contents 1. Overview... 4 1.1. SL-8800 HDCP Protocol Analyzer Test Equipment... 4 1.2. HDCP 2.2/HDCP 1.x Protocol Analyzer

More information

EMV (Chip-and-PIN) Protocol

EMV (Chip-and-PIN) Protocol EMV (Chip-and-PIN) Protocol Märt Bakhoff December 15, 2014 Abstract The objective of this report is to observe and describe a real world online transaction made between a debit card issued by an Estonian

More information

1.- L a m e j o r o p c ió n e s c l o na r e l d i s co ( s e e x p li c a r á d es p u é s ).

1.- L a m e j o r o p c ió n e s c l o na r e l d i s co ( s e e x p li c a r á d es p u é s ). PROCEDIMIENTO DE RECUPERACION Y COPIAS DE SEGURIDAD DEL CORTAFUEGOS LINUX P ar a p od e r re c u p e ra r nu e s t r o c o rt a f u e go s an t e un d es a s t r e ( r ot u r a d e l di s c o o d e l a

More information

2. Making example missing-value datasets: MCAR, MAR, and MNAR

2. Making example missing-value datasets: MCAR, MAR, and MNAR Lecture 20 1. Types of missing values 2. Making example missing-value datasets: MCAR, MAR, and MNAR 3. Common methods for missing data 4. Compare results on example MCAR, MAR, MNAR data 1 Missing Data

More information

I n d i a n a U n i v e r s i t y U n i v e r s i t y I n f o r m a t i o n T e c h n o l o g y S e r v i c e s

I n d i a n a U n i v e r s i t y U n i v e r s i t y I n f o r m a t i o n T e c h n o l o g y S e r v i c e s I n d i a n a U n i v e r s i t y U n i v e r s i t y I n f o r m a t i o n T e c h n o l o g y S e r v i c e s Linear Regression Models for Panel Data Using SAS, Stata, LIMDEP, and SPSS * Hun Myoung Park,

More information

Service Instruction. 1.0 SUBJECT: ECi Accessory Cases for Lycoming 4-Cylinder engines with single magneto configurations and TITAN 361 Engines

Service Instruction. 1.0 SUBJECT: ECi Accessory Cases for Lycoming 4-Cylinder engines with single magneto configurations and TITAN 361 Engines Title: Service Instruction ECi Accessory Cases Installed on Engines S.I. No.: 03-1 Page: 1 of 7 Issued: 2/28/2003 Revision: 2 (4/13/2009) Technical Portions are FAA DER Approved. 1.0 SUBJECT: ECi Accessory

More information

Introduction to proc glm

Introduction to proc glm Lab 7: Proc GLM and one-way ANOVA STT 422: Summer, 2004 Vince Melfi SAS has several procedures for analysis of variance models, including proc anova, proc glm, proc varcomp, and proc mixed. We mainly will

More information

Victims Compensation Claim Status of All Pending Claims and Claims Decided Within the Last Three Years

Victims Compensation Claim Status of All Pending Claims and Claims Decided Within the Last Three Years Claim#:021914-174 Initials: J.T. Last4SSN: 6996 DOB: 5/3/1970 Crime Date: 4/30/2013 Status: Claim is currently under review. Decision expected within 7 days Claim#:041715-334 Initials: M.S. Last4SSN: 2957

More information

POLICY IDENTITY AND PREFIXES

POLICY IDENTITY AND PREFIXES POLICY IDENTITY AND PREFIXES 3700 S. STONEBRIDGE DRIVE McKINNEY, TEXAS 75070 FORM 111 2013-2014 Liberty National Life Insurance Company. All rights reserved. L1705 1214 GENERAL INFORMATION This section

More information

IAPRI Quantitative Analysis Capacity Building Series. Multiple regression analysis & interpreting results

IAPRI Quantitative Analysis Capacity Building Series. Multiple regression analysis & interpreting results IAPRI Quantitative Analysis Capacity Building Series Multiple regression analysis & interpreting results How important is R-squared? R-squared Published in Agricultural Economics 0.45 Best article of the

More information

URL encoding uses hex code prefixed by %. Quoted Printable encoding uses hex code prefixed by =.

URL encoding uses hex code prefixed by %. Quoted Printable encoding uses hex code prefixed by =. ASCII = American National Standard Code for Information Interchange ANSI X3.4 1986 (R1997) (PDF), ANSI INCITS 4 1986 (R1997) (Printed Edition) Coded Character Set 7 Bit American National Standard Code

More information

5. Linear Regression

5. Linear Regression 5. Linear Regression Outline.................................................................... 2 Simple linear regression 3 Linear model............................................................. 4

More information

New SAS Procedures for Analysis of Sample Survey Data

New SAS Procedures for Analysis of Sample Survey Data New SAS Procedures for Analysis of Sample Survey Data Anthony An and Donna Watts, SAS Institute Inc, Cary, NC Abstract Researchers use sample surveys to obtain information on a wide variety of issues Many

More information

Two Applications of Desargues Theorem

Two Applications of Desargues Theorem Two pplications of Desargues Theorem Prof. Florentin Smarandache, University of New Mexico, U.S.. Prof. Ion Pătraşcu, The National College Fraţii Buzeşti, Craiova, Romania In this article we will use the

More information

Attachment "A" - List of HP Inkjet Printers

Attachment A - List of HP Inkjet Printers HP Deskjet 350c Printer HP Deskjet 350cbi Printer HP Deskjet 350cbi Printer w/roller-case HP Deskjet 420 Printer HP Deskjet 420c Printer HP Deskjet 610c Printer HP Deskjet 610cl Printer HP Deskjet 612c

More information

Multiple Linear Regression

Multiple Linear Regression Multiple Linear Regression A regression with two or more explanatory variables is called a multiple regression. Rather than modeling the mean response as a straight line, as in simple regression, it is

More information

"HIGHER EDUCATION VALUES AND OPINIONS SURVEY" ADVANCED PLACEMENT TEACHERS and GUIDANCE COUNSELORS May-June 1994

HIGHER EDUCATION VALUES AND OPINIONS SURVEY ADVANCED PLACEMENT TEACHERS and GUIDANCE COUNSELORS May-June 1994 "HIGHER EDUCATION VALUES AND OPINIONS SURVEY" ADVANCED PLACEMENT TEACHERS and GUIDANCE COUNSELORS May-June 1994 VARIABLE SURVEY ANSWER NAME QUESTION CATEGORIES Facsimile the original mail questionnaire

More information

ASCII CODES WITH GREEK CHARACTERS

ASCII CODES WITH GREEK CHARACTERS ASCII CODES WITH GREEK CHARACTERS Dec Hex Char Description 0 0 NUL (Null) 1 1 SOH (Start of Header) 2 2 STX (Start of Text) 3 3 ETX (End of Text) 4 4 EOT (End of Transmission) 5 5 ENQ (Enquiry) 6 6 ACK

More information

Correlation and Regression

Correlation and Regression Correlation and Regression Scatterplots Correlation Explanatory and response variables Simple linear regression General Principles of Data Analysis First plot the data, then add numerical summaries Look

More information

Notes on Applied Linear Regression

Notes on Applied Linear Regression Notes on Applied Linear Regression Jamie DeCoster Department of Social Psychology Free University Amsterdam Van der Boechorststraat 1 1081 BT Amsterdam The Netherlands phone: +31 (0)20 444-8935 email:

More information

6 Variables: PD MF MA K IAH SBS

6 Variables: PD MF MA K IAH SBS options pageno=min nodate formdlim='-'; title 'Canonical Correlation, Journal of Interpersonal Violence, 10: 354-366.'; data SunitaPatel; infile 'C:\Users\Vati\Documents\StatData\Sunita.dat'; input Group

More information

Assessing Model Fit and Finding a Fit Model

Assessing Model Fit and Finding a Fit Model Paper 214-29 Assessing Model Fit and Finding a Fit Model Pippa Simpson, University of Arkansas for Medical Sciences, Little Rock, AR Robert Hamer, University of North Carolina, Chapel Hill, NC ChanHee

More information

Experimental Design for Influential Factors of Rates on Massive Open Online Courses

Experimental Design for Influential Factors of Rates on Massive Open Online Courses Experimental Design for Influential Factors of Rates on Massive Open Online Courses December 12, 2014 Ning Li nli7@stevens.edu Qing Wei qwei1@stevens.edu Yating Lan ylan2@stevens.edu Yilin Wei ywei12@stevens.edu

More information

ADVANCED FORECASTING MODELS USING SAS SOFTWARE

ADVANCED FORECASTING MODELS USING SAS SOFTWARE ADVANCED FORECASTING MODELS USING SAS SOFTWARE Girish Kumar Jha IARI, Pusa, New Delhi 110 012 gjha_eco@iari.res.in 1. Transfer Function Model Univariate ARIMA models are useful for analysis and forecasting

More information

HR DEPARTMENTAL SUFFIX & ORGANIZATION CODES

HR DEPARTMENTAL SUFFIX & ORGANIZATION CODES HR DEPARTMENTAL SUFFIX & ORGANIZATION CODES Department Suffix Organization Academic Affairs and Dean of Faculty, VP AA 1100 Admissions (Undergraduate) AD 1330 Advanced Ceramics, Colorado Center for--ccac

More information

The ASCII Character Set

The ASCII Character Set The ASCII Character Set The American Standard Code for Information Interchange or ASCII assigns values between 0 and 255 for upper and lower case letters, numeric digits, punctuation marks and other symbols.

More information

An analysis method for a quantitative outcome and two categorical explanatory variables.

An analysis method for a quantitative outcome and two categorical explanatory variables. Chapter 11 Two-Way ANOVA An analysis method for a quantitative outcome and two categorical explanatory variables. If an experiment has a quantitative outcome and two categorical explanatory variables that

More information

The consensus of the Pharmacy Practice Model Summit Am J Health-Syst Pharm. 2011; 68:1148-52 This list of the Pharmacy Practice

The consensus of the Pharmacy Practice Model Summit Am J Health-Syst Pharm. 2011; 68:1148-52 This list of the Pharmacy Practice The consensus of the summit The consensus of the Pharmacy Practice Model Summit Am J Health-Syst Pharm. 2011; 68:1148-52 This list of the Pharmacy Practice Model Summit s 147 points of consensus about

More information

An Introduction to Statistical Tests for the SAS Programmer Sara Beck, Fred Hutchinson Cancer Research Center, Seattle, WA

An Introduction to Statistical Tests for the SAS Programmer Sara Beck, Fred Hutchinson Cancer Research Center, Seattle, WA ABSTRACT An Introduction to Statistical Tests for the SAS Programmer Sara Beck, Fred Hutchinson Cancer Research Center, Seattle, WA Often SAS Programmers find themselves in situations where performing

More information

CODES FOR PHARMACY ONLINE CLAIMS PROCESSING

CODES FOR PHARMACY ONLINE CLAIMS PROCESSING S FOR PHARMACY ONLINE CLAIMS PROCESSING The following is a list of error and warning codes that may appear when processing claims on the online system. The error codes are bolded. CODE AA AB AI AR CB CD

More information

ECON 142 SKETCH OF SOLUTIONS FOR APPLIED EXERCISE #2

ECON 142 SKETCH OF SOLUTIONS FOR APPLIED EXERCISE #2 University of California, Berkeley Prof. Ken Chay Department of Economics Fall Semester, 005 ECON 14 SKETCH OF SOLUTIONS FOR APPLIED EXERCISE # Question 1: a. Below are the scatter plots of hourly wages

More information

Getting Correct Results from PROC REG

Getting Correct Results from PROC REG Getting Correct Results from PROC REG Nathaniel Derby, Statis Pro Data Analytics, Seattle, WA ABSTRACT PROC REG, SAS s implementation of linear regression, is often used to fit a line without checking

More information

We extended the additive model in two variables to the interaction model by adding a third term to the equation.

We extended the additive model in two variables to the interaction model by adding a third term to the equation. Quadratic Models We extended the additive model in two variables to the interaction model by adding a third term to the equation. Similarly, we can extend the linear model in one variable to the quadratic

More information

MISSING DATA TECHNIQUES WITH SAS. IDRE Statistical Consulting Group

MISSING DATA TECHNIQUES WITH SAS. IDRE Statistical Consulting Group MISSING DATA TECHNIQUES WITH SAS IDRE Statistical Consulting Group ROAD MAP FOR TODAY To discuss: 1. Commonly used techniques for handling missing data, focusing on multiple imputation 2. Issues that could

More information

Queen Victoria deck plans 2016-2017.

Queen Victoria deck plans 2016-2017. Queen Victoria deck plans 2016-2017. From 2 August 2016-5 May 2017 Forward Ship facts Entered Service: 2007 Planned Refit: May 2017 Country of Registry: Bermuda Speed: 23.7 knots Guest Capacity: 1,997

More information

KALE: A High-Degree Algebraic-Resistant Variant of The Advanced Encryption Standard

KALE: A High-Degree Algebraic-Resistant Variant of The Advanced Encryption Standard KALE: A High-Degree Algebraic-Resistant Variant of The Advanced Encryption Standard Dr. Gavekort c/o Vakiopaine Bar Kauppakatu 6, 41 Jyväskylä FINLAND mjos@iki.fi Abstract. We have discovered that the

More information

Statistics 512: Applied Linear Models. Topic 6. The response variable Y is continuous (same as in regression).

Statistics 512: Applied Linear Models. Topic 6. The response variable Y is continuous (same as in regression). Topic Overview Statistics 512: Applied Linear Models Topic 6 This topic will cover One-way Analysis of Variance (ANOVA) One-Way Analysis of Variance (ANOVA) Also called single factor ANOVA. The response

More information

Profile analysis is the multivariate equivalent of repeated measures or mixed ANOVA. Profile analysis is most commonly used in two cases:

Profile analysis is the multivariate equivalent of repeated measures or mixed ANOVA. Profile analysis is most commonly used in two cases: Profile Analysis Introduction Profile analysis is the multivariate equivalent of repeated measures or mixed ANOVA. Profile analysis is most commonly used in two cases: ) Comparing the same dependent variables

More information

Assessing the Relationship Between Online Job Postings and Total Hires and Education Levels in Arizona Aruna Murthy Dan Bache Benjamin Fa anunu

Assessing the Relationship Between Online Job Postings and Total Hires and Education Levels in Arizona Aruna Murthy Dan Bache Benjamin Fa anunu Assessing the Relationship Between Online Job Postings and Total Hires and Education Levels in Arizona Aruna Murthy Dan Bache Benjamin Fa anunu Help Wanted Online (HWOL) HWOL data series from the Conference

More information

ABSTRACT INTRODUCTION READING THE DATA SESUG 2012. Paper PO-14

ABSTRACT INTRODUCTION READING THE DATA SESUG 2012. Paper PO-14 SESUG 2012 ABSTRACT Paper PO-14 Spatial Analysis of Gastric Cancer in Costa Rica using SAS So Young Park, North Carolina State University, Raleigh, NC Marcela Alfaro-Cordoba, North Carolina State University,

More information

Dongfeng Li. Autumn 2010

Dongfeng Li. Autumn 2010 Autumn 2010 Chapter Contents Some statistics background; ; Comparing means and proportions; variance. Students should master the basic concepts, descriptive statistics measures and graphs, basic hypothesis

More information

Chapter 13 Introduction to Linear Regression and Correlation Analysis

Chapter 13 Introduction to Linear Regression and Correlation Analysis Chapter 3 Student Lecture Notes 3- Chapter 3 Introduction to Linear Regression and Correlation Analsis Fall 2006 Fundamentals of Business Statistics Chapter Goals To understand the methods for displaing

More information

Topic 3. Chapter 5: Linear Regression in Matrix Form

Topic 3. Chapter 5: Linear Regression in Matrix Form Topic Overview Statistics 512: Applied Linear Models Topic 3 This topic will cover thinking in terms of matrices regression on multiple predictor variables case study: CS majors Text Example (NKNW 241)

More information

Week 5: Multiple Linear Regression

Week 5: Multiple Linear Regression BUS41100 Applied Regression Analysis Week 5: Multiple Linear Regression Parameter estimation and inference, forecasting, diagnostics, dummy variables Robert B. Gramacy The University of Chicago Booth School

More information

SCO TT G LEA SO N D EM O Z G EB R E-

SCO TT G LEA SO N D EM O Z G EB R E- SCO TT G LEA SO N D EM O Z G EB R E- EG Z IA B H ER e d it o r s N ) LICA TIO N S A N D M ETH O D S t DVD N CLUDED C o n t e n Ls Pr e fa c e x v G l o b a l N a v i g a t i o n Sa t e llit e S y s t e

More information

Concept of a Technology Classification for Country

Concept of a Technology Classification for Country Concept of a Technology Classification for Country Comparisons1 Final Report to the World Intellectual Property Organisation (WIPO) Ulrich Schmoch Fraunhofer Institute for Systems and Innovation Research,

More information

Scatter Plots with Error Bars

Scatter Plots with Error Bars Chapter 165 Scatter Plots with Error Bars Introduction The procedure extends the capability of the basic scatter plot by allowing you to plot the variability in Y and X corresponding to each point. Each

More information

Application Note RMF Magic 5.1.0: EMC Array Group and EMC SRDF/A Reporting. July 2009

Application Note RMF Magic 5.1.0: EMC Array Group and EMC SRDF/A Reporting. July 2009 Application Note RMF Magic 5.1.0: EMC Array Group and EMC SRDF/A Reporting July 2009 Summary: This Application Note describes the new functionality in RMF Magic 5.1 that enables more effective monitoring

More information

Creating Word Tables using PROC REPORT and ODS RTF

Creating Word Tables using PROC REPORT and ODS RTF Paper TT02 Creating Word Tables using PROC REPORT and ODS RTF Carey G. Smoak,, Pleasanton, CA ABSTRACT With the introduction of the ODS RTF destination, programmers now have the ability to create Word

More information

SOLICITATION/CONTRACT/ORDER FOR COMMERICAL ITEMS

SOLICITATION/CONTRACT/ORDER FOR COMMERICAL ITEMS SOLICITATION/CONTRACT/ORDER FOR COMMERICAL ITEMS 1. REQUISITION NUMBER PAGE 1 OF OFFEROR TO COMPLETE BLOCKS 12, 17, 23, 24 & 30 2. CONTRACT NO. 3. AWARD/EFFECTIVE DATE 4. ORDER NUMBER 5. RFQ NUMBER 6.

More information

4 Other useful features on the course web page. 5 Accessing SAS

4 Other useful features on the course web page. 5 Accessing SAS 1 Using SAS outside of ITCs Statistical Methods and Computing, 22S:30/105 Instructor: Cowles Lab 1 Jan 31, 2014 You can access SAS from off campus by using the ITC Virtual Desktop Go to https://virtualdesktopuiowaedu

More information

T360 Barbecue. Assembly Manual. 85-3052-6 (G30531) Propane 1 YEAR LIMITED WARRANTY

T360 Barbecue. Assembly Manual. 85-3052-6 (G30531) Propane 1 YEAR LIMITED WARRANTY T360 Barbecue Assembly Manual 85-3052-6 (G30531) Propane 1 YEAR LIMITED WARRANTY READ AND SAVE MANUAL FOR FUTURE REFERENCE. If pre-assembled, leave this manual with unit for consumer s future reference.

More information

Acceptance Page 2. Revision History 3. Introduction 14. Control Categories 15. Scope 15. General Requirements 15

Acceptance Page 2. Revision History 3. Introduction 14. Control Categories 15. Scope 15. General Requirements 15 Acceptance Page 2 Revision History 3 Introduction 14 Control Categories 15 Scope 15 General Requirements 15 Control Category: 0.0 Information Security Management Program 17 Objective Name: 0.01 Information

More information

NEOSHO COUNTY COMMUNITY COLLEGE MASTER COURSE SYLLABUS. Medical Professional Issues

NEOSHO COUNTY COMMUNITY COLLEGE MASTER COURSE SYLLABUS. Medical Professional Issues NEOSHO COUNTY COMMUNITY COLLEGE MASTER COURSE SYLLABUS COURSE IDENTIFICATION Course Code/Number: ALMA 110 Course Title: Medical Professional Issues Division: Applied Science (AS) Liberal Arts (LA) Workforce

More information

Sticky Rice Cooking School Voted A Top 3 HotSpot in SA 2009. Sticky News. sticky rice cooking school newsletter

Sticky Rice Cooking School Voted A Top 3 HotSpot in SA 2009. Sticky News. sticky rice cooking school newsletter R C V T 3 H 29 N #4 29 j v M C R C P Y z K R Gvv H K L K D Cb 1 v M C Dv T F T b b Dv T I b b T x R C C v 8 b Dv T v Nvb 29 x 1 v q b b b 3 M C L C R P P W G T W bzz C v T C v b v b q v x x b C x C M L

More information

MAC Address Management

MAC Address Management D MAC Address Management Contents Overview.................................................... D-2.................................. D-3 Menu: Viewing the Switch s MAC Addresses.................... D-4

More information

Supplementary Materials. Dispersive micro-solid-phase extraction of dopamine, epinephrine and norepinephrine

Supplementary Materials. Dispersive micro-solid-phase extraction of dopamine, epinephrine and norepinephrine Electronic Supplementary Material (ESI) for RSC Advances. This journal is The Royal Society of Chemistry 201 Supplementary Materials Dispersive micro-solid-phase extraction of dopamine, epinephrine and

More information

Chapter 4 and 5 solutions

Chapter 4 and 5 solutions Chapter 4 and 5 solutions 4.4. Three different washing solutions are being compared to study their effectiveness in retarding bacteria growth in five gallon milk containers. The analysis is done in a laboratory,

More information

Montgomery GI Bill Selected Reserve (MGIB-SR) Command/Servicing Personnel Office Review

Montgomery GI Bill Selected Reserve (MGIB-SR) Command/Servicing Personnel Office Review Overview Montgomery GI Bill Selected Reserve (MGIB-SR) Command/Servicing Personnel Office Review Introduction This transaction is used to record a Reserve member s Montgomery GI Bill-SR (MGIB-SR) eligibility

More information

DHL EXPRESS CANADA E-BILL STANDARD SPECIFICATIONS

DHL EXPRESS CANADA E-BILL STANDARD SPECIFICATIONS DHL EXPRESS CANADA E-BILL STANDARD SPECIFICATIONS 1 E-Bill Standard Layout A B C D E F G Field/ DHL Account Number Billing Customer Name Billing Customer Address Billing Customer City Billing Customer

More information

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA Michael R. Middleton, McLaren School of Business, University of San Francisco 0 Fulton Street, San Francisco, CA -00 -- middleton@usfca.edu

More information

Vehicle Identification Numbering System 00.03

Vehicle Identification Numbering System 00.03 Vehicle Identification Numbering System 00.03 IMPORTANT: See Subject 050 for the vehicle identification numbering system for vehicles built before May 1, 2000. Federal Motor Vehicle Safety Standard 115

More information

english parliament of finland

english parliament of finland gh f fd 213 P cvd f h f y f h g 4 Fby 213. E H (Sc Dcc Py) w -cd S, P Rv (N C Py) F Dy S d A Jh (Th F Py) Scd Dy S. Th g c c 5 Fby, wh Pd f h Rbc S Nö d P f h f fwg h c 212. P g dc c 12 Fby h b f P M c.

More information

MODEL I: DRINK REGRESSED ON GPA & MALE, WITHOUT CENTERING

MODEL I: DRINK REGRESSED ON GPA & MALE, WITHOUT CENTERING Interpreting Interaction Effects; Interaction Effects and Centering Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised February 20, 2015 Models with interaction effects

More information

APPENDIX R INFECTIOUS WASTE TREATMENT FACILITY PERMIT TO INSTALL APPLICATION

APPENDIX R INFECTIOUS WASTE TREATMENT FACILITY PERMIT TO INSTALL APPLICATION INFECTIOUS WASTE TREATMENT FACILITY PERMIT TO INSTALL APPLICATION Submittal Procedure - Submit four copies of the Permit to Install application (two copies to Central Office and two copies to the appropriate

More information

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 4: September

More information

California SCHIP Caregivers Perceptions of Dental Care

California SCHIP Caregivers Perceptions of Dental Care California SCHIP Caregivers Perceptions of Dental Care J.J. CRALL, C UCLA / MCHB National Oral Health Policy Center, LA, CA J. BROWN, RAND Survey Research Group, Santa Monica, CA L.U. BROWN, Managed Risk

More information