Analyzing data saves lives, II

Size: px
Start display at page:

Download "Analyzing data saves lives, II"

Transcription

1 Analyzing data saves lives, II Data Science 101 Stanford University, Department of Statistics

2 link to source A more contemporary example 1997 study on the use of cell phones and car collisions, one of the first of its kind

3 Background Motor vehicle collisions are a leading cause of death in North America. Popularity of cellular phones has increased dramaticallynumber of subscribers exceeded the birth rate in the U.S in In 1997, cell phones were not widely used and many were fixed (in car) phones. Phone calls are a distraction: is there a link with collisions? Cell phones increase driver s state-of-mind No epidemic of collisions. There are many other distractions when driving

4 Some previous work Case-control study of drivers in 1979: cell phone owners vs non-owners Marginally lower rate of collisions in owners. But there are confounding factors: people who buy a cell phone may differ from others in important ways. Randomized trial using a driving simulator (1995): Worse reaction time using cell phone (2.2ms vs 1.6ms). But may not represent real driving experience.

5 1997 Study design 5890 drivers approached in collision reporting centers in Toronto, who were involved in collisions causing significant property damage but no personal injury between July 1, 1994, and August 31, had cell phones, and 742 consented to be in our study. 699 provided accurate telephone numbers that could be linked to detailed billing records. Some basic information (age, sex... ) was obtained by questionnaire Using questionnaire, police reports, and 911 calls, we carefully deduced the actual time of collision and their phone usage in the previous week.

6 1997 Study: case-crossover design Self matching case-control design: each person acts as their own control. Contrast a time period on the day of the collision with a comparable period on a day preceding the collision Case crossover analysis would identify an increase in risk if there were more telephone calls immediately before the collision than would be expected solely as a result of chance

7 Hazard and Control Windows

8 Main findings On: On the phone Results Day before/on Day before/not on Day of collision: On Day of collision: Not on Is this evidence that using cell phones when driving is dangerous?

9 Hypothetical findings Results Day before/on Day before/not on Day of collision: On Day of collision: Not on What if the findings where this?

10 Hypothetical findings Results Day before/on Day before/not on Day of collision: On Day of collision: Not on Another alternative set of findings... How can we compare these scenarios?

11 Relative risk Ratio of the probability of having a collision when using a cellular telephone at any time during a 10-minute interval the probability of having a collision when not using a cellular telephone at any time during a 10-minute interval. To estimate the Relative risk Number of concurrent cases that were not exposed the day before RR = Number of non concurrent cases that were exposed the day before

12 Looking at the data celldata <- read.csv("./data/celldatanew.csv") attach(celldata) table(dayof.on,daybef.on) daybef.on dayof.on rrisk<-sum(dayof.on*daybef.noton)/ (sum(dayof.noton*daybef.on)) rrisk [1]

13 Let s look a bit more at the data table(dayof.on,daybef.on,gender),, gender = f daybef.on dayof.on ,, gender = m daybef.on dayof.on

14 Let s look a bit more at the data table(dayof.on,daybef.on,type.of.cell),, type.of.cell = handheld daybef.on dayof.on ,, type.of.cell = handsfree daybef.on dayof.on

15 Graphical displays Cellphone usage No Yes Yes Comparison day No Collision day

16 A problem in the design You cannot be involved in a car collision if you are not driving. The authors estimated that only 65% of the subjects were driving at the same time the day before the collision. They modified the relative risk estimate, by dividing the denominator of the ratio by 0.65 rrisk<-sum(dayof.on*daybef.noton)/ (sum(dayof.noton*daybef.on)/.65) rrisk [1]

17 Better control windows What if the day before the accident was a Sunday and driving behavior is different on week-ends?

18 Results The New England Journal of Medi Relative Risk of a Collision Day before Workday Weekday Comparison Day Figure 1. Relative Risk of a Collision for Different Control Periods. Maximaluse day Matching day TABLE 2. RELAT IN 10-MINU CHARACTERISTIC All subjects Age (yr) Sex Male Female High-school graduati Yes No Type of job Professional Other Driving experience (y

19 Confidence of the estimates The values we are reporting are estimates: just one guess of the true relative risk based on the data we observed. Even if there is really a difference in your risk of having a car collision if you are on the phone or not, the variability of the sample observations might give us different estimates. We will learn how we can not only summarize the information in the data with regard to the dimension that interests us, but also how we can quantify the strenght of that information.

20 Some additional comparisons ASSOCIATION BETWEEN CELLULAR-TELEPHONE CALLS AND MOTOR VEHICLE COLLISIONS Relative Risk of a Collision Relative Risk of a Collision Time before Collision (min) Figure 2. Time of Cellular-Telephone Call in Relation to the Relative Risk of a Collision. Each minute before the collision was assessed as an independent hazard interval, with these intervals grouped in five-minute periods. Cellular-telephone activity for each hazard interval was evaluated in relation to the same period on the day before the collision. Relative risks greater than 1 indicate an association between telephone use and collisions. The vertical lines 0.1 Morning Afternoon Evening Other Time of Day Monday Tuesday Wednesday Thursday Friday Weekend Day of Week Figure 3. Consistency of Relative Risks Obtained from Different Collision Times. The graph shows estimates of relative risk for collisions at different times of the day and of the week. Morning was defined as 8 a.m. to 11:59 a.m., afternoon as noon to 3:59 p.m., evening

21 The aftermath Lots of TV, radio, newspaper press. Difficult to convey ideas of probability and risk to press and general public. Eg. relative risk of 4 is about equal to that for driving at the legal limit of alcohol. Authors quoted as saying Using cell phones in the car is as bad as driving drunk. But the exposure shorter and hence cumulative risk less. There are now many laws limiting the use of cell phones while driving.

22 Main recommendations Avoid unnecessary calls. Keep conversations brief. Suspend dialogue during hazards. In 1997: Our study may serve as a warning: if cell phones become standard equipment in cars, collision rates may increase But smart phones and texting were coming!

ITSMR Research Note KEY FINDINGS. Crash Analyses: Ticket Analyses:

ITSMR Research Note KEY FINDINGS. Crash Analyses: Ticket Analyses: December 2018 KEY FINDINGS Crash Analyses: 2013-2017 Less than 1% of police-reported fatal and personal injury (F & PI) crashes involved the use of a cell phone over the five years, 2013-2017. 15 persons

More information

ITSMR Research Note. Crashes Involving Cell Phone Use and Distracted Driving KEY FINDINGS ABSTRACT INTRODUCTION. Crash Analyses.

ITSMR Research Note. Crashes Involving Cell Phone Use and Distracted Driving KEY FINDINGS ABSTRACT INTRODUCTION. Crash Analyses. December 2016 KEY FINDINGS Crash Analyses Less than 1% of police-reported fatal and personal injury (F & PI) crashes involved the use of a cell phone over the five years, 2011-2015. 12 persons were killed

More information

Distracted Driving Accident Claims Involving Mobile Devices Special Considerations and New Frontiers in Legal Liability

Distracted Driving Accident Claims Involving Mobile Devices Special Considerations and New Frontiers in Legal Liability Presenting a live 90-minute webinar with interactive Q&A Distracted Driving Accident Claims Involving Mobile Devices Special Considerations and New Frontiers in Legal Liability WEDNESDAY, AUGUST 1, 2012

More information

Cell Phones & Distracted Driving

Cell Phones & Distracted Driving Cell Phones & Distracted Driving The Growing Epidemic of Cell Phone Use While Driving Distracted Driving Course Welcome Housekeeping Introductions 2 Course Objectives Define the term distracted. Understand

More information

Instructions For Cell Phone Use While Driving In Illinois Law Prohibiting

Instructions For Cell Phone Use While Driving In Illinois Law Prohibiting Instructions For Cell Phone Use While Driving In Illinois Law Prohibiting Illinois law prohibits the use of cellphones while driving with the exception Surrender all Illinois or out-of-state licenses,

More information

Cell Phones & Distracted Driving

Cell Phones & Distracted Driving Cell Phones & Distracted Driving The Growing Epidemic of Cell Phone Use While Driving Distracted Driving Course Welcome Housekeeping Introductions 2 Course Objectives Define the term distracted. Understand

More information

CAMBRIDGE NATIONALS AND PROJECTS FINAL EXAMINATION TIMETABLE JANUARY 2019

CAMBRIDGE NATIONALS AND PROJECTS FINAL EXAMINATION TIMETABLE JANUARY 2019 CAMBRIDGE NATIONALS AND PROJECTS FINAL EXAMINATION TIMETABLE www.ocr.org.uk Final Examination Timetable, 2019 Important Dates 21 October 2018: Receipt of final entries by OCR 10 December 2018: Deadline

More information

Distracted Driving & Voice-to-Text Overview. Christine Yager Texas A&M Transportation Institute

Distracted Driving & Voice-to-Text Overview. Christine Yager Texas A&M Transportation Institute Distracted Driving & Voice-to-Text Overview Christine Yager Texas A&M Transportation Institute Definition Driver distraction is a diversion of attention away from activities critical for safe driving toward

More information

Long-Term Effects of More Punitive Legislation Concerning the Use of Mobile Phone During Driving in Portugal

Long-Term Effects of More Punitive Legislation Concerning the Use of Mobile Phone During Driving in Portugal University of Iowa Iowa Research Online Driving Assessment Conference 2007 Driving Assessment Conference Jul 11th, 12:00 AM Long-Term Effects of More Punitive Legislation Concerning the Use of Mobile Phone

More information

How Young Children Are Watching TV and DVDs: From the June 2013 Rating Survey on Young Children s TV Viewing

How Young Children Are Watching TV and DVDs: From the June 2013 Rating Survey on Young Children s TV Viewing How Young Children Are Watching TV and DVDs: From the June 2013 Rating Survey on Young Children s TV Viewing By Yuriko Anraku Introduction This paper reports on the results from the Rating Survey on Young

More information

CAMBRIDGE NATIONALS AND PROJECTS PROVISIONAL EXAMINATION TIMETABLE JANUARY 2019

CAMBRIDGE NATIONALS AND PROJECTS PROVISIONAL EXAMINATION TIMETABLE JANUARY 2019 CAMBRIDGE NATIONALS AND PROJECTS PROVISIONAL EXAMINATION TIMETABLE www.ocr.org.uk Provisional Examination Timetable, 2019 Important Dates 21 October 2018: Receipt of final entries by OCR 10 December 2018:

More information

Station Community Engagement Survey Results

Station Community Engagement Survey Results Station Community Engagement Survey Results Report Example Report Prepared for: XXXXXXXXXXXXXXXXX 0 McNair Ingenuity Research Pty Ltd ACN. 096 437 991 Level 4, 270 Pacific Highway, Crows Nest, NSW, 2065

More information

Distracted Driving Accident Claims Involving Mobile Devices Special Considerations and New Frontiers in Legal Liability

Distracted Driving Accident Claims Involving Mobile Devices Special Considerations and New Frontiers in Legal Liability Presenting a live 90-minute webinar with interactive Q&A Distracted Driving Accident Claims Involving Mobile Devices Special Considerations and New Frontiers in Legal Liability WEDNESDAY, AUGUST 1, 2012

More information

Seatbelt and Mobile Phone Usage Survey Scotland, 2014

Seatbelt and Mobile Phone Usage Survey Scotland, 2014 Statistical Bulletin An Official Statistics Publication for Scotland 25 February 2015 Seatbelt and Mobile Phone Usage Survey Scotland, 2014 Background This bulletin provides statistics on the proportion

More information

CallPilot Programming Record

CallPilot Programming Record Part o. P0941757 02.1 CallPilot Programming Record 2 P0941757 02.1 About the CallPilot Programming Record 3 Use this guide to record how you program your CallPilot Mini, CallPilot 150 or Business Communications

More information

Part No. P CallPilot. Programming Record

Part No. P CallPilot. Programming Record Part o. P0941757 04 CallPilot Programming Record 2 P0941757 04 About the CallPilot Programming Record 3 Use this guide to record how you program your CallPilot Mini, CallPilot 150 or Business Communications

More information

Simmons OneView SM. How to Interpret Quick Reports Simmons OneView: How to Interpret Quick Reports Page 1

Simmons OneView SM. How to Interpret Quick Reports Simmons OneView: How to Interpret Quick Reports Page 1 Simmons OneView SM How to Interpret Quick Reports Simmons OneView: How to Interpret Quick Reports Page 1 Demographic Profile (No Base, Population Weighted) Median Household Income: The median household

More information

DISTRACTED DRIVING. The Biggest Issue in Driving Today

DISTRACTED DRIVING. The Biggest Issue in Driving Today DISTRACTED DRIVING The Biggest Issue in Driving Today RLI Design Professionals Design Professionals Learning Event DPLE 167 February 17, 2016 RLI Design Professionals RLI Design Professionals is a Registered

More information

ProgressTestA Unit 5. Vocabulary. Grammar

ProgressTestA Unit 5. Vocabulary. Grammar ProgressTestA Unit Vocabulary 1 Completethesentenceswithappropriate words.thefirstlettersofthewordshavebeen given. a Can you believe it? She s getting married to a man she has met on a s networking site!

More information

IAB Ireland Video On Demand 2016

IAB Ireland Video On Demand 2016 IAB Ireland Video On Demand 2016 June 2016 In association with: 2 Agenda REACH TRENDS TIME REACTION What is the reach of VOD & who is a VOD user & how has this changed in the past year? (Market Reach &

More information

General Instructions

General Instructions Who Uses This Packet You should use this packet when: Updating Healthy Connections service location information such as demographic information, panel limits, and office hours. Note: If the service location

More information

Part No. P CallPilot. Programming Record

Part No. P CallPilot. Programming Record Part o. P0941757 01.1 CallPilot Programming Record 2 P0941757 01.1 About the CallPilot Programming Record 3 Use this guide to record how you program your CallPilot 100/150 or Business Communications Manager

More information

Pearson Edexcel Award

Pearson Edexcel Award Pearson Edexcel Award January 2018 Examination Timetable FINAL For more information on Edexcel qualifications please visit http://qualifications.pearson.com Pearson Edexcel Award January 2018 Examination

More information

Youth s Name: First Middle Last Address: Number Street Apartment. City State Zip Cell Phone. Gender: Race/Ethnicity: Date of birth: Age:

Youth s Name: First Middle Last Address: Number Street Apartment. City State Zip Cell Phone. Gender: Race/Ethnicity: Date of birth: Age: Bikes Not Bombs Summer 2018 Session #2 Earn-A-Bike July 30th Aug 16th (Mon-Fri, 2:00-6:00) Ages 12-18 ~Program fee $25-50 (Fee Waivers available! See Program Fee section for more info.) There are a limited

More information

DISCOVERABILITY. How Canadians Find TV Content

DISCOVERABILITY. How Canadians Find TV Content DISCOVERABILITY How Canadians Find TV Content Table of Contents Introduction...3 Executive Summary...4 TV Viewing is Diverse... 6 Discoverability... 10 Paid, Owned and Earned...18 Appendix Methodology

More information

PROVISIONAL EXAMINATION TIMETABLE JANUARY 2017

PROVISIONAL EXAMINATION TIMETABLE JANUARY 2017 CAMBRIDGE NATIONALS, FSMQ, LEVEL 1 & 2 CERTIFICATE, LEVEL 2 AWARD, LEVEL 3 CERTIFICATE EXAMINATIONS, PRINCIPAL LEARNING AND PROJECTS PROVISIONAL EXAMINATION TIMETABLE www.ocr.org.uk Cambridge Nationals,

More information

IAB Ireland Video On Demand 2017

IAB Ireland Video On Demand 2017 IAB Ireland Video On Demand 2017 October 2017 In association with: Study Methodology 2 iab Ireland wants to understand and provide marketers with a wide range of insights into the consumption and attitudes

More information

FINAL EXAMINATION TIMETABLE JANUARY 2016

FINAL EXAMINATION TIMETABLE JANUARY 2016 CAMBRIDGE NATIONALS, FSMQ, LEVEL 1 & 2 CERTIFICATE, LEVEL 2 AWARD, LEVEL 3 CERTIFICATE EXAMINATIONS, PRINCIPAL LEARNING AND PROJECTS FINAL EXAMINATION TIMETABLE www.ocr.org.uk Cambridge Nationals, FSMQ,

More information

Pearson Edexcel Award

Pearson Edexcel Award Pearson Edexcel Award May June 2018 Examination Timetable FINAL For more information on Edexcel qualifications please visit http://qualifications.pearson.com v3 Pearson Edexcel Award 2018 Examination View

More information

Ingenieur- und Verkehrspsychologie

Ingenieur- und Verkehrspsychologie Observational study on driver secondary tasks in Germany Mark Vollrath, Anja Katharina Huemer, Jana Fricke, Carolin Teller, Anastasia Likhacheva & Fiona Tobin Two Research Questions How much of a problem

More information

How Young Children Are Watching TV and DVDs:

How Young Children Are Watching TV and DVDs: How Young Children Are Watching TV and DVDs: From the June 2015 Rating Survey on Young Children's TV Viewing By Masayo YOSHIFUJI Introduction This paper reports on the results from the Rating Survey on

More information

C R E A T I V E A C A D E M Y. Web Development. Photography

C R E A T I V E A C A D E M Y. Web Development. Photography CE C R E A T I V E A C A D E M Y Graphic Design Web Design Web Development Photography ACE CREATIVE ACADEMY [ACA] is a Lagos based creative academy that trains individuals to have all the skills and knowledge

More information

CRIJ 1301 Introduction to Criminal Justice (8-Week On-line Version) Fall 2017 Aug. 28 through Oct. 22

CRIJ 1301 Introduction to Criminal Justice (8-Week On-line Version) Fall 2017 Aug. 28 through Oct. 22 CRIJ 1301 Introduction to Criminal Justice (8-Week On-line Version) Fall 2017 Aug. 28 through Oct. 22 Professor: Dr. Won-Jae Lee Office: HAR 209 Telephone: (325) 486-6717 Email: wlee@angelo.edu Office

More information

CallPilot Programming Record. BCM 4.0 CallPilot

CallPilot Programming Record. BCM 4.0 CallPilot CallPilot Programming Record BCM 4.0 CallPilot Document Status:Standard Document Version: 02 Part Code: 0027404 Date: June 2006 Copyright 2006 ortel etworks, All Rights Reserved The information in this

More information

Road and Street Maintenance Supervisors Conference

Road and Street Maintenance Supervisors Conference Road and Street Maintenance Supervisors Conference Distracted Driving Definition: Distracted Driving The practice of driving a motor vehicle while engaged in another activity, typically one that involves

More information

IMPORTANT WORDS TO KNOW UNIT 1

IMPORTANT WORDS TO KNOW UNIT 1 IMPORTANT WORDS TO KNOW UNIT READ THESE WORDS ALOUD THREE TIMES WITH YOUR TEACHER! Chapter. equation. integer 3. greater than 4. positive 5. negative 6. operation 7. solution 8. variable Chapter. ordered

More information

Presentation to Distracted Driving Conference. October, 2005

Presentation to Distracted Driving Conference. October, 2005 Presentation to Distracted Driving Conference October, 2005 Research Background National Survey of 1500 Canadians - For CAA, February 2005 - National random sample, 2.5% margin of error - Focus Groups

More information

ITSMR RESEARCH NOTE EFFECTS OF CELL PHONE USE AND OTHER DRIVER DISTRACTIONS ON HIGHWAY SAFETY: 2006 UPDATE. Introduction SUMMARY

ITSMR RESEARCH NOTE EFFECTS OF CELL PHONE USE AND OTHER DRIVER DISTRACTIONS ON HIGHWAY SAFETY: 2006 UPDATE. Introduction SUMMARY September 2006 ITSMR RESEARCH NOTE EFFECTS OF CELL PHONE USE AND OTHER DRIVER DISTRACTIONS ON HIGHWAY SAFETY: 2006 UPDATE Introduction The use of cell phones and other driver distractions continue to be

More information

Road Safety, Distracted Driving and Cell Phone Usage

Road Safety, Distracted Driving and Cell Phone Usage Road Safety, Distracted Driving and Cell Phone Usage Final Report Submitted to: Traffic Safety Commission of Puerto Rico September 29, 2017. TABLE OF CONTENT INTRODUCTION... 3 METHODOLOGY... 3 FINDINGS...

More information

2013 Association Marketing Benchmark Report

2013 Association  Marketing Benchmark Report 2013 Association Email Marketing Benchmark Report Part I: Key Metrics 1 TABLE of CONTENTS About Informz.... 3 Introduction.... 4 Key Findings.... 5 Overall Association Metrics... 6 Results by Country of

More information

Lab Preparing for the ICND1 Exam

Lab Preparing for the ICND1 Exam Lab 9.6.6.1 Preparing for the ICND1 Exam Objectives: Determine what activities you can give up or cut back to make time to prepare for the exam. Create a schedule to guide your exam preparation. Schedule

More information

Configuring Message Notification

Configuring Message Notification Last Updated: July 21, 2007 This chapter describes the procedures f implementing the Cisco Unity Express message notification feature and includes the following sections: Overview of Message Notification,

More information

Mac Shutdown 4.0 User Guide

Mac Shutdown 4.0 User Guide ! Mac Shutdown 4.0 User Guide We Make Software - TensionSoftware.com Mac Shutdown 2005-2016 Tension Software all rights reserved. Every effort has been made to ensure that the information in this manual

More information

San Diego Unified School District Substitute Reference Guide

San Diego Unified School District Substitute Reference Guide San Diego Unified School District Substitute Reference Guide System Phone Number (619) 297-0304 Help Desk Phone Number (619) 725-8090 Write your PIN here Web Browser URL https://subweb.sandi.net THE SYSTEM

More information

Working day Non-working day Private holiday

Working day Non-working day Private holiday OVERVIEW This feature changes the destination of an incoming call or the system operating conditions, such as call originating restrictions, based on the day of the week and the time of day (time zone).

More information

Who can I contact in regards to billing questions, pre-paid phone issues or other phone problems related to inmate phone calls?

Who can I contact in regards to billing questions, pre-paid phone issues or other phone problems related to inmate phone calls? How do I get to the Jail? The Summit County Jail is located between South Street and Crosier Street off the Grant Street/Wolf Ledges exit of Rt. 76 in Akron, Ohio. The address is 205 East Crosier Street,

More information

Distracted Driving- A Review of Relevant Research and Latest Findings

Distracted Driving- A Review of Relevant Research and Latest Findings Distracted Driving- A Review of Relevant Research and Latest Findings National Conference of State Legislatures Louisville, KY July 27, 2010 Stephen Oesch The sad fact is that in the coming weeks in particular,

More information

Opening the New Woodrow Wilson Memorial Bridge: Planning & Implementing a Major Traffic Switch

Opening the New Woodrow Wilson Memorial Bridge: Planning & Implementing a Major Traffic Switch Opening the New Memorial : Planning & Implementing a Major Traffic Switch Scott C. Crumley, P.E., P.T.O.E. Manager March 26, 2009 1 Agenda Background The Major Milestone: Opening the New to Traffic Challenges

More information

Norbain Academy IP-CCTV Advanced Course

Norbain Academy IP-CCTV Advanced Course COURSE CODE: CAC IP-CCTV Advanced Course COURSE SYLLABUS Part 1: Course Information INSTRUCTOR INFORMATION Instructor Robert McDonald (Norbain Training Manager) Training Centre Locations Ashton Under Lyne

More information

HOSTING A WEBINAR BEST PRACTICE GUIDE

HOSTING A WEBINAR BEST PRACTICE GUIDE HOSTING A WEBINAR BEST PRACTICE GUIDE Summary Short for web based seminars, webinars are online methods of communication which are transmitted over the internet and aimed to reach large audiences. A key

More information

Math Olympiads Registration Information & FAQ

Math Olympiads Registration Information & FAQ Registration Information & FAQ Thank you for your interest in our popular Math Olympiads course. In order to ensure your registration is valid and processed correctly it is imperative that you read carefully

More information

The Rise of the Connected Viewer

The Rise of the Connected Viewer JULY 17, 2012 The Rise of the Connected Viewer 52% of adult cell owners use their phones while engaging with televised content; younger audiences are particularly active in these connected viewing experiences

More information

Distracted Driving. EMEA Claims Conference EMEA Claims Conference Rüschlikon, March 6th & 7th 2018 Marion Villalobos, Constanze Brand

Distracted Driving. EMEA Claims Conference EMEA Claims Conference Rüschlikon, March 6th & 7th 2018 Marion Villalobos, Constanze Brand Distracted Driving EMEA Claims Conference 2018 1 Agenda Distracted Driving: Definition and examples Overview USA Overview EMEA markets Impact to the Insurance sector and solution approaches Further challenges

More information

Setting up the ServiceTitan Web Appointment Scheduler

Setting up the ServiceTitan Web Appointment Scheduler Setting up the ServiceTitan Web Appointment Scheduler ServiceTitan Best Practices When you use the Web Appointment Scheduler, customers will be able to instantly request an appointment when they visit

More information

Cisco Unity Express 8.0 Voic System User s Guide for Advanced Features

Cisco Unity Express 8.0 Voic System User s Guide for Advanced Features Cisco Unity Express 8.0 Voice-Mail System User s Guide for Advanced Features First Published: October 26, 2010 This guide provides information about using some of the advanced voice-mail features of your

More information

Traffic Safety Facts Research Note

Traffic Safety Facts Research Note Traffic Safety Facts Research Note DOT HS 80 963 June 2008 Driver Electronic Device Use in 2007 Hand-held cell phone use by drivers was up again to 6 percent in 2007 compared to 5 percent in 2006, and

More information

DriveTAB is a hardware based, tamper resistant solution to Distracted

DriveTAB is a hardware based, tamper resistant solution to Distracted DriveTAB is a hardware based, tamper resistant solution to Distracted Driving. This Device Management App, working with the installed DriveTAB device and online monitoring, allows administrative control

More information

TaskCentre v4.5 Schedule Tool White Paper

TaskCentre v4.5 Schedule Tool White Paper TaskCentre v4.5 Schedule Tool White Paper Document Number: PD500-03-01-1_0-WP Orbis Software Limited 2010 Table of Contents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features... 2

More information

STA 313: Topics in Statistics

STA 313: Topics in Statistics Al Nosedal. University of Toronto. Fall 2015 essentially, all models are wrong, but some are useful George E. P. Box (one of the great statistical minds of the 20th century). What is R? R language essentials

More information

Enters system mode. Example The following example creates a scheduler named maintenancesched and commits the transaction:

Enters system mode. Example The following example creates a scheduler named maintenancesched and commits the transaction: Deployment, on page 1 Deployment Creating a Schedule UCS-A /system # create scheduler Creates a scheduler and enters scheduler mode. UCS-A /system/scheduler # commit-buffer The following example creates

More information

Nights & Weekend ROB & PHIL DECEMBER 12, 2008

Nights & Weekend ROB & PHIL DECEMBER 12, 2008 Nights & Weekend ROB & PHIL DECEMBER 12, 2008 Input Surveys R&IS Student Assistant R&IS Faculty & Staff Access Services Students Statistics Totals Services R&IS & Access Service Seniority R&IS Student

More information

GreenThumb Garden Registration

GreenThumb Garden Registration GreenThumb Garden Registration 2015-2019 Garden Name Block Lot CB Jurisdiction Two members must provide full contact information on the license agreement, including phone numbers, addresses and emails.

More information

PART 3/3 DEMYSTIFYING THE INBOX

PART 3/3 DEMYSTIFYING THE INBOX PART 3/3 DEMYSTIFYING THE INBOX January 2013 Introduction In part one we looked at factors that make email the ultimate digital communication channel. We got insights on when, where and how South Africans

More information

TERMS & CONDITIONS. Australian Radio Network Pty Ltd. 97.3Fm s Music Panel COMPETITION AND ENTRY DETAILS

TERMS & CONDITIONS. Australian Radio Network Pty Ltd. 97.3Fm s Music Panel COMPETITION AND ENTRY DETAILS TERMS & CONDITIONS Australian Radio Network Pty Ltd 97.3Fm s Music Panel COMPETITION AND ENTRY DETAILS 1. METHOD OF ENTRY: From Tuesday 10th Friday 20 th August 2010 visitors to the website www.973fm.com.au

More information

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center)

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) System Phone Number 578-6618 Help Desk Phone Number 631-4868 (6:00 a.m. 4:30 p.m.) Write your Access number here Write

More information

Electra Elite and InfoSet are registered trademarks of NEC America, Inc.

Electra Elite and InfoSet are registered trademarks of NEC America, Inc. reserves the right to change the specifications, functions, or features, at any time, without notice. has prepared this document for the use by its employees and customers. The information contained herein

More information

GCSE AND CAMBRIDGE NATIONALS FINAL EXAMINATION TIMETABLE NOVEMBER 2018

GCSE AND CAMBRIDGE NATIONALS FINAL EXAMINATION TIMETABLE NOVEMBER 2018 GCSE AND CAMBRIDGE NATIONALS FINAL EXAMINATION TIMETABLE www.ocr.org.uk Final Examination Timetable, 2018 Important Dates 4 October 2018: Receipt of final entries by OCR 5 2018: Deadline for the receipt

More information

New Jersey Association for Justice. Boardwalk Seminars Atlantic City NJ

New Jersey Association for Justice. Boardwalk Seminars Atlantic City NJ New Jersey Association for Justice Boardwalk Seminars Atlantic City NJ TAP-INTO-THE-LINE: Retrieval of Cell Phone Data 1 Faculty: Scott Greene Evidence Solutions, Inc. 866-795-7166 Scott@EvidenceSolutions.com

More information

FSMQ, PRINCIPAL LEARNING LEVEL 3 AND LEVEL 3 CERTIFICATE EXAMINATIONS FINAL EXAMINATION TIMETABLE JANUARY

FSMQ, PRINCIPAL LEARNING LEVEL 3 AND LEVEL 3 CERTIFICATE EXAMINATIONS FINAL EXAMINATION TIMETABLE JANUARY FSMQ, PRINCIPAL LEARNING LEVEL 3 AND LEVEL 3 CERTIFICATE EXAMINATIONS FINAL EXAMINATION TIMETABLE www.ocr.org.uk FSMQ, Principal Learning Level 3 and Level 3 Certificate Examinations, 2014 Important Dates

More information

English CUP. Bluetooth QD ID B013281

English CUP. Bluetooth QD ID B013281 140 8001 1.02 US English Operating Manual CUP Bluetooth QD ID B013281 1 Table of contents 1 Table of contents 2 2 Introduction / Foreword 3 3 Safety instructions 4 4 Scope of supply / Packaging contents

More information

INFINITI CONNECTION FAQs

INFINITI CONNECTION FAQs What is Infiniti Connection? Do I need my cell phone to be able to use Infiniti Connection features? What type of connection does Infiniti Connection use? How many features does Infiniti Connection have?

More information

Scheduling. Scheduling Tasks At Creation Time CHAPTER

Scheduling. Scheduling Tasks At Creation Time CHAPTER CHAPTER 13 This chapter explains the scheduling choices available when creating tasks and when scheduling tasks that have already been created. Tasks At Creation Time The tasks that have the scheduling

More information

AVOID DISTRACTIONS WHILE DRIVING

AVOID DISTRACTIONS WHILE DRIVING AVOID DISTRACTIONS WHILE DRIVING This information program was produced by the Canada Safety Council (CSC) with assistance from State Farm. To support safe teen driving in our communities the Canada Safety

More information

Model State Driver Distraction Plan. Ford Motor Company

Model State Driver Distraction Plan. Ford Motor Company Model State Driver Distraction Plan Ford Motor Company At Ford, we believe driver distraction is a very important issue. Drivers experience many different types of distraction on a daily basis. Drivers

More information

Crystal Springs Upland School Transportation Demand Management Plan. March 2016

Crystal Springs Upland School Transportation Demand Management Plan. March 2016 Crystal Springs Upland School Transportation Demand Management Plan March 06 CONTENTS Introduction... Transportation Demand Management (TDM) Program.... Background/Survey of Existing Student Commuting

More information

How Young Children Are Watching TV and DVDs: From the June 2016 Rating Survey on Young Children's TV Viewing

How Young Children Are Watching TV and DVDs: From the June 2016 Rating Survey on Young Children's TV Viewing How Young Children Are Watching TV and DVDs: From the June 2016 Rating Survey on Young Children's TV Viewing October 2017 HOSHI Akiko Public Opinion Research Division NHK Broadcasting Culture Research

More information

The Do s and Don ts of Cell PhoneUse for School Bus Drivers

The Do s and Don ts of Cell PhoneUse for School Bus Drivers The Do s and Don ts of Cell PhoneUse for School Bus Drivers Reference Guide and Test Video Communications Introduction School bus drivers using cell phones on the school bus have become a hot topic lately.

More information

As a member of the Bridges Library System, Menomonee Falls Public Library primarily serves residents of Waukesha and Jefferson Counties.

As a member of the Bridges Library System, Menomonee Falls Public Library primarily serves residents of Waukesha and Jefferson Counties. CIRCULATION POLICY: LIBRARY CARD ELIGIBILITY As a member of the Bridges Library System, Menomonee Falls Public Library primarily serves residents of Waukesha and Jefferson Counties. Most Wisconsin residents

More information

What s next? Are you interested in CompTIA A+ classes?

What s next? Are you interested in CompTIA A+ classes? What s next? Are you interested in CompTIA A+ classes? These classes are facilitated by our partner IT Ready. Next CompTIA A+ class will start on July 2019. Class runs from Monday to Friday (9 am to 4

More information

DATA VISUALIZATION Prepare the data for visualization Data presentation architecture (DPA) is a skill-set that seeks to identify, locate, manipulate,

DATA VISUALIZATION Prepare the data for visualization Data presentation architecture (DPA) is a skill-set that seeks to identify, locate, manipulate, DATA VISUALIZATION Prepare the data for visualization Data presentation architecture (DPA) is a skill-set that seeks to identify, locate, manipulate, format and present data in such a way as to optimally

More information

Survey Questions and Methodology

Survey Questions and Methodology Survey Questions and Methodology Winter Tracking Survey 2012 Final Topline 02/22/2012 Data for January 20 February 19, 2012 Princeton Survey Research Associates International for the Pew Research Center

More information

Sample: n=2,252 national adults, age 18 and older, including 1,127 cell phone interviews Interviewing dates:

Sample: n=2,252 national adults, age 18 and older, including 1,127 cell phone interviews Interviewing dates: Survey Questions Spring 2013 Tracking Survey Final Topline 5/21/2013 Data for April 17-May 19, 2013 Princeton Survey Research Associates International for the Pew Research Center s Internet & American

More information

CAMBRIDGE TECHNICALS FINAL EXAMINATION TIMETABLE JANUARY 2019

CAMBRIDGE TECHNICALS FINAL EXAMINATION TIMETABLE JANUARY 2019 CAMBRIDGE TECHNICALS FINAL EXAMINATION TIMETABLE www.ocr.org.uk Final Examination Timetable, 2019 Important Dates 10 October 2018: Open for 2019 examination entries 21 October 2018: Deadline for the receipt

More information

N.J. drivers continue to roll the dice with safety

N.J. drivers continue to roll the dice with safety For immediate release Mon., Aug. 6, 2012 7 pp. Contacts: Dan Cassino 973.896.7072 Zach Hosseini (NJ DHTS) 609.984.2529 Rich Higginson 908.213.1971 N.J. drivers continue to roll the dice with safety Despite

More information

Last Name First Name M.I. Individual NPI. Group/Clinic Name as it appears on W9 (if applicable) TIN Taxonomy

Last Name First Name M.I. Individual NPI. Group/Clinic Name as it appears on W9 (if applicable) TIN Taxonomy Provider Change Form Submit one Provider Change Form (PCF) per TIN. Do not submit changes for multiple TINs. The preferred method for completing the PCF is electronically. Hand written changes may result

More information

Survey Questions and Methodology

Survey Questions and Methodology Survey Questions and Methodology Spring Tracking Survey 2012 Data for March 15 April 3, 2012 Princeton Survey Research Associates International for the Pew Research Center s Internet & American Life Project

More information

Nimsoft Monitor. reboot Guide. v1.4 series

Nimsoft Monitor. reboot Guide. v1.4 series Nimsoft Monitor reboot Guide v1.4 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

SLEEP STUDY PATIENT INSTRUCTION SHEET THE ADDRESS IS 2810 W. WATERS AVENUE, TAMPA. THE PHONE NUMBER IS

SLEEP STUDY PATIENT INSTRUCTION SHEET THE ADDRESS IS 2810 W. WATERS AVENUE, TAMPA. THE PHONE NUMBER IS SLEEP STUDY PATIENT INSTRUCTION SHEET AN OVERNIGHT SLEEP STUDY HAS BEEN SCHEDULED FOR - ON. YOU SHOULD REPORT TO THE SLEEP CENTER OFFICE AT. THE ADDRESS IS 2810 W. WATERS AVENUE, TAMPA. THE PHONE NUMBER

More information

SMS VAS USAGE IN INDIA

SMS VAS USAGE IN INDIA With the advent of Smartphones, everyone today is talking about Internet on mobiles, 3G speeds etc. However, SMS, a traditional short message service on mobile, even today is pretty much the most frequently

More information

The Year argument can be one to four digits between 1 and Month is a number representing the month of the year between 1 and 12.

The Year argument can be one to four digits between 1 and Month is a number representing the month of the year between 1 and 12. The table below lists all of the Excel -style date and time functions provided by the WinCalcManager control, along with a description and example of each function. FUNCTION DESCRIPTION REMARKS EXAMPLE

More information

TEXTING WHILE DRIVING

TEXTING WHILE DRIVING JANUARY 2018 TEXTING WHILE DRIVING REAL HAZARDS, STAGGERING STATS CONTENT: 2 STARTLING STATS 3 THE INSURANCE INDUSTRY 3 THERE S AN APP FOR THAT 4 WHAT EMPLOYERS CAN DO JANUARY 2018 TEXTING WHILE DRIVING:

More information

Web Intelligence and New Design

Web Intelligence and New Design Bill Jones 2 Awesome Drive North Charleston, SC 29420 (843) 555-5555 president@wind.com W.I.N.D. Client Questionnaire Contact Information Name: Company name: Street address: City: State: ZIP code: Phone

More information

YMCA OF GREATER NEW YORK SUMMER CAMP REGISTRATION FORM

YMCA OF GREATER NEW YORK SUMMER CAMP REGISTRATION FORM YMCA OF GREATER NEW YORK SUMMER CAMP REGISTRATION FORM Branch: Camp Site: Camp Group: PARTICIPANT INFO Child s Name Age D.O.B. Female Male Grade in September School Mailing Address Apt.# City State Zip

More information

Sample: n=2,252 national adults, age 18 and older, including 1,127 cell phone interviews Interviewing dates:

Sample: n=2,252 national adults, age 18 and older, including 1,127 cell phone interviews Interviewing dates: Survey Questions Spring 2013 Tracking Survey Final Topline 5/21/2013 Data for April 17-May 19, 2013 Princeton Survey Research Associates International for the Pew Research Center s Internet & American

More information

CIMA Strategic Level Classroom Courses For March & May 2014 Exams

CIMA Strategic Level Classroom Courses For March & May 2014 Exams CIMA Strategic Level Classroom Courses For March & May 201 Exams If you require further information, would like to talk about your study needs or would like to enrol for a course: Call + (0) 180 355 325

More information

Employment Application

Employment Application Employment Application Instructions: Print clearly in black or blue ink. Answer all questions. Sign and date the form. Return to kyle@legendscattle.com or fax to 903-567-8501 or mail to PO Box 101, Midlothian,

More information

CHART BOOK: HAND-HELD MOBILE DEVICE USE TRENDS FOR MISSISSIPPI ADULTS

CHART BOOK: HAND-HELD MOBILE DEVICE USE TRENDS FOR MISSISSIPPI ADULTS CHART BOOK: HAND-HELD MOBILE DEVICE USE TRENDS FOR MISSISSIPPI ADULTS March 2018 Overview issue brief HAND-HELD MOBILE DEVICE USE WHILE DRIVING Policy Considerations in Mississippi Published december 2017

More information

Washington Driver Survey Distracted Driving Attitudes & Behavior

Washington Driver Survey Distracted Driving Attitudes & Behavior Washington Driver Survey Distracted Driving Attitudes & Behavior Conducted for AAA Washington By GMA Research July 2, 1 Overview GMA Research conducted a statewide survey on distracted driving with 1,1

More information

Orange Coast College BUSINESS & COMPUTING DIVISION EVENING, WEEKEND & ONLINE COURSES. that fit your schedule and goals!

Orange Coast College BUSINESS & COMPUTING DIVISION EVENING, WEEKEND & ONLINE COURSES. that fit your schedule and goals! Orange Coast College BUSINESS & COMPUTING DIVISION EVENING, WEEKEND & ONLINE COURSES that fit your schedule and goals! FALL 2018 term begins August 27, 2018 8 and 16 week courses are available ACCOUNTING

More information

A COMPLETE GUIDE TO WEB PUSH NOTIFICATIONS

A COMPLETE GUIDE TO WEB PUSH NOTIFICATIONS [Pick the date] Table of Contents Introduction... 2 Why should you be reading this guide?... 2 What are Push Notifications?... 2 Why Push Notifications?... 3 Chapter 1: Inside out of Push Notification...

More information