One-way ANOVA: round, narrow, wide

Size: px
Start display at page:

Download "One-way ANOVA: round, narrow, wide"

Transcription

1 5/4/2009 9:19:18 AM Retrieving project from file: 'C:\DOCUMENTS AND SETTINGS\BOB S\DESKTOP\RJS\COURSES\MTAB\FIRSTBASE.MPJ' ========================================================================== This is an analysis of data on running times by three methods of rounding first base in baseball. See Hollander and Wolfe, 1973 (or later edition). The methods are round out, narrow angle, and wide angle. Each of 22 different runners performed roundings of first base using each of the three methods, and the running times were recorded. Here is the data as entered into Minitab. The 2 nd column gives the times, with the 1 st column giving the runner for that time and the 3 rd column giving which method was used for that time. Columns 4, 5, and 6 give this same information in unstacked form for each of the 22 runners. runner times subs round narrow wide round round round round round round round round round round round round round round round round round round round round round round narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow narrow wide wide

2 wide wide wide wide wide wide wide wide wide wide wide wide wide wide wide wide wide wide wide wide The null hypothesis is that the average running times for each method are the same. As we discussed in class, this design calls for a two-way ANOVA, thus eliminating the effect of the factor runner. However, for purposes of later comparison, let us see what one-way ANOVA gives when we treat this data as three independent samples of size 22 corresponding to the three methods. That is, ignoring the information that each runner involves has run each of the three methods. MTB > AOVOneway 'round' 'narrow' 'wide'. One-way ANOVA: round, narrow, wide Source DF SS MS F P Factor Error Total S = R-Sq = 2.03% R-Sq(adj) = 0.00% Level N Mean StDev round ( * ) narrow ( * ) wide ( * ) = We see that the null hypothesis is accepted with p-value of The three associated confidence intervals for the true means heavily overlap.

3 Next we carry out a nonparametric rank-based version of one-way ANOVA. MTB > Kruskal-Wallis 'times' 'subs'. Kruskal-Wallis Test: times versus subs Kruskal-Wallis Test on times subs N Median Ave Rank Z narrow round wide Overall H = 1.84 DF = 2 P = H = 1.85 DF = 2 P = (adjusted for ties) Again, the null hypothesis is accepted. Now let us carry out a two-way ANOVA. MTB > Twoway 'times' 'runner' 'subs'; SUBC> Means 'runner' 'subs'. Two-way ANOVA: times versus runner, subs Source DF SS MS F P runner subs Error Total S = R-Sq = 93.23% R-Sq(adj) = 89.53% There are now two null hypotheses: (1) that runners all have the same average running time, and (2) that the three methods all have the same running time. The above analysis shows that both hypotheses are rejected with very low p- values.

4 Below we see the individual CIs for the average running times for the 22 runners. Note that some pairs of intervals are nonoverlapping. This supports the conclusion that the average running times are not the same for all the runners. Runner 14 is fastest on average, runner 22 is slowest. runner Mean (-*--) (-*--) (--*-) (-*--) (-*--) (-*--) (--*-) (--*-) (-*--) (--*-) (--*-) (--*-) (--*-) (--*--) (--*-) (-*--) (-*--) (-*--) (--*--) (--*-) (--*-) (-*--) Next we look at the individual CIs for the average running times for the three methods. We see that some pairs of intervals are nonoverlapping, indicating that the mean running times are not the same for the three methods. Based on means, the wide angle method outperforms the other two methods, which are very close to each other, and this finding has statistical significance, although it is based on a normality assumption. subs Mean narrow ( * ) round ( * ) wide ( * )

5 Finally, we perform a nonparametric rank-based version of two-way ANOVA. MTB > Friedman 'times' 'subs' 'runner'. Friedman Test: times versus subs blocked by runner S = DF = 2 P = S = DF = 2 P = (adjusted for ties) Sum of subs N Est Median Ranks narrow round wide Grand median = Again, both null hypotheses are rejected. We see again that the wide angle method outperforms the other two methods, this time based on medians, and that this finding has statistical significance, this time without requiring a normality assumption. HAPPY RUNNING!

Example 1: One Way ANOVA in MINITAB

Example 1: One Way ANOVA in MINITAB Example : One Way ANOVA in MINITAB A consumer group wants to compare a new brand of wax (Brand-X) to two leading brands (Sureglow and Microsheen) in terms of Effectiveness of wax. Following data is collected

More information

Select Boxplot -> Multiple Y's (simple) and select all variable names.

Select Boxplot -> Multiple Y's (simple) and select all variable names. One Factor ANOVA in Minitab As an example, we will use the data below. A study looked at the days spent in the hospital for different regions of the United States. Can the company reject the claim the

More information

Statistical Analysis of PGA Tour Skill Rankings USGA Research and Test Center June 1, 2007

Statistical Analysis of PGA Tour Skill Rankings USGA Research and Test Center June 1, 2007 Statistical Analysis of PGA Tour Skill Rankings 198-26 USGA Research and Test Center June 1, 27 1. Introduction The PGA Tour has recorded and published Tour Player performance statistics since 198. All

More information

Analysis of Variance. Copyright 2014 Pearson Education, Inc.

Analysis of Variance. Copyright 2014 Pearson Education, Inc. Analysis of Variance 12-1 Learning Outcomes Outcome 1. Understand the basic logic of analysis of variance. Outcome 2. Perform a hypothesis test for a single-factor design using analysis of variance manually

More information

Stats 2002: Probabilities for Wins and Losses of Online Gambling

Stats 2002: Probabilities for Wins and Losses of Online Gambling Abstract: Jennifer Mateja Andrea Scisinger Lindsay Lacher Stats 2002: Probabilities for Wins and Losses of Online Gambling The objective of this experiment is to determine whether online gambling is a

More information

One-factor ANOVA by example

One-factor ANOVA by example ANOVA One-factor ANOVA by example 2 One-factor ANOVA by visual inspection 3 4 One-factor ANOVA H 0 H 0 : µ 1 = µ 2 = µ 3 = H A : not all means are equal 5 One-factor ANOVA but why not t-tests t-tests?

More information

Week 7 One-way ANOVA

Week 7 One-way ANOVA Week 7 One-way ANOVA Objectives By the end of this lecture, you should be able to: Understand the shortcomings of comparing multiple means as pairs of hypotheses. Understand the steps of the ANOVA method

More information

Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA

Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA Limitations of the t-test Although the t-test is commonly used, it has limitations Can only

More information

Unit4: Inferencefornumericaldata 4. ANOVA. Sta Spring Duke University, Department of Statistical Science

Unit4: Inferencefornumericaldata 4. ANOVA. Sta Spring Duke University, Department of Statistical Science Unit4: Inferencefornumericaldata 4. ANOVA Sta 101 - Spring 2016 Duke University, Department of Statistical Science Dr. Çetinkaya-Rundel Slides posted at http://bit.ly/sta101_s16 Outline 1. Housekeeping

More information

PLANNED ORTHOGONAL CONTRASTS

PLANNED ORTHOGONAL CONTRASTS PLANNED ORTHOGONAL CONTRASTS Please note: This handout is useful background for the workshop, not what s covered in it. Basic principles for contrasts are the same in repeated measures. Planned orthogonal

More information

A few things to remember about ANOVA

A few things to remember about ANOVA A few things to remember about ANOVA 1) The F-test that is performed is always 1-tailed. This is because your alternative hypothesis is always that the between group variation is greater than the within

More information

MTB 02 Intermediate Minitab

MTB 02 Intermediate Minitab MTB 02 Intermediate Minitab This module will cover: Advanced graphing Changing data types Value Order Making similar graphs Zooming worksheet Brushing Multi-graphs: By variables Interactively upgrading

More information

Unit 4: Inference for numerical variables Lecture 3: ANOVA

Unit 4: Inference for numerical variables Lecture 3: ANOVA Unit 4: Inference for numerical variables Lecture 3: ANOVA Statistics 101 Thomas Leininger June 10, 2013 Announcements Announcements Proposals due tomorrow. Will be returned to you by Wednesday. You MUST

More information

Guide to Computing Minitab commands used in labs (mtbcode.out)

Guide to Computing Minitab commands used in labs (mtbcode.out) Guide to Computing Minitab commands used in labs (mtbcode.out) A full listing of Minitab commands can be found by invoking the HELP command while running Minitab. A reference card, with listing of available

More information

Data Set 7: Bioerosion by Parrotfish Background volume of bites The question:

Data Set 7: Bioerosion by Parrotfish Background volume of bites The question: Data Set 7: Bioerosion by Parrotfish Background Bioerosion of coral reefs results from animals taking bites out of the calcium-carbonate skeleton of the reef. Parrotfishes are major bioerosion agents,

More information

CHAPTER ANALYSIS AND INTERPRETATION Average total number of collisions for a try to be scored

CHAPTER ANALYSIS AND INTERPRETATION Average total number of collisions for a try to be scored CHAPTER 8 8.1 ANALYSIS AND INTERPRETATION As mentioned in the previous chapter, four key components have been identified as indicators of the level of significance of dominant collisions when evaluating

More information

ANOVA - Implementation.

ANOVA - Implementation. ANOVA - Implementation http://www.pelagicos.net/classes_biometry_fa17.htm Doing an ANOVA With RCmdr Categorical Variable One-Way ANOVA Testing a single Factor dose with 3 treatments (low, mid, high) Doing

More information

Legendre et al Appendices and Supplements, p. 1

Legendre et al Appendices and Supplements, p. 1 Legendre et al. 2010 Appendices and Supplements, p. 1 Appendices and Supplement to: Legendre, P., M. De Cáceres, and D. Borcard. 2010. Community surveys through space and time: testing the space-time interaction

More information

Chapter 13. Factorial ANOVA. Patrick Mair 2015 Psych Factorial ANOVA 0 / 19

Chapter 13. Factorial ANOVA. Patrick Mair 2015 Psych Factorial ANOVA 0 / 19 Chapter 13 Factorial ANOVA Patrick Mair 2015 Psych 1950 13 Factorial ANOVA 0 / 19 Today s Menu Now we extend our one-way ANOVA approach to two (or more) factors. Factorial ANOVA: two-way ANOVA, SS decomposition,

More information

A Statistical Analysis of the Factors that Potentially Affect the Price of A Horse

A Statistical Analysis of the Factors that Potentially Affect the Price of A Horse The College at Brockport: State University of New York Digital Commons @Brockport Senior Honors Theses Master's Theses and Honors Projects 3-26-2013 A Statistical Analysis of the Factors that Potentially

More information

Name May 3, 2007 Math Probability and Statistics

Name May 3, 2007 Math Probability and Statistics Name May 3, 2007 Math 341 - Probability and Statistics Long Exam IV Instructions: Please include all relevant work to get full credit. Encircle your final answers. 1. An article in Professional Geographer

More information

Factorial Analysis of Variance

Factorial Analysis of Variance Factorial Analysis of Variance Overview of the Factorial ANOVA Factorial ANOVA (Two-Way) In the context of ANOVA, an independent variable (or a quasiindependent variable) is called a factor, and research

More information

1wsSMAM 319 Some Examples of Graphical Display of Data

1wsSMAM 319 Some Examples of Graphical Display of Data 1wsSMAM 319 Some Examples of Graphical Display of Data 1. Lands End employs numerous persons to take phone orders. Computers on which orders are entered also automatically collect data on phone activity.

More information

Setting up group models Part 1 NITP, 2011

Setting up group models Part 1 NITP, 2011 Setting up group models Part 1 NITP, 2011 What is coming up Crash course in setting up models 1-sample and 2-sample t-tests Paired t-tests ANOVA! Mean centering covariates Identifying rank deficient matrices

More information

Announcements. Lecture 19: Inference for SLR & Transformations. Online quiz 7 - commonly missed questions

Announcements. Lecture 19: Inference for SLR & Transformations. Online quiz 7 - commonly missed questions Announcements Announcements Lecture 19: Inference for SLR & Statistics 101 Mine Çetinkaya-Rundel April 3, 2012 HW 7 due Thursday. Correlation guessing game - ends on April 12 at noon. Winner will be announced

More information

Running head: DATA ANALYSIS AND INTERPRETATION 1

Running head: DATA ANALYSIS AND INTERPRETATION 1 Running head: DATA ANALYSIS AND INTERPRETATION 1 Data Analysis and Interpretation Final Project Vernon Tilly Jr. University of Central Oklahoma DATA ANALYSIS AND INTERPRETATION 2 Owners of the various

More information

Stat 139 Homework 3 Solutions, Spring 2015

Stat 139 Homework 3 Solutions, Spring 2015 Stat 39 Homework 3 Solutions, Spring 05 Problem. Let i Nµ, σ ) for i,..., n, and j Nµ, σ ) for j,..., n. Also, assume that all observations are independent from each other. In Unit 4, we learned that the

More information

Variables that influence the gestation length and parturition-conception interval on a New Zealand Thoroughbred studfarm

Variables that influence the gestation length and parturition-conception interval on a New Zealand Thoroughbred studfarm Variables that influence the gestation length and parturition-conception interval on a New Zealand Thoroughbred studfarm Research Project of Drs. Andrea van Rijssen October 2007- January 2008 Supervisors:

More information

Confidence Interval Notes Calculating Confidence Intervals

Confidence Interval Notes Calculating Confidence Intervals Confidence Interval Notes Calculating Confidence Intervals Calculating One-Population Mean Confidence Intervals for Quantitative Data It is always best to use a computer program to make these calculations,

More information

Safety at Intersections in Oregon A Preliminary Update of Statewide Intersection Crash Rates

Safety at Intersections in Oregon A Preliminary Update of Statewide Intersection Crash Rates Portland State University PDXScholar Civil and Environmental Engineering Master's Project Reports Civil and Environmental Engineering 2015 Safety at Intersections in Oregon A Preliminary Update of Statewide

More information

Biostatistics & SAS programming

Biostatistics & SAS programming Biostatistics & SAS programming Kevin Zhang March 6, 2017 ANOVA 1 Two groups only Independent groups T test Comparison One subject belongs to only one groups and observed only once Thus the observations

More information

Internet Technology Fundamentals. To use a passing score at the percentiles listed below:

Internet Technology Fundamentals. To use a passing score at the percentiles listed below: Internet Technology Fundamentals To use a passing score at the percentiles listed below: PASS candidates with this score or HIGHER: 2.90 High Scores Medium Scores Low Scores Percentile Rank Proficiency

More information

MGB 203B Homework # LSD = 1 1

MGB 203B Homework # LSD = 1 1 MGB 0B Homework # 4.4 a α =.05: t = =.05 LSD = α /,n k t.05, 7 t α /,n k MSE + =.05 700 + = 4.8 n i n j 0 0 i =, j = 8.7 0.4 7. i =, j = 8.7.7 5.0 i =, j = 0.4.7. Conclusion: µ differs from µ and µ. b

More information

Robert Jones Bandage Report

Robert Jones Bandage Report Robert Jones Bandage Report Zach Browning Daniel Elsbury Nick Frazey December 13, 011 Table of Contents Abstract:... 3 Introduction:... 3 Background:... 3 Motivation:... 3 Objective:... 4 Methodology:...

More information

Hydroacoustic surveys of Otsego Lake s pelagic fish community,

Hydroacoustic surveys of Otsego Lake s pelagic fish community, Hydroacoustic surveys of Otsego Lake s pelagic fish community, 2010 1 Holly A. Waterfield 2 and Mark Cornwell 3 INTRODUCTION Hydroacoustic surveys were conducted in May and November 2010 to estimate pelagic

More information

Empirical Example II of Chapter 7

Empirical Example II of Chapter 7 Empirical Example II of Chapter 7 1. We use NBA data. The description of variables is --- --- --- storage display value variable name type format label variable label marr byte %9.2f =1 if married wage

More information

Driv e accu racy. Green s in regul ation

Driv e accu racy. Green s in regul ation LEARNING ACTIVITIES FOR PART II COMPILED Statistical and Measurement Concepts We are providing a database from selected characteristics of golfers on the PGA Tour. Data are for 3 of the players, based

More information

Cumulative Frequency Diagrams

Cumulative Frequency Diagrams Save My Exams! The Home of Revision For more awesome GCSE and A level resources, visit us at www.savemyexams.co.uk/ Cumulative Frequency Diagrams Mark Scheme Level Subject Exam Board Topic Sub Topic Booklet

More information

Factorial ANOVA Problems

Factorial ANOVA Problems Factorial ANOVA Problems Q.1. In a 2-Factor ANOVA, measuring the effects of 2 factors (A and B) on a response (y), there are 3 levels each for factors A and B, and 4 replications per treatment combination.

More information

One Way ANOVA (Analysis of Variance)

One Way ANOVA (Analysis of Variance) One Wa ANOVA (Analsis of Variance) The one-wa analsis of variance (ANOVA) is used to determine whether there are an significant differences between the means of two or more independent (unrelated) groups

More information

Examining marketing and operations management as a competitive advantage in the National Football League

Examining marketing and operations management as a competitive advantage in the National Football League Examining marketing and operations management as a competitive advantage in the National Football League Mark D. Heileman Rollins College mheileman@rollins.edu Adrian J. Mayer Rollins College Timothy L.

More information

Surface Texture Gage study in the qs-stat Measurement System Analysis Module

Surface Texture Gage study in the qs-stat Measurement System Analysis Module study in the qs-stat Measurement System Analysis Module Q-DAS Library Living Documentation Last edited: 11/22/2004 Version: EB C:\Documents and Settings\Ellen Fassbeck\My Documents \My Temp Files\GMPT\TC\GMPT

More information

ISyE 6414 Regression Analysis

ISyE 6414 Regression Analysis ISyE 6414 Regression Analysis Lecture 2: More Simple linear Regression: R-squared (coefficient of variation/determination) Correlation analysis: Pearson s correlation Spearman s rank correlation Variable

More information

Psychology - Mr. Callaway/Mundy s Mill HS Unit Research Methods - Statistics

Psychology - Mr. Callaway/Mundy s Mill HS Unit Research Methods - Statistics Psychology - Mr. Callaway/Mundy s Mill HS Unit 2.3 - Research Methods - Statistics How do psychologists ask & answer questions? Last time we asked that we were discussing Research Methods. This time we

More information

PRACTICAL EXPLANATION OF THE EFFECT OF VELOCITY VARIATION IN SHAPED PROJECTILE PAINTBALL MARKERS. Document Authors David Cady & David Williams

PRACTICAL EXPLANATION OF THE EFFECT OF VELOCITY VARIATION IN SHAPED PROJECTILE PAINTBALL MARKERS. Document Authors David Cady & David Williams PRACTICAL EXPLANATION OF THE EFFECT OF VELOCITY VARIATION IN SHAPED PROJECTILE PAINTBALL MARKERS Document Authors David Cady & David Williams Marker Evaluations Lou Arthur, Matt Sauvageau, Chris Fisher

More information

Comparison of recruitment tile materials for monitoring coralline algae responses to a changing climate

Comparison of recruitment tile materials for monitoring coralline algae responses to a changing climate The following supplement accompanies the article Comparison of recruitment tile materials for monitoring coralline algae responses to a changing climate Emma V. Kennedy*, Alexandra Ordoñez, Bonnie E. Lewis,

More information

1 Hypothesis Testing for Comparing Population Parameters

1 Hypothesis Testing for Comparing Population Parameters Hypothesis Testing for Comparing Population Parameters Hypothesis testing can address many di erent types of questions. We are not restricted to looking at the estimated value of a single population parameter.

More information

Sample Final Exam MAT 128/SOC 251, Spring 2018

Sample Final Exam MAT 128/SOC 251, Spring 2018 Sample Final Exam MAT 128/SOC 251, Spring 2018 Name: Each question is worth 10 points. You are allowed one 8 1/2 x 11 sheet of paper with hand-written notes on both sides. 1. The CSV file citieshistpop.csv

More information

1. In a hypothesis test involving two-samples, the hypothesized difference in means must be 0. True. False

1. In a hypothesis test involving two-samples, the hypothesized difference in means must be 0. True. False STAT 350 (Spring 2016) Homework 9 Online 1 1. In a hypothesis test involving two-samples, the hypothesized difference in means must be 0. 2. The two-sample Z test can be used only if both population variances

More information

MJA Rev 10/17/2011 1:53:00 PM

MJA Rev 10/17/2011 1:53:00 PM Problem 8-2 (as stated in RSM Simplified) Leonard Lye, Professor of Engineering and Applied Science at Memorial University of Newfoundland contributed the following case study. It is based on the DOE Golfer,

More information

Saturation Flow Rate, Start-Up Lost Time, and Capacity for Bicycles at Signalized Intersections

Saturation Flow Rate, Start-Up Lost Time, and Capacity for Bicycles at Signalized Intersections Transportation Research Record 1852 105 Paper No. 03-4180 Saturation Flow Rate, Start-Up Lost Time, and Capacity for Bicycles at Signalized Intersections Winai Raksuntorn and Sarosh I. Khan A review of

More information

Therapeutic Exercise Cage for Muscle Development

Therapeutic Exercise Cage for Muscle Development Therapeutic Exercise Cage for Muscle Development Client: Mr. Matt Jahnke - mattjahnke@ucpdane.org Advisor: Joseph Towles - towles@wisc.edu Team: Kevin Collins - kdcollins2@wisc.edu (Team Leader) Darcy

More information

Chapter 7. Comparing Two Population Means. Comparing two population means. T-tests: Independent samples and paired variables.

Chapter 7. Comparing Two Population Means. Comparing two population means. T-tests: Independent samples and paired variables. Chapter 7 Comparing Two Population Means Comparing two population means T-tests: Independent samples and paired variables. Usually subjects are assigned to treatment or control groups and one or more variables

More information

Chapter 9: Hypothesis Testing for Comparing Population Parameters

Chapter 9: Hypothesis Testing for Comparing Population Parameters Chapter 9: Hypothesis Testing for Comparing Population Parameters Hypothesis testing can address many di erent types of questions. We are not restricted to looking at the estimated value of a single population

More information

Political Science 30: Political Inquiry Section 5

Political Science 30: Political Inquiry Section 5 Political Science 30: Political Inquiry Section 5 Taylor Carlson tncarlson@ucsd.edu Link to Stats Motivation of the Week They ve done studies, you know. 60% of the time, it works every time. Brian, Anchorman

More information

On the association of inrun velocity and jumping width in ski. jumping

On the association of inrun velocity and jumping width in ski. jumping On the association of inrun velocity and jumping width in ski jumping Oliver Kuss Institute of Medical Epidemiology, Biostatistics, and Informatics University of Halle-Wittenberg, 06097 Halle (Saale),

More information

Taking Your Class for a Walk, Randomly

Taking Your Class for a Walk, Randomly Taking Your Class for a Walk, Randomly Daniel Kaplan Macalester College Oct. 27, 2009 Overview of the Activity You are going to turn your students into an ensemble of random walkers. They will start at

More information

(JUN10SS0501) General Certificate of Education Advanced Level Examination June Unit Statistics TOTAL.

(JUN10SS0501) General Certificate of Education Advanced Level Examination June Unit Statistics TOTAL. Centre Number Candidate Number For Examiner s Use Surname Other Names Candidate Signature Examiner s Initials Statistics Unit Statistics 5 Friday 18 June 2010 General Certificate of Education Advanced

More information

SWIM MEET MANAGER 5.0 NEW FEATURES

SWIM MEET MANAGER 5.0 NEW FEATURES SWIM MEET MANAGER 5.0 NEW FEATURES Updated January 24, 2014 1 ABOUT SWIMMING MEET MANAGER 5.0 MEET MANAGER 5.0 for ming (SWMM) is HY-TEK's 6th generation of Meet Management software. Provides the very

More information

Horse Farm Management s Report Writer. User Guide Version 1.1.xx

Horse Farm Management s Report Writer. User Guide Version 1.1.xx Horse Farm Management s Report Writer User Guide Version 1.1.xx August 30, 2001 Before you start 3 Using the Report Writer 4 General Concepts 4 Running the report writer 6 Creating a new Report 7 Opening

More information

The Normal Distribution, Margin of Error, and Hypothesis Testing. Additional Resources

The Normal Distribution, Margin of Error, and Hypothesis Testing. Additional Resources The Normal Distribution, Margin of Error, and Hypothesis Testing Additional Resources The Normal Distribution and Central Limit Theorem Explanations and Visuals o http://www.statisticshowto.com/central-limit-theorem-examples/

More information

APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS

APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS Peter M. McGinnis, Physical Education Department, SUNY College at Cortland, Cortland, New York INTRODUCTION Running speed is an important determinant of

More information

Universitas Sumatera Utara

Universitas Sumatera Utara Crosstabs Kelompok Usia (thn) * Hiperplasia Crosstabulation Hiperplasia Simpleks Kompleks Total Kelompok Usia (thn) 40 Count 12 17 29 54,5% 77,3% 65,9% Total Count

More information

Prokopios Chatzakis, National and Kapodistrian University of Athens, Faculty of Physical Education and Sport Science 1

Prokopios Chatzakis, National and Kapodistrian University of Athens, Faculty of Physical Education and Sport Science 1 Differences between geographic areas (continents) in the distribution of medals at the Beijing Olympic Games 2008 and at the London Olympic Games. Prokopios Chatzakis, National and Kapodistrian University

More information

Experimental Design and Data Analysis Part 2

Experimental Design and Data Analysis Part 2 Experimental Design and Data Analysis Part 2 Assump@ons for Parametric Tests t- test and ANOVA Independence Variance Normality t-test Yes Yes Yes ANOVA Yes Yes Yes Lecture 7 AEC 460 Assume homogeneity

More information

Statistical Theory, Conditional Probability Vaibhav Walvekar

Statistical Theory, Conditional Probability Vaibhav Walvekar Statistical Theory, Conditional Probability Vaibhav Walvekar # Load some helpful libraries library(tidyverse) If a baseball team scores X runs, what is the probability it will win the game? Baseball is

More information

How It Works! Make more profit from your betting at Betting Speed Evolution and the Race Advisor

How It Works! Make more profit from your betting at Betting Speed Evolution and the Race Advisor How It Works! Introduction As pro- bettors, we don t just want to find the winners in races, we want to find the winners that are going to make us a profit. This report is going to share with you a strategy

More information

Section I: Multiple Choice Select the best answer for each problem.

Section I: Multiple Choice Select the best answer for each problem. Inference for Linear Regression Review Section I: Multiple Choice Select the best answer for each problem. 1. Which of the following is NOT one of the conditions that must be satisfied in order to perform

More information

Major League Baseball Offensive Production in the Designated Hitter Era (1973 Present)

Major League Baseball Offensive Production in the Designated Hitter Era (1973 Present) Major League Baseball Offensive Production in the Designated Hitter Era (1973 Present) Jonathan Tung University of California, Riverside tung.jonathanee@gmail.com Abstract In Major League Baseball, there

More information

Case Processing Summary. Cases Valid Missing Total N Percent N Percent N Percent % 0 0.0% % % 0 0.0%

Case Processing Summary. Cases Valid Missing Total N Percent N Percent N Percent % 0 0.0% % % 0 0.0% GET FILE='C:\Users\acantrell\Desktop\demo5.sav'. DATASET NAME DataSet1 WINDOW=FRONT. EXAMINE VARIABLES=PASSYDSPG RUSHYDSPG /PLOT BOXPLOT HISTOGRAM /COMPARE GROUPS /STATISTICS DESCRIPTIVES /CINTERVAL 95

More information

Chapter 2: ANOVA and regression. Caroline Verhoeven

Chapter 2: ANOVA and regression. Caroline Verhoeven Chapter 2: ANOVA and regression Caroline Verhoeven Table of contents 1 ANOVA One-way ANOVA Repeated measures ANOVA Two-way ANOVA 2 Regression Simple linear regression Multiple regression 3 Conclusion Caroline

More information

Optimize Road Closure Control in Triathlon Event

Optimize Road Closure Control in Triathlon Event Optimize Road Closure Control in Triathlon Event Zonghuan (Jason) Li 25 Longview Court, Hillsborough, CA 94010 jasonlzh2001@gmail.com Mason Chen 2187 Morrill Avenue, San Jose, CA 95132 Mason.chen.training@gmail.com

More information

Keywords: multiple linear regression; pedestrian crossing delay; right-turn car flow; the number of pedestrians;

Keywords: multiple linear regression; pedestrian crossing delay; right-turn car flow; the number of pedestrians; Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 96 ( 2013 ) 1997 2003 13th COTA International Conference of Transportation Professionals (CICTP 2013)

More information

STANDARDIZED CATCH RATE OF SAILFISH (Istiophorus platypterus) CAUGHT BY BRAZILIAN LONGLINERS IN THE ATLANTIC OCEAN ( )

STANDARDIZED CATCH RATE OF SAILFISH (Istiophorus platypterus) CAUGHT BY BRAZILIAN LONGLINERS IN THE ATLANTIC OCEAN ( ) SCRS/2008/079 STANDARDIZED CATCH RATE OF SAILFISH (Istiophorus platypterus) CAUGHT BY BRAZILIAN LONGLINERS IN THE ATLANTIC OCEAN (1986-2006) Catarina Wor 12 ; Bruno L. Mourato 1,3 ; Humberto G. Hazin 1

More information

TECHNICAL REPORT STANDARD TITLE PAGE

TECHNICAL REPORT STANDARD TITLE PAGE TECHNICAL REPORT STANDARD TITLE PAGE 1. REPORT NO. 2. GOVERNMENT ACCESSION NO. 3. RECIPIENT S CATALOG NO. 4. TITLE AND SUBTITLE AIR VOID CHARACTERISTICS OF OKLAHOMA CONCRETE / AVA SOURCES OF ERROR 7. AUTHOR(S)

More information

1. A rabbit can cover a distance of 80 m in 5 s. What is the speed of the rabbit?

1. A rabbit can cover a distance of 80 m in 5 s. What is the speed of the rabbit? Chapter Problems Motion at Constant Speed Class Work. A rabbit can cover a distance of 80 m in 5 s. What is the speed of the rabbit?. During the first 50 s a truck traveled at constant speed of 5 m/s.

More information

WATER OIL RELATIVE PERMEABILITY COMPARATIVE STUDY: STEADY VERSUS UNSTEADY STATE

WATER OIL RELATIVE PERMEABILITY COMPARATIVE STUDY: STEADY VERSUS UNSTEADY STATE SCA2005-77 1/7 WATER OIL RELATIVE PERMEABILITY COMPARATIVE STUDY: STEADY VERSUS UNSTEADY STATE 1 Marcelo M. Kikuchi, 1 Celso C.M. Branco, 2 Euclides J. Bonet, 2 Rosângela M.Zanoni, 1 Carlos M. Paiva 1

More information

RULES AND REGULATIONS OF FIXED ODDS BETTING GAMES

RULES AND REGULATIONS OF FIXED ODDS BETTING GAMES RULES AND REGULATIONS OF FIXED ODDS BETTING GAMES Royalhighgate Public Company Ltd. 04.04.2014 Table of contents SECTION I: GENERAL RULES... 6 ARTICLE 1 - GENERAL REGULATIONS... 6 ARTICLE 2 - THE HOLDING

More information

Announcements. % College graduate vs. % Hispanic in LA. % College educated vs. % Hispanic in LA. Problem Set 10 Due Wednesday.

Announcements. % College graduate vs. % Hispanic in LA. % College educated vs. % Hispanic in LA. Problem Set 10 Due Wednesday. Announcements Announcements UNIT 7: MULTIPLE LINEAR REGRESSION LECTURE 1: INTRODUCTION TO MLR STATISTICS 101 Problem Set 10 Due Wednesday Nicole Dalzell June 15, 2015 Statistics 101 (Nicole Dalzell) U7

More information

Saturation Headways at Stop-Controlled Intersections

Saturation Headways at Stop-Controlled Intersections TRANSPORTATION RESEARCH RECORD 1457 111 Saturation Headways at Stop-Controlled Intersections MICHAEL KYTE, ZONGZHONG TIAN, JULIA KUHN, HEIDI POFFENROTH, MARc BUTORAC, AND BRIAN ROBERTSON Capacity analysis

More information

Highway & Transportation (I) ECIV 4333 Chapter (4): Traffic Engineering Studies. Spot Speed

Highway & Transportation (I) ECIV 4333 Chapter (4): Traffic Engineering Studies. Spot Speed Introduction Spot Speed Speed is an important measure of the quality of travel and safety of road network. Speed by definition is the rate of movement of vehicle in distance per unit time. A typical unit

More information

Lower Columbia River Dam Fish Ladder Passage Times, Eric Johnson and Christopher Peery University of Idaho

Lower Columbia River Dam Fish Ladder Passage Times, Eric Johnson and Christopher Peery University of Idaho Lower Columbia River Dam Fish Ladder Passage Times, 3 Eric Johnson and Christopher Peery University of Idaho As per your request, we have assembled passage times at Lower Columbia River fish ladders. Ladder

More information

The final set in a tennis match: four years at Wimbledon 1

The final set in a tennis match: four years at Wimbledon 1 Published as: Journal of Applied Statistics, Vol. 26, No. 4, 1999, 461-468. The final set in a tennis match: four years at Wimbledon 1 Jan R. Magnus, CentER, Tilburg University, the Netherlands and Franc

More information

C R I TFC. Columbia River Inter-Tribal Fish Commission

C R I TFC. Columbia River Inter-Tribal Fish Commission Columbia River Inter-Tribal Fish Commission 700 NE Multnomah, Suite 1200 503.238.0667 Portland, OR 97232 www.critfc.org C R I TFC T E CHNI C AL R E P O R T 13-07 Analyses for Effect of Survey Week and

More information

Magazine Influence on Cartridge Case Ejection Patterns with Glock Pistols

Magazine Influence on Cartridge Case Ejection Patterns with Glock Pistols TECHNICAL NOTE J Forensic Sci, January 2018, Vol. 63, No. 1 doi: 10.1111/1556-4029.13498 Available online at: onlinelibrary.wiley.com CRIMINALISTICS Wim Kerkhoff 1 ; Ivo Alberink, 1 Ph.D.; and Erwin J.A.T.

More information

Analysis of wind power generation with application of wind tunnel attachment

Analysis of wind power generation with application of wind tunnel attachment University of Northern Iowa UNI ScholarWorks Electronic Theses and Dissertations Graduate College 2013 Analysis of wind power generation with application of wind tunnel attachment Ulan Dakeev University

More information

STAT 625: 2000 Olympic Diving Exploration

STAT 625: 2000 Olympic Diving Exploration Corey S Brier, Department of Statistics, Yale University 1 STAT 625: 2000 Olympic Diving Exploration Corey S Brier Yale University Abstract This document contains a preliminary investigation of data from

More information

N Length (μm) % with eyespots Pilot ± ± ± ± ± ± ± ± 16 70

N Length (μm) % with eyespots Pilot ± ± ± ± ± ± ± ± 16 70 Supplementar material for Meer KS, Wheeler JD, Houlihan E, Mullineaux LS (2018) Desperate planktotrophs: decreased settlement selectivit with age in competent eastern oster (Crassostrea virginica) larvae.

More information

North Point - Advance Placement Statistics Summer Assignment

North Point - Advance Placement Statistics Summer Assignment North Point - Advance Placement Statistics This assignment is due during the first week of class. It is considered an exam grade, which that category is worth approximately 60% of your total grade. All

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 256 Introduction This procedure computes summary statistics and common non-parametric, single-sample runs tests for a series of n numeric, binary, or categorical data values. For numeric data,

More information

Does the LA Galaxy Have a Home Field Advantage?

Does the LA Galaxy Have a Home Field Advantage? Investigation Chapter 2: Does the LA Galaxy Have a Home Field Advantage? Amanda Adams Statistical Reasoning in Sports Period One October 5, 2013 Does the LA Galaxy Have A Home Field Advantage? 2 Table

More information

Disaster Recovery Grant Reporting System (DRGR) NSP2 Quarterly Performance Report (QPR) Checklist

Disaster Recovery Grant Reporting System (DRGR) NSP2 Quarterly Performance Report (QPR) Checklist Name of Grantee: QPR Date Range(s): Reviewer(s): Program Manager: Date Performed: Overall Review Activity Review Guide for Review of a QPR in DRGR NSP2 Specific Requirements All Reviewed See Attached Comments

More information

CENTER PIVOT EVALUATION AND DESIGN

CENTER PIVOT EVALUATION AND DESIGN CENTER PIVOT EVALUATION AND DESIGN Dale F. Heermann Agricultural Engineer USDA-ARS 2150 Centre Avenue, Building D, Suite 320 Fort Collins, CO 80526 Voice -970-492-7410 Fax - 970-492-7408 Email - dale.heermann@ars.usda.gov

More information

Addendum to SEDAR16-DW-22

Addendum to SEDAR16-DW-22 Addendum to SEDAR16-DW-22 Introduction Six king mackerel indices of abundance, two for each region Gulf of Mexico, South Atlantic, and Mixing Zone, were constructed for the SEDAR16 data workshop using

More information

Old Age and Treachery vs. Youth and Skill: An Analysis of the Mean Age of World Series Teams

Old Age and Treachery vs. Youth and Skill: An Analysis of the Mean Age of World Series Teams ABSTRACT SESUG Paper BB-67-2017 Old Age and Treachery vs. Youth and Skill: An Analysis of the Mean Age of World Series Teams Joe DeMaio, Kennesaw State University Every October, baseball fans discuss and

More information

A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM. Serdar Korukoğlu 1 and Serkan Ballı 2.

A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM. Serdar Korukoğlu 1 and Serkan Ballı 2. Mathematical and Computational Applications, Vol. 16, No. 2, pp. 370-381, 2011. Association for Scientific Research A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM Serdar Korukoğlu

More information

Chapter 12 Practice Test

Chapter 12 Practice Test Chapter 12 Practice Test 1. Which of the following is not one of the conditions that must be satisfied in order to perform inference about the slope of a least-squares regression line? (a) For each value

More information

MARK SCHEME for the October/November 2013 series 9700 BIOLOGY. 9700/53 Paper 5 (Planning, Analysis and Evaluation), maximum raw mark 30

MARK SCHEME for the October/November 2013 series 9700 BIOLOGY. 9700/53 Paper 5 (Planning, Analysis and Evaluation), maximum raw mark 30 CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced Subsidiary Level and GCE Advanced Level MARK SCHEME for the October/November 2013 series 9700 BIOLOGY 9700/53 Paper 5 (Planning, Analysis and Evaluation),

More information

Using Actual Betting Percentages to Analyze Sportsbook Behavior: The Canadian and Arena Football Leagues

Using Actual Betting Percentages to Analyze Sportsbook Behavior: The Canadian and Arena Football Leagues Syracuse University SURFACE College Research Center David B. Falk College of Sport and Human Dynamics October 2010 Using Actual Betting s to Analyze Sportsbook Behavior: The Canadian and Arena Football

More information

Trend Analysis of Ground-Level Ozone Exposure and Ozone Uptake of Oaks in Eastern Austria for the Period

Trend Analysis of Ground-Level Ozone Exposure and Ozone Uptake of Oaks in Eastern Austria for the Period Umwelttoxikologie Pflanzliche Bioindikation Trend Analysis of Ground-Level Ozone Exposure and Ozone Uptake of Oaks in Eastern Austria for the Period 1990-2010 Gerhard SOJA AIT Austrian Institute of Technology

More information