ESP 178 Applied Research Methods. 2/26/16 Class Exercise: Quantitative Analysis

Size: px
Start display at page:

Download "ESP 178 Applied Research Methods. 2/26/16 Class Exercise: Quantitative Analysis"

Transcription

1 ESP 178 Applied Research Methods 2/26/16 Class Exercise: Quantitative Analysis Introduction: In summer 2006, my student Ted Buehler and I conducted a survey of residents in Davis and five other cities. The purpose of the survey was to test the effect of bicycle infrastructure and bicycle culture in a community on bicycling behavior for the residents of that community while controlling for sociodemographic characteristics and personal attitudes. Our conceptual model looked something like this: Bicycle infrastructure Bicycle culture Safety concerns Bicycling behavior Attitudes Sociodemographics The cities chosen for the study are roughly similar to Davis in terms of population and geographic size, but they vary with respect to bicycle infrastructure and culture. We surveyed a random sample of residents in each of these cities. The dataset I ve given you (a subset of the entire dataset for the survey), includes the following variables, measured at the individual level: Biking DAYSBIKED Number of days in last 7 days respondent rode a 0 to 7 days ratio bicycle BIKER Whether respondent rode a bike within the last 7 days 0=no; 1=yes nominal Perceptions of Bicycle Infrastructure in City BIKELANE Major streets have bike lanes 1 = not at all true; Ordinal (but WIDESTRE Streets without bike lanes are wide enough to bike on 2 = somewhat true; ratio) BIKERACK Stores and other destinations have bike racks 3 = mostly true; 1

2 PATHLIGH Streets and bike paths are well lighted 4 = entirely true BUTTONS Intersections have push-buttons or sensors for bicycles or pedestrians PATHNETW City has a network of off-street bike paths FREEOFOB Bike lanes are free of obstacles PATHGAPS Bike route network has big gaps HILLY Area is too hilly for easy bicycling Perceptions of Bicycle Culture in City DRIVERSO Most drivers seem oblivious to bicyclists 1 = strongly Ordinal (but DRIVERSY Most drivers yield to bicyclists disagree; DRIVERSW Most drivers watch for bicyclists at intersections 2 = disagree; ratio) DRIVERSS Most people drive faster than the speed limit 3 = neutral; BIKERSSP Most bicyclists look like they spend a lot of money on their bikes 4 = agree; 5 = strongly agree RARESHOP Rare for people to shop for groceries on a bike BIKENORM Bicycling is a normal mode of transportation for adults in this community BIKEPOOR Most bicyclists look like they are too poor to own a car KIDSBIKE Kids often ride their bikes around my neighborhood for fun BIKENOSA Many bicyclists appear to have little regard for their personal safety Safety Concerns HITBYCAR BICYBYBI Concerned about being hit by car Concerned about being hit by another bicyclists while riding bike 1 = not at all concerned; 2= somewhat concerned; Ordinal (but ratio) BITBYDOG Concerned about being bitten by a dog 3 = very concerned MUGGED Concerned about being mugged or attacked CRASH Concerned about crashing because of road hazards (e.g. uneven pavement or debris) Attitudinal Measures GETEXER ENJOYEXE It is important for me to get regular exercise I enjoy physical exercise 1 = strongly disagree; 2 = disagree; Ordinal (but ratio) PRICEGAS The price of gasoline affects the choices I make about my daily travel 3 = neutral; 4 = agree; LIMITAIR I try to limit my driving to help improve air quality 5 = strongly agree TRAVELWA Travel time is generally wasted time LIKEBIKE I like riding a bike 2

3 NEEDCAR LIKEDRV PREFERBI LIMITDRI I need a car to do many of the things I like to do I like driving I prefer to ride a bike rather than drive whenever possible I try to limit my driving as much as possible Socio-Demographic Characteristics FEMALE Pretty obvious, isn t it? 0=male, 1=female nominal AGE Age of respondent n/a ratio DRIVERSL Driver s license? 0=no, 1=yes nominal BIKELIMIT Has a physical or anxiety condition that limits or 0=no, 1=yes nominal prevents bicycling COLLEGE Whether college degree or technical school 0=no, 1=yes nominal degree/certificate or higher INCOME Total household income n/a ratio RENTER Rent current residence? 0=owner, 1=renter nominal MARRIED Married or in a steady relationship 0=no, 1=yes nominal WORKER Respondents works or volunteers outside the 0=no, 1=yes nominal house at least one day per week CAR Owns or has regular access to a car 0=no, 1=yes nominal BIKE Owns or has regular access to a bicycle (in 0=no, 1=yes nominal working condition) BIKEDASKID Ever rode a bicycle when about the age of 12 0=no, 1=yes nominal City of Residence CITYORIG City where respondent lives 1=Turlock; nominal 2=Davis; 3=Woodland; 4=Chico; 5=Eugene; 6=Boulder DAVIS If respondent lives in Davis 0=no, 1=yes nominal EUGENE If respondent lives in Eugene 0=no, 1=yes nominal BOULDER If respondent lives in Boulder 0=no, 1=yes nominal 3

4 Exercise We ll do two kinds of analysis with the data. First, we ll do univariate analysis, otherwise known as descriptive statistics. By looking at the characteristics of the data for each variable, we get to know the dataset a bit. Second, we ll look at the associations between variables, using either bivariate analysis (two variables) or multivariate analysis (more than two variables). Remember that the techniques we use will depend on the level of measurement, whether nominal, ordinal, or ratio. As you do the analysis, put together a one-page memo that summarizes your findings (suggestion: open a Word file and leave it open as you work on the analysis; cut and paste as needed). We ll be using the Rcmdr ( R Commander ) statistical package in the R programming environment; notes on how to do the required analyses in R Commander are included in italics, below. 0. Getting started: a. Navigate to the Z: drive. Open the file Bike_Survey_for_ESP178_launch.r. This will open Rstudio. Select/highlight all lines of code, and click the Run icon near the top of the tab. This will launch R Commander. If you are prompted whether to install additional packages, click No. b. We must load our data into R Commander. Click the box to the right of Data set: and select DatasetIntegers. c. Just a note about how R Commander works: in the R Script tab, you ll see a running documentation of your actions every operation you run (even loading the data into the program) will be documented there in the R programming language. This record can be helpful for learning to write code in R and for reproducing your work at a later date. In the R Markdown tab, you ll find a different form of documentation, which can be used to generate reports. For example, after running any operation, you may click Generate report to view the results. 1. Univariate Analysis: Start with the univariate analysis, as a way of getting to know the data: d. Describe the behavior of the survey respondents in terms of level of biking, for both DAYSBIKED and BIKER. What do the distributions look like? What share of respondents bike? What is the average number of days biked? For univariate statistics (including means, modes, medians, frequency distributions, etc.), go to Graphs on main menu, then pick Histograms. Highlight the variable of interest under Variable (pick one) then click OK. The output should appear in a new window. Alternatively, to generate a report, select the R Markdown tab and click Generate report (html format is fine). e. Describe the characteristics of the survey respondents. Run the basic univariate statistics for five of the socio-demographic characteristics. (Hint: look at frequency distributions for nominal and ordinal variables and means and standard deviations for ratio variables.) Anything interesting? 4

5 f. Now pick one of the other sets of independent variables perceptions of bicycle infrastructure, perceptions of bicycle culture, safety concerns, or attitudes. Run the basic univariate statistics for the items in this set. Anything interesting? 2. Bivariate Analysis: Now let s see what kind of association there is between the independent variables and biking behavior: g. Let s start with the BIKER variable. Look through the potential independent variables perceptions of bicycle infrastructure, perceptions of bicycle culture, safety concerns, attitudes, socio-demographics and find a nominal or ordinal variable that you think explains whether someone is a biker or not (e.g. FEMALE, or ORIGCITY). What is your hypothesis? To test your hypothesis, run a cross-tab with BIKER as the dependent variable (Y). Which group (e.g. men or women, if you used FEMALE, or city if you used ORIGCITY) is more likely to be a biker? Is this what you expected? Are the distributions significantly different (hint: look at the significance level for the Pearson chi-square statistic)? Try this with a second nominal or ordinal independent variable. In the Data set: box, switch to the DatasetFactors data. For chi-square, on the main menu under Statistics, select Contingency tables >> Two-way table. Under Row variable, select the appropriate dependent variable (Y-Response) and under Column variable, select an independent variable (X-Factor) and click OK. To generate a report, select the R Markdown tab and click Generate report (html format is fine). h. Now let s see if this variable is associated with the frequency of biking - DAYSBIKED. What is your hypothesis? Compare the mean of DAYSBIKED for each group (e.g. male vs. female). Which group has the highest mean? Is this what you expected? Run a one-way ANOVA (analysis of variance) to see if the differences between these groups are statistically significant (hint: look at the significance level for the F statistic). Try this with your second independent variable. For ANOVA, on the main menu under Statistics, select Means >> One-way ANOVA. Under Groups select the independent variable, and under Response Variable, select the appropriate dependent variable. Click OK. To generate a report, select the R Markdown tab and click Generate report (html format is fine). i. Now see how age works as an explanatory variable. Run a linear regression with DAYSBIKED as the dependent variable and age as the independent variable. Is the coefficient for the age variable statistically significant (hint: look at the significance level for the coefficient)? How much of the variation in biking levels is explained by age (hint: look at the R-square value for the model)? In the Data set: box, switch to the DatasetIntegers data. For regression, on the main menu under Statistics, select Fit models >> Linear regression. Select the appropriate response (dependent) variable and select one or more explanatory (independent) variables. Click OK. To generate a report, select the R Markdown tab and click Generate report (html format is fine). j. If you have time, try running a linear regression with multiple independent variables. For regression, on the main menu under Statistics, select Fit models >> Linear model. Pick 5-6 key variables you think would explain biking frequency. 5

6 k. After all this analysis, what do you conclude? What factors do you think are most important in explaining bicycle commuting? 3. Memo Now that you have done some analysis, write a one-page that states your hypotheses and summarizes what you found, using statistics as appropriate to make your point. It helps if you cut and paste key results into a Word file as you do the analysis. You may reference the html, pdf, or docx report file generated by R Commander in your memo. Submit your memo to Matt via by the end of class (mhamilton@ucdavis.edu). Save a copy for yourself by ing it to yourself or putting it on a USB drive. 6

Factors associated with bicycle ownership and use: a study of six small U.S. cities

Factors associated with bicycle ownership and use: a study of six small U.S. cities Transportation (2010) 37:967 985 DOI 10.1007/s11116-010-9269-x Factors associated with bicycle ownership and use: a study of six small U.S. cities Susan L. Handy Yan Xing Theodore J. Buehler Published

More information

Traffic Safety Barriers to Walking and Bicycling Analysis of CA Add-On Responses to the 2009 NHTS

Traffic Safety Barriers to Walking and Bicycling Analysis of CA Add-On Responses to the 2009 NHTS Traffic Safety Barriers to Walking and Bicycling Analysis of CA Add-On Responses to the 2009 NHTS NHTS Users Conference June 2011 Robert Schneider, Swati Pande, & John Bigham, University of California

More information

Factors Associated with the Bicycle Commute Use of Newcomers: An analysis of the 70 largest U.S. Cities

Factors Associated with the Bicycle Commute Use of Newcomers: An analysis of the 70 largest U.S. Cities : An analysis of the 70 largest U.S. Cities Ryan J. Dann PhD Student, Urban Studies Portland State University May 2014 Newcomers and Bicycles Photo Credit: Daveena Tauber 2 Presentation Outline Introduction

More information

Southern California Walking/Biking Research And Creative Evaluation

Southern California Walking/Biking Research And Creative Evaluation Southern California Walking/Biking Research And Creative Evaluation Quantitative Research Topline Report December 7, 2015 Background & Objectives The Southern California Association of Governments (SCAG)

More information

Automobile Alternatives. S. Handy TTP282 Transportation Orientation Seminar 10/28/11

Automobile Alternatives. S. Handy TTP282 Transportation Orientation Seminar 10/28/11 Automobile Alternatives S. Handy TTP282 Transportation Orientation Seminar 10/28/11 Why worry about them? Air quality Climate change Congestion Sprawl Equity Health U.S. Mode Split in 2001 Share of Person

More information

National Association of REALTORS National Smart Growth Frequencies

National Association of REALTORS National Smart Growth Frequencies September 520, 2017 3,000 Weighted Online Respondents National Association of REALTORS National Smart Growth Frequencies Q.2 The first question is about the quality of life in your community. How satisfied

More information

SACRAMENTO AREA TRAVEL SURVEY: BEFORE BIKE SHARE

SACRAMENTO AREA TRAVEL SURVEY: BEFORE BIKE SHARE SACRAMENTO AREA TRAVEL SURVEY: BEFORE BIKE SHARE August 2017 A Research Report from the National Center for Sustainable Transportation Susan Handy, University of California, Davis Drew Heckathorn, University

More information

Kevin Manaugh Department of Geography McGill School of Environment

Kevin Manaugh Department of Geography McGill School of Environment Kevin Manaugh Department of Geography McGill School of Environment Outline Why do people use active modes? Physical (Built environment) Factors Psychological Factors Empirical Work Neighbourhood Walkability

More information

2017 North Texas Regional Bicycle Opinion Survey

2017 North Texas Regional Bicycle Opinion Survey 2017 North Texas Regional Bicycle Opinion Survey Sustainable Development Program Kevin Kokes, AICP Public Meetings April, 2018 North Central Texas Council of Governments MPO for the Dallas-Fort Worth Region

More information

U.S. Bicycling Participation Study

U.S. Bicycling Participation Study U.S. Bicycling Participation Study Report of findings from the 2016 survey Conducted by Corona Insights Commissioned by PeopleForBikes Released July 2017 Table of Contents Background and Objectives 3 Research

More information

WILMAPCO Public Opinion Survey Summary of Results

WILMAPCO Public Opinion Survey Summary of Results Wilmington Area Planning Council WILMAPCO Public Opinion Survey Summary of Results Prepared by: 2955 Valmont Road, Suite 300 Boulder, Colorado 80301 t: 303-444-7863 f: 303-444-1145 www.n-r-c.com Table

More information

In addition to reading this assignment, also read Appendices A and B.

In addition to reading this assignment, also read Appendices A and B. 1 Kinematics I Introduction In addition to reading this assignment, also read Appendices A and B. We will be using a motion detector to track the positions of objects with time in several lab exercises

More information

Transportation Issues Poll for New York City

Transportation Issues Poll for New York City 2016-17 Transportation Issues Poll for New York City 82% support Vision Zero and reducing traffic deaths 72% on average, support more street space for children to play, protected bike lanes and other safety

More information

Baseline Survey of New Zealanders' Attitudes and Behaviours towards Cycling in Urban Settings

Baseline Survey of New Zealanders' Attitudes and Behaviours towards Cycling in Urban Settings Baseline Survey of New Zealanders' Attitudes and Behaviours towards Cycling in Urban Settings Highlights 67% of urban New Zealanders, 18 years of age or more own or have access to a bicycle that is in

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

Community & Transportation Preferences Survey U.S. Metro Areas, 2015 July 23, 2015

Community & Transportation Preferences Survey U.S. Metro Areas, 2015 July 23, 2015 Community & Transportation Preferences Survey U.S. Metro Areas, 2015 July 23, 2015 Realtor.org trec.pdx.edu 1 Highlights: Generation gaps in everyday travel Only 71% of Millennials like driving (the lowest

More information

8th Grade. Data.

8th Grade. Data. 1 8th Grade Data 2015 11 20 www.njctl.org 2 Table of Contents click on the topic to go to that section Two Variable Data Line of Best Fit Determining the Prediction Equation Two Way Table Glossary Teacher

More information

Fruit Fly Exercise 1- Level 1

Fruit Fly Exercise 1- Level 1 Name StarGenetics Fruit Fly Exercise 1- Level 1 Description of StarGenetics In this exercise you will use StarGenetics, a software tool that simulates mating experiments, to analyze the nature and mode

More information

2018 Transportation Survey October 17, Prepared by:

2018 Transportation Survey October 17, Prepared by: Transportation Survey October 17, Prepared by: Overview Methodology Systemwide results Strengths/Weaknesses by mode Importance of possible improvements Conclusions Methodology 500 Chittenden County residents

More information

APPENDIX D. BICYCLE AND PEDESTRIAN AWARENESS SURVEY (Completed by Zogby International)

APPENDIX D. BICYCLE AND PEDESTRIAN AWARENESS SURVEY (Completed by Zogby International) APPENDIX D BICYCLE AND PEDESTRIAN AWARENESS SURVEY (Completed by Zogby International) Residents Views On Bicycling, Walking, and Jogging In Onondaga County Submitted to: Danielle Zebley Syracuse Metropolitan

More information

National Community and Transportation Preferences Survey. September 2017

National Community and Transportation Preferences Survey. September 2017 National Community and Transportation Preferences Survey September Executive Summary - Overview The Community and Transportation Preferences Survey echoes many of the major findings from the previous surveys.

More information

d+80% d+77% d+55% d+7% d+6% d+18%

d+80% d+77% d+55% d+7% d+6% d+18% Q1: On average during the summer months, how often do you use a bicycle? This question approximates Question 27 from the 2012 NHTSA Attitudes and Behavior survey: On average, during the summer months,

More information

Investment in Active Transport Survey

Investment in Active Transport Survey Investment in Active Transport Survey KEY FINDINGS 3 METHODOLOGY 7 CYCLING INFRASTRUCTURE 8 Riding a bike 9 Reasons for riding a bike 9 Mainly ride on 10 Comfortable riding on 10 Rating of cycling infrastructure

More information

Update on Regional Bicycle, Pedestrian, & Trail Planning. Presented to TCC November 21, 2014

Update on Regional Bicycle, Pedestrian, & Trail Planning. Presented to TCC November 21, 2014 Update on Regional Bicycle, Pedestrian, & Trail Planning Presented to TCC November 21, 2014 Survey Measure Assess Focus Area Performance- Driven Process Policy Policy Implement Plan Criteria Criteria Criteria

More information

SoundCast Design Intro

SoundCast Design Intro SoundCast Design Intro Basic Design SoundCast and Daysim 3 Land use attributes Households & Individuals SoundCast DaySim Travel demand simulator Trips and Households, Excel Summary Sheets, EMME network

More information

Bicycle Helmet Use Among Winnipeg Cyclists January 2012

Bicycle Helmet Use Among Winnipeg Cyclists January 2012 Bicycle Helmet Use Among Winnipeg Cyclists January 2012 By: IMPACT, the injury prevention program Winnipeg Regional Health Authority 2 nd Floor, 490 Hargrave Street Winnipeg, Manitoba, R3A 0X7 TEL: 204-940-8300

More information

North Kitsap Trails Association: String of Pearls Trails Survey Results July 13, 2010

North Kitsap Trails Association: String of Pearls Trails Survey Results July 13, 2010 North Kitsap Trails Association: String of Pearls Trails Survey Results July 13, 2010 Who Responded to the Survey and Where Do They Live? The NKTA String of Pearls Trails Survey was completed online using

More information

AAMPO Regional Transportation Attitude Survey

AAMPO Regional Transportation Attitude Survey AAMPO Regional Transportation Attitude Survey Traditionally Underserved Populations helping organizations make better decisions since 1982 2018 Submitted to the AAMPO By: ETC Institute 725 W. Frontier

More information

Master Transportation Plan Bicycle Element Survey

Master Transportation Plan Bicycle Element Survey September 28, 2017 Master Transportation Plan Bicycle Element Survey PAGE 1 Who did we reach? 1206 55% 89% 62% Respondents. 245 intercepts. Have never attended an Arlington County public meeting Would

More information

Community & Transportation Preferences Survey

Community & Transportation Preferences Survey Community & Transportation Preferences Survey Webinar: August 5, 2015 Hugh Morris, AICP, LEED Realtor.org Jennifer Dill, Ph.D. trec.pdx.edu 1 Introduction National Association of Realtors Over 1,000,000

More information

FLETCHER AVENUE PEDESTRIAN AND BICYCLIST BEHAVIOR CHANGE FORMATIVE RESEARCH PROJECT

FLETCHER AVENUE PEDESTRIAN AND BICYCLIST BEHAVIOR CHANGE FORMATIVE RESEARCH PROJECT FLETCHER AVENUE PEDESTRIAN AND BICYCLIST BEHAVIOR CHANGE FORMATIVE RESEARCH PROJECT EXTENT OF CHANGES IN PEDESTRIAN AND BICYCLIST ATTITUDES AND BEHAVIORS DIRECTLY AFTER A COMPLETE STREETS PROJECT IN FLORIDA

More information

THESE DAYS IT S HARD TO MISS the story that Americans spend

THESE DAYS IT S HARD TO MISS the story that Americans spend WHICH COMES FIRST: THE NEIGHBORHOOD OR THE WALKING? BY SUSAN HANDY AND PATRICIA MOKHTARIAN THESE DAYS IT S HARD TO MISS the story that Americans spend more time stuck in traffic than ever, that they re

More information

Transportation Research Part D

Transportation Research Part D Transportation Research Part D 17 (2012) 525 531 Contents lists available at SciVerse ScienceDirect Transportation Research Part D journal homepage: www.elsevier.com/locate/trd Determinants of bicycle

More information

Human factors of pedestrian walking and crossing behaviour

Human factors of pedestrian walking and crossing behaviour Human factors of pedestrian walking and crossing behaviour Eleonora Papadimitriou 1, Sylvain Lassarre 2, George Yannis 1 1 Department of Transportation Planning and Engineering, National Technical University

More information

PERCEPTIONS AND ATTITUDES OF URBAN UTILITY CYCLISTS A CASE STUDY IN A BRITISH BUILT ENVIRONMENT

PERCEPTIONS AND ATTITUDES OF URBAN UTILITY CYCLISTS A CASE STUDY IN A BRITISH BUILT ENVIRONMENT Cycling and Society Symposium 2014 Theme A - Demographics Northumbria University at Newcastle Monday 15 th September 2014, Civic Centre PERCEPTIONS AND ATTITUDES OF URBAN UTILITY CYCLISTS A CASE STUDY

More information

Boyle s Law: Pressure-Volume Relationship in Gases. PRELAB QUESTIONS (Answer on your own notebook paper)

Boyle s Law: Pressure-Volume Relationship in Gases. PRELAB QUESTIONS (Answer on your own notebook paper) Boyle s Law: Pressure-Volume Relationship in Gases Experiment 18 GRADE LEVEL INDICATORS Construct, interpret and apply physical and conceptual models that represent or explain systems, objects, events

More information

When composing the study, our primary source for content analysis was a study

When composing the study, our primary source for content analysis was a study Denise Arriaga Ibarra Natalie Garcia Vincente Velasco Victor Estrada Jonathan Marin Ignacio Alcaraz Cal Poly Pomona Cyclist Population When composing the study, our primary source for content analysis

More information

2014 Bike to Work Day: Survey Report Denver Regional Council of Governments

2014 Bike to Work Day: Survey Report Denver Regional Council of Governments 2014 Bike to Work Day: Survey Report Denver Regional Council of Governments Prepared By: Corona Insights CoronaInsights.com CONTENTS Introduction... 3 Summary of Findings... 4 Bike to Work Day Participation...

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

Driverless Vehicles Potential Influence on Bicyclist Facility Preferences

Driverless Vehicles Potential Influence on Bicyclist Facility Preferences Driverless Vehicles Potential Influence on Bicyclist Facility Preferences MICHAEL BLAU, MCRP, LCI O T E C O C T O B E R 2 6, 2 0 1 6 S E S S I O N # 8 2 - E V A L U AT I N G T H E P E R F O R M A N C E

More information

Auckland Transport Cycling Research

Auckland Transport Cycling Research Auckland Transport Cycling Research 13-05-13 Reader Notes: This report is based on the 2013 Auckland Transport Cycling Survey conducted by Ipsos. Interviews were predominantly completed online. The results

More information

Appendix E: Bike Crash Analysis ( )

Appendix E: Bike Crash Analysis ( ) Appendix E: Bike Crash Analysis (2009-2012) Davis Bicycle Crashes Analysis 2009-2012 December 2013 Ride Walk Davis Active Transportation Program City of Davis December 2013 Prepared by: Jimmy Fong Active

More information

EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC. Jae Hak Kim

EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC. Jae Hak Kim EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC Jae Hak Kim Thesis submitted for the degree of Doctor of Philosophy at the University of Canberra

More information

Guidelines for Providing Access to Public Transportation Stations APPENDIX C TRANSIT STATION ACCESS PLANNING TOOL INSTRUCTIONS

Guidelines for Providing Access to Public Transportation Stations APPENDIX C TRANSIT STATION ACCESS PLANNING TOOL INSTRUCTIONS APPENDIX C TRANSIT STATION ACCESS PLANNING TOOL INSTRUCTIONS Transit Station Access Planning Tool Instructions Page C-1 Revised Final Report September 2011 TRANSIT STATION ACCESS PLANNING TOOL INSTRUCTIONS

More information

Attitude towards Walk/Bike Environments and its Influence on Students Travel Behavior: Evidence from NHTS, 2009

Attitude towards Walk/Bike Environments and its Influence on Students Travel Behavior: Evidence from NHTS, 2009 Attitude towards Walk/Bike Environments and its Influence on Students Travel Behavior: Evidence from NHTS, 2009 Dr. Mintesnot Woldeamanuel California State University Northridge The 9 th Active Living

More information

DKS & WASHINGTON COUNTY Washington County Transportation Survey

DKS & WASHINGTON COUNTY Washington County Transportation Survey PREPARED FOR: DKS & WASHINGTON COUNTY Washington County Transportation Survey April 2013 PREPARED BY: DHM RESEARCH (503) 220-0575 239 NW 13 th Ave., #205, Portland, OR 97209 www.dhmresearch.com 1 INTRODUCTION

More information

Temporal and Spatial Variation in Non-motorized Traffic in Minneapolis: Some Preliminary Analyses

Temporal and Spatial Variation in Non-motorized Traffic in Minneapolis: Some Preliminary Analyses Temporal and Spatial Variation in Non-motorized Traffic in Minneapolis: Some Preliminary Analyses Spencer Agnew, Jason Borah, Steve Hankey, Kristopher Hoff, Brad Utecht, Zhiyi Xu, Greg Lindsey Thanks to:

More information

Cabrillo College Transportation Study

Cabrillo College Transportation Study Cabrillo College Transportation Study Planning and Research Office Terrence Willett, Research Analyst, Principle Author Jing Luan, Director of Planning and Research Judy Cassada, Research Specialist Shirley

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

Seattle Department of Transportation. Web Panel Survey February 2018

Seattle Department of Transportation. Web Panel Survey February 2018 Seattle Department of Transportation Web Panel Survey February 2018 Methodology Web panel survey of residents age 18+ in Seattle, Washington Conducted February 13-24, 2018 A total of 601 interviews were

More information

Session 2: Introduction to Multilevel Modeling Using SPSS

Session 2: Introduction to Multilevel Modeling Using SPSS Session 2: Introduction to Multilevel Modeling Using SPSS Exercise 1 Description of Data: exerc1 This is a dataset from Kasia Kordas s research. It is data collected on 457 children clustered in schools.

More information

Bike Planner Overview

Bike Planner Overview Bike Planner Overview A Web-based Sketch Planning Tool for Los Angeles County presented by William E. Walter, GISP April 12, 2017 GIS-T Transportation leadership you can trust. Bike Planner Overview Guiding

More information

IMPROVED SAFETY SURFACE ACCESS AT LOW COST AIRPORTS: KUALA LUMPUR INTERNATIONAL AIRPORT, MALAYSIA CASE STUDY

IMPROVED SAFETY SURFACE ACCESS AT LOW COST AIRPORTS: KUALA LUMPUR INTERNATIONAL AIRPORT, MALAYSIA CASE STUDY IMPROVED SAFETY SURFACE ACCESS AT LOW COST AIRPORTS: KUALA LUMPUR INTERNATIONAL AIRPORT, MALAYSIA CASE STUDY Rohafiz Sabar, Mustakim Melan, Nur Khairiel Anuar Universiti Utara Malaysia Transport and Logistics

More information

Sherwood Drive Traffic Circle

Sherwood Drive Traffic Circle Strathcona County Sherwood Drive Traffic Circle Online Survey Results April 7, 215 I. Executive Summary The Sherwood Drive Traffic Circle Survey was administered in March 215. In total, 2,263 residents

More information

RE-CYCLING A CITY: EXAMINING THE GROWTH OF CYCLING IN DUBLIN

RE-CYCLING A CITY: EXAMINING THE GROWTH OF CYCLING IN DUBLIN Proceedings ITRN2013 5-6th September, Caulfield: Re-cycling a city: Examining the growth of cycling in Dublin RE-CYCLING A CITY: EXAMINING THE GROWTH OF CYCLING IN DUBLIN Brian Caulfield Abstract In the

More information

ZONE ANALYSIS FOR BICYCLE PLANNING. Department of Transportation Safe Streets Division Bicycle & Pedestrian Program June 2018

ZONE ANALYSIS FOR BICYCLE PLANNING. Department of Transportation Safe Streets Division Bicycle & Pedestrian Program June 2018 ZONE ANALYSIS FOR BICYCLE PLANNING Department of Transportation Safe Streets Division Bicycle & Pedestrian Program June 2018 CONTENTS INTRODUCTION...3 DEFINING THE ZONES...4 BASIC FACTS...5 SOCIOECONOMICS...6

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

Hide/Show Print Tools

Hide/Show Print Tools Hide/Show Print Tools Old Town Keller Phase II Survey Respondents: 1368 displayed, 1368 total Status: Closed Launched Date: 03/05/2018 Closed Date: 05/08/2018 1. Please enter your 5-digit ZIP code Total

More information

Chapter 14 PARLIER RELATIONSHIP TO CITY PLANS AND POLICIES. Recommendations to Improve Pedestrian Safety in the City of Parlier (2014)

Chapter 14 PARLIER RELATIONSHIP TO CITY PLANS AND POLICIES. Recommendations to Improve Pedestrian Safety in the City of Parlier (2014) Chapter 14 PARLIER This chapter describes the current status and future plans for biking and walking in the City of Parlier. RELATIONSHIP TO CITY PLANS AND POLICIES The Parlier General Plan is the primary

More information

EAST VILLAGE SHOPPERS STUDY A SNAPSHOT OF TRAVEL AND SPENDING PATTERNS OF RESIDENTS AND VISITORS IN THE EAST VILLAGE

EAST VILLAGE SHOPPERS STUDY A SNAPSHOT OF TRAVEL AND SPENDING PATTERNS OF RESIDENTS AND VISITORS IN THE EAST VILLAGE EAST VILLAGE SHOPPERS STUDY A SNAPSHOT OF TRAVEL AND SPENDING PATTERNS OF RESIDENTS AND VISITORS IN THE EAST VILLAGE CONTENTS 2 4 5 6 7 16 17 19 SUMMARY INTRODUCTION BACKGROUND METHODOLOGY RESULTS CONCLUSION

More information

Investigating Commute Mode and Route Choice Variability in Jakarta using multi-day GPS Data

Investigating Commute Mode and Route Choice Variability in Jakarta using multi-day GPS Data Investigating Commute Mode and Route Choice Variability in Jakarta using multi-day GPS Data Zainal N. Arifin Kay W. Axhausen Conference paper STRC 2011 Investigating Commute Mode and Route Choice Variability

More information

Identifying and Prioritizing Biking and Walking Needs

Identifying and Prioritizing Biking and Walking Needs Identifying and Prioritizing Biking and Walking Needs The 2012 Utah Bicycle and Pedestrian Barriers Survey TRB Planning Applications Conference May 6, 2013 RSG, Inc Chloe Ritter Elizabeth Greene James

More information

BICYCLE ACTIVITY AND ATTITUDES SURVEY

BICYCLE ACTIVITY AND ATTITUDES SURVEY BICYCLE ACTIVITY AND ATTITUDES SUBMITTED TO: STATE OF NEW JERSEY Department of Transportation (NJDOT) Trenton, New Jersey 1035 Parkway Avenue P.O. Box 600 Trenton, NJ 08635-0600 SUBMITTED BY: ALAN M. VOORHEES

More information

Active Travel and Exposure to Air Pollution: Implications for Transportation and Land Use Planning

Active Travel and Exposure to Air Pollution: Implications for Transportation and Land Use Planning Active Travel and Exposure to Air Pollution: Implications for Transportation and Land Use Planning Steve Hankey School of Public and International Affairs, Virginia Tech, 140 Otey Street, Blacksburg, VA

More information

Bicycling Perceptions and Experiences in Oregon and Southwest Washington. Presented to: The Bicycle Transportation Alliance September 8, 2009

Bicycling Perceptions and Experiences in Oregon and Southwest Washington. Presented to: The Bicycle Transportation Alliance September 8, 2009 Bicycling Perceptions and Experiences in Oregon and Southwest Washington Presented to: The Bicycle Transportation Alliance September 8, 2009 404 NW 10th Ave Suite 201 Portland, OR 97209 P 800.921.2640

More information

Briefing Paper #1. An Overview of Regional Demand and Mode Share

Briefing Paper #1. An Overview of Regional Demand and Mode Share 2011 Metro Vancouver Regional Trip Diary Survey Briefing Paper #1 An Overview of Regional Demand and Mode Share Introduction The 2011 Metro Vancouver Regional Trip Diary Survey is the latest survey conducted

More information

Copyright 2014 April 2-14, Interviews Rockefeller Millennials Survey 5802 Margin of Error: +/- 3.7%

Copyright 2014 April 2-14, Interviews Rockefeller Millennials Survey 5802 Margin of Error: +/- 3.7% Copyright 2014 April 2-14, 2014 703 Interviews Rockefeller Millennials Survey 5802 Margin of Error: +/- 3.7% S1. Are you at least 18 years old? Yes... 100% No/Don't know/refused... - D101. What is your

More information

WALKscope Data Challenge Tip Sheet

WALKscope Data Challenge Tip Sheet WALKscope Data Challenge Tip Sheet Help us map where sidewalks end and win prizes for your neighborhood! WalkDenver & Denver Environmental Health (DEH) s Community Active Living Coalition (CALC) are proud

More information

Bicycling Perceptions and Experiences in Oregon and Southwest Washington. Presented By: The Inavero Institute September 8, 2009

Bicycling Perceptions and Experiences in Oregon and Southwest Washington. Presented By: The Inavero Institute September 8, 2009 Bicycling Perceptions and Experiences in Oregon and Southwest Washington Presented By: The Inavero Institute September 8, 2009 404 NW 10th Ave Suite 201 Portland, OR 97209 P 800.921.2640 www.inavero.com

More information

Roadway Bicycle Compatibility, Livability, and Environmental Justice Performance Measures

Roadway Bicycle Compatibility, Livability, and Environmental Justice Performance Measures Roadway Bicycle Compatibility, Livability, and Environmental Justice Performance Measures Conference on Performance Measures for Transportation and Livable Communities September 7-8, 2011, Austin, Texas

More information

How commuting influences personal wellbeing over time

How commuting influences personal wellbeing over time Partners: DfT, DoH, DCLG, WWCW How commuting influences personal wellbeing over time Ben Clark, Kiron Chatterjee, Adrian Davis, Adam Martin Centre for Transport & Society Panel data Numerous UK panel datasets

More information

CHAPTER 3: Vision Statement and Goals

CHAPTER 3: Vision Statement and Goals Davidson Walks & Rolls: Active Transportation Master Plan CHAPTER 3 Contents: Overview Vision Statement Measurable Goals Public Outreach CHAPTER 3: Vision Statement and Goals Overview The vision statement

More information

The Who and What: Bus Rapid Transit Riders and Systems in the U.S.

The Who and What: Bus Rapid Transit Riders and Systems in the U.S. The Who and What: Bus Rapid Transit Riders and Systems in the U.S. Cheryl Thole December 12, 2013 Webinar Center for Urban Transportation Research University of South Florida Pre presentation How familiar

More information

How familiar are you with BRT?

How familiar are you with BRT? The Who and What: Bus Rapid Transit Riders and Systems in the U.S. Cheryl Thole December 12, 2013 Webinar Center for Urban Transportation Research University of South Florida Pre presentation How familiar

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

Evaluating the ECONOMIC IMPACT of Shared Use Paths

Evaluating the ECONOMIC IMPACT of Shared Use Paths Evaluating the ECONOMIC IMPACT of Shared Use Paths in North Carolina l December 2016 TECHNICAL MEMORANDUM: DUCK TRAIL YEAR TWO Acknowledgements Prepared by: Institute for Transportation Research and Education

More information

STT 315 Section /19/2014

STT 315 Section /19/2014 Name: PID: A STT 315 Section 101 05/19/2014 Quiz 1A 50 minutes 1. A survey by an electric company contains questions on the following: Age of household head, Gender of household head and use of electric

More information

Measuring and growing active modes of transport in Auckland

Measuring and growing active modes of transport in Auckland AUCKLAND CLIENT TRANSPORT SECTION HEADLINE1 AUCKLAND TRANSPORT JUNE 2017 Measuring and growing active modes of transport in Auckland WAVE 3 1 AUCKLAND TRANSPORT 2 The overall business objective is to:

More information

Averages. October 19, Discussion item: When we talk about an average, what exactly do we mean? When are they useful?

Averages. October 19, Discussion item: When we talk about an average, what exactly do we mean? When are they useful? Averages October 19, 2005 Discussion item: When we talk about an average, what exactly do we mean? When are they useful? 1 The Arithmetic Mean When we talk about an average, we can mean different things

More information

1. Introduction T E C H N I C A L M E M O R A N D U M 2017 VANCOUVER PANEL SUMMER SURVEY - DRAFT

1. Introduction T E C H N I C A L M E M O R A N D U M 2017 VANCOUVER PANEL SUMMER SURVEY - DRAFT T E C H N I C A L M E M O R A N D U M McElhanney Consulting Services Ltd. 00-780 Beatty Street, BC V6B M Tel: 604 683 85 www.mcelhanney.com 07 VANCOUVER PANEL SUMMER SURVEY - DRAFT DATE: September 5 th,

More information

Lab 5: Descriptive Statistics

Lab 5: Descriptive Statistics Page 1 Technical Math II Lab 5: Descriptive Stats Lab 5: Descriptive Statistics Purpose: To gain experience in the descriptive statistical analysis of a large (173 scores) data set. You should do most

More information

G AT E WAY PLAN. Community BRIEFING KIT GATEWAY BIKE

G AT E WAY PLAN. Community BRIEFING KIT GATEWAY BIKE G AT E WAY PLAN GATEWAY BIKE Community BRIEFING KIT PLAN August 2016 TABLE OF CONTENTS INTRODUCTION... 1 THE BENEFITS OF A BIKEABLE COMMUNITY... 2 ECONOMY...2 SAFETY...3 HEALTH...3 HOUSEHOLD SPENDING...3

More information

A SURVEY OF 1997 COLORADO ANGLERS AND THEIR WILLINGNESS TO PAY INCREASED LICENSE FEES

A SURVEY OF 1997 COLORADO ANGLERS AND THEIR WILLINGNESS TO PAY INCREASED LICENSE FEES Executive Summary of research titled A SURVEY OF 1997 COLORADO ANGLERS AND THEIR WILLINGNESS TO PAY INCREASED LICENSE FEES Conducted by USDA Forest Service Rocky Mountain Research Station Fort Collins,

More information

Bicycle Safety Skills

Bicycle Safety Skills Bicycle Safety Skills Presented by: MassBike Cape and Islands Chapter MassBike John Fallender December 20, 2010 Cape & Islands Chapter 1 Welcome to Cape Cod 2 Bikes are vehicles? What does that mean? That

More information

Summary of NWA Trail Usage Report November 2, 2015

Summary of NWA Trail Usage Report November 2, 2015 Summary of NWA Trail Usage Report November 2, 2015 Summary Findings: The study showed that Northwest Arkansas (NWA) had relatively high cyclist user counts per capita aggregated across the top three usage

More information

Neighborhood Influences on Use of Urban Trails

Neighborhood Influences on Use of Urban Trails Neighborhood Influences on Use of Urban Trails Greg Lindsey, Yuling Han, Jeff Wilson Center for Urban Policy and the Environment Indiana University Purdue University Indianapolis Objectives Present new

More information

CRACIUN RESEARCH. June 20, 2011 A M A R K E T R E S E A R C H S T CHA

CRACIUN RESEARCH. June 20, 2011 A M A R K E T R E S E A R C H S T CHA CRACIUN RESEARCH A M A R K E T R E S E A R C H S T U D Y CHA June 20, 2011 Craciun Research Anchorage. Seattle. Washington, DC 907.279.3982 www.craciunresearch.com 2011 Craciun Research. All rights reserved.

More information

Prediction model of cyclist s accident probability in the City of Malang

Prediction model of cyclist s accident probability in the City of Malang MATEC Web of Conferences 8, 04003 (208) ISTSDC 207 https://doi.org/0.05/matecconf/208804003 Prediction model of cyclist s accident probability in the City of Malang Imma Widyawati Agustin,*, Muhammad Zainul

More information

BIOL 101L: Principles of Biology Laboratory

BIOL 101L: Principles of Biology Laboratory BIOL 101L: Principles of Biology Laboratory Sampling populations To understand how the world works, scientists collect, record, and analyze data. In this lab, you will learn concepts that pertain to these

More information

Bringing together community and health. Physical Activity and Nutrition Unit Office of Statewide Health Improvement Initiatives

Bringing together community and health. Physical Activity and Nutrition Unit Office of Statewide Health Improvement Initiatives Bringing together community and health. Physical Activity and Nutrition Unit Office of Statewide Health Improvement Initiatives Physical Activity and Nutrition Unit Office of Statewide Health Improvement

More information

El Paso County 2040 Major Transportation Corridors Plan

El Paso County 2040 Major Transportation Corridors Plan El Paso County 2040 Major Transportation Corridors Plan Connect-our-County Online Transportation User Survey Preliminary Results June 24, 2010 Years of Residence 2. How many years have you LIVED HERE?

More information

Evaluating the ECONOMIC IMPACT of Shared Use Paths

Evaluating the ECONOMIC IMPACT of Shared Use Paths Evaluating the ECONOMIC IMPACT of Shared Use Paths in North Carolina l NOVEMBER 2017 TECHNICAL MEMORANDUM: LITTLE SUGAR CREEK GREENWAY YEAR TWO Acknowledgements Prepared by: Institute for Transportation

More information

Public Bikesharing in North America: Early Operator and User Understanding

Public Bikesharing in North America: Early Operator and User Understanding Public in North America: Early Operator and User Understanding Elliot Martin, Ph.D. Assistant Research Engineer Susan Shaheen, Ph.D., Associate Adjunct Professor Bicycle Urbanism Symposium Washington University

More information

METROPOLITAN TRANSPORTATION PLAN OUTREACH: INTERACTIVE MAP SUMMARY REPORT- 10/03/14

METROPOLITAN TRANSPORTATION PLAN OUTREACH: INTERACTIVE MAP SUMMARY REPORT- 10/03/14 METROPOLITAN TRANSPORTATION PLAN OUTREACH: INTERACTIVE MAP SUMMARY REPORT- 10/03/14 INTRODUCTION This document summarizes the results of the online interactive mapping exercise implemented by MIG for the

More information

Big Blue Adventure Event Analysis UTC Tourism Center October 2016

Big Blue Adventure Event Analysis UTC Tourism Center October 2016 A report summarizing Big Blue Adventure events economic impact on the Lake Tahoe region as well as participants assessments of their event experience Big Blue Adventure Event Analysis UTC Tourism Center

More information

Math 146 Statistics for the Health Sciences Additional Exercises on Chapter 2

Math 146 Statistics for the Health Sciences Additional Exercises on Chapter 2 Math 146 Statistics for the Health Sciences Additional Exercises on Chapter 2 Student Name: Solve the problem. 1) Scott Tarnowski owns a pet grooming shop. His prices for grooming dogs are based on the

More information

Sandra Nutter, MPH James Sallis, PhD Gregory J Norman, PhD Sherry Ryan, PhD Kevin Patrick, MD, MS

Sandra Nutter, MPH James Sallis, PhD Gregory J Norman, PhD Sherry Ryan, PhD Kevin Patrick, MD, MS Objectively Measured Environmental Correlates of Adolescent Physical Activity Sandra Nutter, MPH James Sallis, PhD Gregory J Norman, PhD Sherry Ryan, PhD Kevin Patrick, MD, MS San Diego State University

More information

MTP BICYCLE ELEMENT UPDATE. November 2017

MTP BICYCLE ELEMENT UPDATE. November 2017 MTP BICYCLE ELEMENT UPDATE November 2017 TIME FOR AN UPDATE Bicycle Element adopted in July 2008 Almost 10 years old Many planned facilities have been implemented 10 years more experience in planning,

More information

WYDOT Customer Satisfaction Survey 2016

WYDOT Customer Satisfaction Survey 2016 February 16 th, 2017 WYDOT Customer Satisfaction Survey 2016 Presenting results of the WYDOT Customer Satisfaction Survey, 2016 Presented By Brian Harnisch Senior Research Scientist Wyoming Survey & Analysis

More information

Executive Summary. TUCSON TRANSIT ON BOARD ORIGIN AND DESTINATION SURVEY Conducted October City of Tucson Department of Transportation

Executive Summary. TUCSON TRANSIT ON BOARD ORIGIN AND DESTINATION SURVEY Conducted October City of Tucson Department of Transportation Executive Summary TUCSON TRANSIT ON BOARD ORIGIN AND DESTINATION SURVEY Conducted October 2004 Prepared for: City of Tucson Department of Transportation May 2005 TUCSON TRANSIT ON BOARD ORIGIN AND DESTINATION

More information