Methods for Creating Reliable and Reproducible Analyses

Size: px
Start display at page:

Download "Methods for Creating Reliable and Reproducible Analyses"

Transcription

1 Methods for Creating Reliable and Reproducible Analyses Jennifer Blackford, PhD Assistant Professor of Psychiatry VKC Stats & Methodology Core Training Coordinator

2 Goals Introduce a new idea Persuade you that reproducible analyses are necessary Convince you that achieving reproducible analyses is possible Provide the necessary tools for you to begin creating reliable and reproducible analyses

3 Outline 1. Reliability in research methods 2. Reliability in analyses 3. Dangers of point and click software 4. What are reproducible results? 5. Barriers to reproducible results 6. Methods for creating reproducible analyses 7. Practical implementation

4 Reliability in Research Methods

5 What is reliability? re li a ble [ri-lahy-uh-buh l] adjective that may be relied on; dependable in achievement, accuracy, honesty, etc.: reliable information. From Random House Dictionary

6 How do we ensure reliability of our research methods? Examples?

7 How reliable is reliable enough? a) 70% b) 80% c) 90% d) 100%

8 What if the method is not reliable? a) use it anyway b) find a different method c) revise method to increase reliability d) develop a new method

9 Reliability in (Statistical) Analyses

10 Scientific Method Steps 1. Generate hypothesis 2. Perform experiment and collect data 3. Analyze data 4. Interpret data and draw conclusions 5. Publish results

11 What does analysis include?

12 Statistical Analysis Data entry Data cleaning Data entry errors Missing data Recoding Data preparation Checking data distributions Handling outliers Transforming variables Creating new variables Performing statistical analyses Recording results Creating graphs

13 Neuroimaging Analysis Image file pre-processing Convert image files to standard format Correct head motion within and across trials Align structural and functional image Transform images into a standard space Perform statistical analyses Input experimental design Assign event-timing information to image files Run statistical analyses Record Results Create Graphs

14 Should we expect the same reliability (or reproducibility) from our analytic methods as we do from our other research methods? a) No, analyses aren t really methods b) No, analytic methods are too complex c) Maybe, but everything is fine, no need to change methods d) Yes, all parts of the scientific process should be reliable

15 What are the common practices? Enter data in Excel Use Excel for data cleaning, etc Generate descriptive statistics (counts, means, etc) in Excel Import data into SPSS for analysis Use point-and-click options to run statistical analyses Type data back into Excel to create graphs

16 Now let s evaluate reliability. Enter data in Excel Use Excel for data cleaning, etc Generate descriptive statistics (counts, means, etc) in Excel Import data into SPSS for analysis Use point-and-click options to run statistical analyses Type data back into Excel to create graphs

17 The Dangers of Point-and-Click Software

18 Excel Data entry inconsistencies and errors No record of what steps were performed Sorting dangers Data export issues There is a bug in how Windows processing Excel files which results in missing data being exported. Cryer (2001). Problems using Microsoft Excel for Statistics.

19 Spreadsheet from Hell Dan Byrne

20 Excel Statistical Issues Missing data are handled inconsistently and sometimes incorrectly Excel uses poor algorithms to find the standard deviation Excel does not treat tied observations correctly when ranking Regression is especially problematic-- computations are often erroneous due to multiple incorrect procedures Cryer (2001). Problems using Microsoft Excel for Statistics.

21 Other Point-and-Click There are also dangers with other programs that offer user-friendly pointand-click capabilities, such as SPSS and SAS. Neuroimaging analysis programs, like Brain Voyager and SPM have the same issues too.

22 Has this ever happened to you..

23 Vignette #1 You sit down to finish writing your manuscript. You realize that you need to clarify one result by running an additional analysis. First, you re-run the primary analysis but the primary results don t match what you have in your paper.

24 Vignette #2 You get an request from the graduate student of a colleague at another university. She has conducted an experiment similar to one you published five years ago. She has a question and would like for you to run an analysis on a subset of subjects. When you go to the data folder, you find thirty program files and can t remember which one has the analysis. Where is that final dataset????

25 Would you like to increase the reliability of your analytic methods? a) No need, my current methods are sufficient. I m finding significant results already. b) Maybe, but I think it will be hard and I don t have the energy for something new. c) Yes! Show me how, I ll do anything.

26 What are reproducible results?

27 Reproducible Results Some consider the use of statistical methods that can not be replicated as a breach of research ethics. There is a new movement in statistics called reproducible results or literate statistical programming.

28 Claerbout s Principle An article about computational science in a scientific publication is not the scholarship itself, it is merely advertising of the scholarship. The actual scholarship is the complete software development environment and the complete set of instructions which generated the figures. Note: The same Principle obviously applies to tables, standard errors, and so on. deleeuw, J (2001). Reproducible Results: The Botton Line.

29 Literate Statistical Practice Literate Statistical Practice (LSP, Rossini, 2001) describes an approach for creating self-documenting statistical results. It applies literate programming (Knuth, 1992) and related techniques in a natural fashion to the practice of statistics. In particular, documentation, specification, and descriptions of results are written concurrently with writing and evaluation of statistical programs. Rossini & Leisch (2003). Literate Statistical Practice.

30 Barriers to Reproducible Results

31 Barriers What are some barriers to reproducible results? 1. Awareness We didn t even know there was a problem. 2. Knowledge 3. Change 4. Effort What are the right methods? You mean I wasn t doing the right thing? It s too hard. I don t have time. I don t have the energy to learn something new.

32 1. Reliable Results Benefits The results you produce today will be the same results you will produce tomorrow. 2. Time Savings/Efficiency In the (not so) long run, you will save much time. 3. Flexibility When you don t point-and-click you gain many new analytic options. 4. Institutional (Lab) Memory

33 Baby Steps We ve already addressed the first barrier Awareness Now, we ll address the second barrier Knowledge

34 Methods for Creating Reproducible Analyses

35 Caveats 1. This will take discipline. On the front end, it does take more time to create a system or structure for your analysis. It is much faster to use Excel to do one quick analysis. 2. You might have to learn something new. This can be a major barrier. Learning takes a commitment of time and effort.

36 Overarching Principle: Organization Organization for everything is key. This principle is as true for your research study as for your data analysis. electronic folder structure file naming conventions analytic programs Things can get out of control.*

37 Data Entry Enter your data into a stable structure. Good examples of stable structures a relational database (like Microsoft Access) VKC provides database development VUMC REDCap (Research Electronic Data Capture) SPSS or SAS tables

38 Data Cleaning and Preparation The second step is to create methods or procedures for documenting every step

39 How-To Guides

40 How-To Guides By Fred Davidson, 1996

41

42 What About Data Analysis?

43 Now for the scary word. programming

44 Which statement best describes you? a) I have never programmed before. b) I have programmed a little.10 years ago. c) I have some basic programming skills (and feel comfortable learning more) d) I am a code junkie!

45 A code example

46 Final Product The final product is a single file that includes all of the code necessary to reproduce all of the analyses. The code file should be heavily commented so that another reader can follow the workflow. Note: Ultimately, the file will also print out text and graphics.

47 Specifically Data import Data cleaning/formatting/manipulation You must have an audit trail of every change made to the data. Descriptive statistics Inferential/predictive statistics Include all of the workflow steps, including analyses that didn t work or that you don t keep so that you ll remember what you did later

48 Practical Implementation An illustration using SPSS

49 SPSS Starting simply, SPSS provides a relatively easy way to create a document that keeps track of all of your statistical steps. You can begin with point-and-click, saving the underlying code, while progressing to programming. SPSS journaling (edit->options->session journal, record syntax in journal) can track your syntax selections

50 SPSS Example

51 Protect Yourself Track your changes version control software (like Subversion) tracks of each iteration of document or program RCS software: Screen capture software can capture your mouse movements: SnagIt ( Keep prior operating systems With Microsoft Virtual PC you can have other operating systems on your computer pc/default.mspx Jim Steiger

52 Protect Yourself Back up, back up, back up Disk space is cheap, your time is not Amazon S3 storage for the internet Jungle Disk Acronis True Image Home Note: first, go to Computer Management and make certain that the Volume Shadow Copy service starts automatically before you install the software make several copies of the Emergency Boot Disk, because you can boot into a Windows system that will not load windows and restore the whole hard drive (or just the system settings) from OUTSIDE WINDOWS. Jim Steiger

53 Future Steps SAS Enterprise Guide With programs like R and Sweave/LaTex, you can incorporate the entire text of your report with results and graphics Upcoming Seminar Terri Scott May 16, 2008.

Using Excel for Data Manipulation and Statistical Analysis: How-to s and Cautions

Using Excel for Data Manipulation and Statistical Analysis: How-to s and Cautions 2010 Using Excel for Data Manipulation and Statistical Analysis: How-to s and Cautions This document describes how to perform some basic statistical procedures in Microsoft Excel. Microsoft Excel is spreadsheet

More information

Paul Harris, PhD. Planning, Collecting and Managing Data For Clinical And Translational Research

Paul Harris, PhD. Planning, Collecting and Managing Data For Clinical And Translational Research Planning, Collecting and Managing Data For Clinical And Translational Research Paul Harris, PhD Associate Professor Department of Biomedical Informatics Vanderbilt University Agenda Data Planning for Clinical

More information

Contact Center Analytics Primer

Contact Center Analytics Primer By: Rob McDougall Upstream Works Software August 2010 Analytics means a lot of different things to different people. One of the foundational principles of any analytics effort is to ensure that the information

More information

How to Create a Campaign in AdWords Editor

How to Create a Campaign in AdWords Editor How to Create a Campaign in AdWords Editor Using AdWords Editor instead of the online interface for Google Adwords will speed up everything in your online business. AdWords Editor gives you the upper hand

More information

Pay per Click Success 5 Easy Ways to Grow Sales and Lower Costs

Pay per Click Success 5 Easy Ways to Grow Sales and Lower Costs Pay per Click Success 5 Easy Ways to Grow Sales and Lower Costs Go Long! The Benefits of Using Long Tail Keywords clogged sewage line, I ll see a higher conversion How many keywords are in your pay-per-click

More information

A conversation with Scott Chappell, CMO, Sessions Online Schools of Art and Design

A conversation with Scott Chappell, CMO, Sessions Online Schools of Art and Design A conversation with Scott Chappell, CMO, Sessions Online Schools of Interviewed by: Steven Groves, StevenGroves.com Guy R. Powell, DemandROMI Can you talk to us a little bit about Sessions and what Sessions

More information

Compass Interdisciplinary Virtual Conference 19-30 Oct 2009

Compass Interdisciplinary Virtual Conference 19-30 Oct 2009 Compass Interdisciplinary Virtual Conference 19-30 Oct 2009 10 Things New Scholars should do to get published Duane Wegener Professor of Social Psychology, Purdue University Hello, I hope you re having

More information

What you should know about: Windows 7. What s changed? Why does it matter to me? Do I have to upgrade? Tim Wakeling

What you should know about: Windows 7. What s changed? Why does it matter to me? Do I have to upgrade? Tim Wakeling What you should know about: Windows 7 What s changed? Why does it matter to me? Do I have to upgrade? Tim Wakeling Contents What s all the fuss about?...1 Different Editions...2 Features...4 Should you

More information

Introduction to REDCap for Clinical Data Collection Shannon M. Morrison, M.S. Quantitative Health Sciences Cleveland Clinic Foundation, Cleveland, OH

Introduction to REDCap for Clinical Data Collection Shannon M. Morrison, M.S. Quantitative Health Sciences Cleveland Clinic Foundation, Cleveland, OH Paper RX-01-2013 Introduction to REDCap for Clinical Data Collection Shannon M. Morrison, M.S. Quantitative Health Sciences Cleveland Clinic Foundation, Cleveland, OH Abstract REDCap (Research Electronic

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

HOW TO: A Guide to Using Qualtrics Research Suite

HOW TO: A Guide to Using Qualtrics Research Suite HOW TO: A Guide to Using Qualtrics Research Suite 2 How this ebook can Benefit You Welcome to Qualtrics Research Suite! We are committed to your success, and want you to get the most out of your experience

More information

Getting Started With SPSS

Getting Started With SPSS Getting Started With SPSS To investigate the research questions posed in each section of this site, we ll be using SPSS, an IBM computer software package specifically designed for use in the social sciences.

More information

SSMS Built in Reports for Server and Database Monitoring

SSMS Built in Reports for Server and Database Monitoring SQL Server Documentation SSMS Built in Reports for Server and Database Monitoring I sometimes discover that the built in reports for SQL Server within SSMS are an unknown, sometimes this is because not

More information

Using Excel for Statistical Analysis

Using Excel for Statistical Analysis 2010 Using Excel for Statistical Analysis Microsoft Excel is spreadsheet software that is used to store information in columns and rows, which can then be organized and/or processed. Excel is a powerful

More information

Clinical Trials. Clinical trials the basics

Clinical Trials. Clinical trials the basics Clinical Trials Clinical Trials This brochure is for people making decisions about cancer treatment. You may be thinking about a clinical trial for you or your child but need to know more before you decide.

More information

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard Intro to Mail Merge David Diskin for the University of the Pacific Center for Professional and Continuing Education Contents: Word Mail Merge Wizard Mail Merge Possibilities Labels Form Letters Directory

More information

SPSS: Getting Started. For Windows

SPSS: Getting Started. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering

More information

National Aboriginal Health Organization Ajunnginiq (Inuit) Centre

National Aboriginal Health Organization Ajunnginiq (Inuit) Centre Jennifer Pecek, Inuvialuk Nurse, Inuvik (2007) interviewed by Martha Flaherty Audio Clip 1 National Aboriginal Health Organization MF: Are there any stories from your work as a midwife in the maternity

More information

Lifebushido/Best Agent Business

Lifebushido/Best Agent Business Lifebushido/Best Agent Business Key Assistant Training Call Database Management Overview Steve Kantor: Good morning, this is Steve Kantor with Lifebushido and Best Agent Business and this is a training

More information

MITI Coding: Transcript 5

MITI Coding: Transcript 5 1 MITI Coding: Transcript 5 T: Randy, thanks for coming in today. I wonder if it would be ok if I shared just a few facts with you that I ve gotten from the intake worker. And then we can go on to talk

More information

PHILIPS ie33/iu22 HARD DRIVE BACKUP

PHILIPS ie33/iu22 HARD DRIVE BACKUP PHILIPS ie33/iu22 HARD DRIVE BACKUP Please read this completely before you attempt. I will not be held responsible for any damages done to your unit(s). Once you ve done one, you can back up one in about

More information

QAD Customer Relationship Management Demonstration Guide. May 2015 EE2015 / CRM 6.7

QAD Customer Relationship Management Demonstration Guide. May 2015 EE2015 / CRM 6.7 QAD Customer Relationship Management Demonstration Guide May 2015 EE2015 / CRM 6.7 Overview This demonstration shows how QAD Customer Relationship Management supports the vision of the Effective Enterprise;

More information

SkySpark Tools for Visualizing and Understanding Your Data

SkySpark Tools for Visualizing and Understanding Your Data Issue 20 - March 2014 Tools for Visualizing and Understanding Your Data (Pg 1) Analytics Shows You How Your Equipment Systems are Really Operating (Pg 2) The Equip App Automatically organize data by equipment

More information

ACCOUNT SERVICES HELP

ACCOUNT SERVICES HELP ACCOUNT SERVICES HELP 1. How do I create an on line account? Before you can view your on line account information you first need to register a username profile. You do this by clicking on the Register

More information

Copy Documents from your Computer (H Drive) to a Flash Drive

Copy Documents from your Computer (H Drive) to a Flash Drive Copy Documents from your Computer (H Drive) to a Flash Drive Why? You are moving to another school district and want to take your files with you You are moving to another school and want to make sure you

More information

WORKING WITH YOUTUBE CAPTIONS

WORKING WITH YOUTUBE CAPTIONS D O N N K I N G Speak for your life! WORKING WITH YOUTUBE CAPTIONS BY DONN KING Pellissippi State Community College Knoxville, TN dking@pstcc.edu 865-694-6698 This work is licensed under the Creative Commons

More information

Computer Assisted Language Learning. Blogger Tutorial

Computer Assisted Language Learning. Blogger Tutorial Blogger Tutorial While there are many, many blogging applications out there, I think that the easiest by far is Blogger. I personally use Blogger, in some form, for the 4 blogs that I currently run. Even

More information

Predictor Coef StDev T P Constant 970667056 616256122 1.58 0.154 X 0.00293 0.06163 0.05 0.963. S = 0.5597 R-Sq = 0.0% R-Sq(adj) = 0.

Predictor Coef StDev T P Constant 970667056 616256122 1.58 0.154 X 0.00293 0.06163 0.05 0.963. S = 0.5597 R-Sq = 0.0% R-Sq(adj) = 0. Statistical analysis using Microsoft Excel Microsoft Excel spreadsheets have become somewhat of a standard for data storage, at least for smaller data sets. This, along with the program often being packaged

More information

The Importance of Good Clinical Data Management and Statistical Programming Practices to Reproducible Research

The Importance of Good Clinical Data Management and Statistical Programming Practices to Reproducible Research The Importance of Good Clinical Data Management and Statistical Programming Practices to Reproducible Research Eileen C King, PhD Research Associate Professor, Biostatistics Acting Director, Data Management

More information

7 Must Know SEO Facts for Business Owners

7 Must Know SEO Facts for Business Owners 7 Must Know SEO Facts for Business Owners You will never view SEO the same way after you read this report! By Michael Nguyen 1 Contents Introductions... 3 Background... 3 Starting my Own Business... 4

More information

UvA Psychology Data Protocol. Jaap Murre

UvA Psychology Data Protocol. Jaap Murre UvA Psychology Data Protocol Jaap Murre Overview History Preliminaries Four goals of the data protocol Life cycle of an experiment Case 1 "Help, my hard disk crashed! Now I cannot get my Ph.D. because

More information

IT Quick Reference Guides Performing Mail Merges in Word 2010

IT Quick Reference Guides Performing Mail Merges in Word 2010 IT Quick Reference Guides Performing Mail Merges in Word 2010 Word Guides Mail merges are useful when you want to create form letters or other documents sent to or drawing information from multiple customers.

More information

BACKING UP YOUR PC. Ed Schwartz January 2012

BACKING UP YOUR PC. Ed Schwartz January 2012 BACKING UP YOUR PC Ed Schwartz January 2012 Why should you back up? Do you have any data that can t be easily recreated? If you PC crashes do you want to be back online in minutes instead of hours? It

More information

Plotting Data with Microsoft Excel

Plotting Data with Microsoft Excel Plotting Data with Microsoft Excel Here is an example of an attempt to plot parametric data in a scientifically meaningful way, using Microsoft Excel. This example describes an experience using the Office

More information

MEDICAL BREAKTHROUGHS RESEARCH SUMMARY

MEDICAL BREAKTHROUGHS RESEARCH SUMMARY MEDICAL BREAKTHROUGHS RESEARCH SUMMARY TOPIC: Training the Body to Fight Melanoma REPORT: 3823 BACKGROUND: Melanoma is the most dangerous form of skin cancer that can be hard to treat and fatal if not

More information

Programming in Access VBA

Programming in Access VBA PART I Programming in Access VBA In this part, you will learn all about how Visual Basic for Applications (VBA) works for Access 2010. A number of new VBA features have been incorporated into the 2010

More information

Notes on computer programmes for statistical analysis

Notes on computer programmes for statistical analysis Notes on computer programmes for statistical analysis James Stanley Biostatistical Consulting Service University of Otago, Wellington james.stanley@otago.ac.nz Original file 28/04/2009 Last updated 09/02/2012

More information

Creating a Database. Frank Friedenberg, MD

Creating a Database. Frank Friedenberg, MD Creating a Database Frank Friedenberg, MD Objectives Understand the flow of data in a research project Introduce a software based database (Access) Tips for avoiding common coding and data entry mistakes

More information

One View Of Customer Data & Marketing Data

One View Of Customer Data & Marketing Data One View Of Customer Data & Marketing Data Ian Kenealy, Head of Customer Data & Analytics, RSA spoke to the CX Network and shared his thoughts on all things customer, data and analytics! Can you briefly

More information

Reputation Marketing

Reputation Marketing Reputation Marketing Reputation Marketing Welcome to our training, We will show you step-by-step how to dominate your market online. We re the nation s leading experts in local online marketing. The proprietary

More information

Colleen s Interview With Ivan Kolev

Colleen s Interview With Ivan Kolev Colleen s Interview With Ivan Kolev COLLEEN: [TO MY READERS] Hello, everyone, today I d like to welcome you to my interview with Ivan Kolev (affectionately known as Coolice). Hi there, Ivan, and thank

More information

Protecting Data with a Unified Platform

Protecting Data with a Unified Platform Protecting Data with a Unified Platform The Essentials Series sponsored by Introduction to Realtime Publishers by Don Jones, Series Editor For several years now, Realtime has produced dozens and dozens

More information

POL 204b: Research and Methodology

POL 204b: Research and Methodology POL 204b: Research and Methodology Winter 2010 T 9:00-12:00 SSB104 & 139 Professor Scott Desposato Office: 325 Social Sciences Building Office Hours: W 1:00-3:00 phone: 858-534-0198 email: swd@ucsd.edu

More information

Using FileMaker Pro with Microsoft Office

Using FileMaker Pro with Microsoft Office Hands-on Guide Using FileMaker Pro with Microsoft Office Making FileMaker Pro Your Office Companion page 1 Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker

More information

An Online Research Methods Course

An Online Research Methods Course An Online Research Methods Course DATA MANAGEMENT Jonathan Berkowitz PhD Background Writing your research question leads to selecting an appropriate research design, which in turn leads to data collection.

More information

Prepare your result file for input into SPSS

Prepare your result file for input into SPSS Prepare your result file for input into SPSS Isabelle Darcy When you use DMDX for your experiment, you get an.azk file, which is a simple text file that collects all the reaction times and accuracy of

More information

The Clinical Research Center

The Clinical Research Center The Clinical Research Center Clinical Research Database and Web Survey Technologies An Overview of products available to Children s Hospital Boston Investigators The Clinical Research Center Page 2 Data

More information

Experience, Not Metrics

Experience, Not Metrics Part 7: Consolidating Test Results User Experience, Not Metrics by: R. Scott Barber You ve been running this test for weeks and sending me charts almost every day, but what does it all mean?!? If your

More information

WHAT IS LEAD GENERATION?

WHAT IS LEAD GENERATION? wowanalytics WHAT IS LEAD GENERATION? Lead Generation: the beginning... In today s business market, generating new business is becoming increasingly difficult. With attention space scarce, companies need

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

Aspirus Enterprise Backup Assessment and Implementation of Avamar and NetWorker

Aspirus Enterprise Backup Assessment and Implementation of Avamar and NetWorker Aspirus Enterprise Backup Assessment and Implementation of Avamar and NetWorker Written by: Thomas Whalen Server and Storage Infrastructure Team Leader, Aspirus Information Technology Department Executive

More information

Top 5 best practices for creating effective dashboards. and the 7 mistakes you don t want to make

Top 5 best practices for creating effective dashboards. and the 7 mistakes you don t want to make Top 5 best practices for creating effective dashboards and the 7 mistakes you don t want to make p2 Financial services professionals are buried in data that measure and track: relationships and processes,

More information

Tutorial for proteome data analysis using the Perseus software platform

Tutorial for proteome data analysis using the Perseus software platform Tutorial for proteome data analysis using the Perseus software platform Laboratory of Mass Spectrometry, LNBio, CNPEM Tutorial version 1.0, January 2014. Note: This tutorial was written based on the information

More information

Steps for Planning and Preparing an Effective Presentation

Steps for Planning and Preparing an Effective Presentation Steps for Planning and Preparing an Effective Presentation According to speaking consultant Lilyan Wilder (1999), two of the greatest myths about delivering oral presentations are that you re better off

More information

T I G 8. www.wolfinteractive.co

T I G 8. www.wolfinteractive.co Marketing Success M A R K E T I N G 8 S U C C E S S S T E P S Marketing is a massively different prospect today and online marketing is even more so. How can your company compete in an online marketplace

More information

It is clear the postal mail is still very relevant in today's marketing environment.

It is clear the postal mail is still very relevant in today's marketing environment. Email and Mobile Digital channels have many strengths, but they also have weaknesses. For example, many companies routinely send out emails as a part of their marketing campaigns. But people receive hundreds

More information

SPSS 12 Data Analysis Basics Linda E. Lucek, Ed.D. LindaL@niu.edu 815-753-9516

SPSS 12 Data Analysis Basics Linda E. Lucek, Ed.D. LindaL@niu.edu 815-753-9516 SPSS 12 Data Analysis Basics Linda E. Lucek, Ed.D. LindaL@niu.edu 815-753-9516 Technical Advisory Group Customer Support Services Northern Illinois University 120 Swen Parson Hall DeKalb, IL 60115 SPSS

More information

This chapter reviews the general issues involving data analysis and introduces

This chapter reviews the general issues involving data analysis and introduces Research Skills for Psychology Majors: Everything You Need to Know to Get Started Data Preparation With SPSS This chapter reviews the general issues involving data analysis and introduces SPSS, the Statistical

More information

A grant number provides unique identification for the grant.

A grant number provides unique identification for the grant. Data Management Plan template Name of student/researcher(s) Name of group/project Description of your research Briefly summarise the type of your research to help others understand the purposes for which

More information

SAS Enterprise Guide in Pharmaceutical Applications: Automated Analysis and Reporting Alex Dmitrienko, Ph.D., Eli Lilly and Company, Indianapolis, IN

SAS Enterprise Guide in Pharmaceutical Applications: Automated Analysis and Reporting Alex Dmitrienko, Ph.D., Eli Lilly and Company, Indianapolis, IN Paper PH200 SAS Enterprise Guide in Pharmaceutical Applications: Automated Analysis and Reporting Alex Dmitrienko, Ph.D., Eli Lilly and Company, Indianapolis, IN ABSTRACT SAS Enterprise Guide is a member

More information

Introduction. Why Use ODBC? Setting Up an ODBC Data Source. Stat/Math - Getting Started Using ODBC with SAS and SPSS

Introduction. Why Use ODBC? Setting Up an ODBC Data Source. Stat/Math - Getting Started Using ODBC with SAS and SPSS Introduction Page 1 of 15 The Open Database Connectivity (ODBC) standard is a common application programming interface for accessing data files. In other words, ODBC allows you to move data back and forth

More information

LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE

LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE In this lesson we ll learn how to import a bitmap logo, transform it into a vector and perform some editing on the vector to clean it up. The concepts

More information

5 Group Policy Management Capabilities You re Missing

5 Group Policy Management Capabilities You re Missing 5 Group Policy Management Capabilities You re Missing Don Jones 1. 8 0 0. 8 1 3. 6 4 1 5 w w w. s c r i p t l o g i c. c o m / s m b I T 2011 ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the

More information

Customer Appointment Manager

Customer Appointment Manager Customer Appointment Manager Getting Started Guide Standard & Pro Editions This page is intentionally blank. ii License Agreement Software License Agreement PLEASE READ THIS DOCUMENT CAREFULLY BEFORE USING

More information

When the machine was turned on, the display prompted for input language and then location. Easy enough for just about anyone. Most of the time. Right?

When the machine was turned on, the display prompted for input language and then location. Easy enough for just about anyone. Most of the time. Right? Windows 7 Inside Track: Printer, Scanner, and Fax Installation By William R. Stanek Let s embark on what I d like to call Adventures in Printer, Scanner, and Fax Installation. Last Thanksgiving, I did

More information

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office Hands-on Guide FileMaker Pro Using FileMaker Pro with Microsoft Office Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker Pro and Microsoft Excel... 5 Drag and

More information

Business Virtualization

Business Virtualization Business Virtualization Why should I consider server virtualization? Save money. Often servers are dedicated to just one or two applications. As a result servers in many organizations are only using 15

More information

Operating Systems. and Windows

Operating Systems. and Windows Operating Systems and Windows What is an Operating System? The most important program that runs on your computer. It manages all other programs on the machine. Every PC has to have one to run other applications

More information

N Ways To Be A Better Developer

N Ways To Be A Better Developer N Ways To Be A Better Developer Lorna Mitchell and Ivo Jansch This book is for sale at http://leanpub.com/nways This version was published on 2015-01-06 This is a Leanpub book. Leanpub empowers authors

More information

How to Convince Your Boss it s Time HOW TO CONVINCE YOUR BOSS IT S TIME. 2013 BambooHR LLC. All Rights Reserved.

How to Convince Your Boss it s Time HOW TO CONVINCE YOUR BOSS IT S TIME. 2013 BambooHR LLC. All Rights Reserved. 1 HOW TO CONVINCE YOUR BOSS IT S TIME IT S OFFICIAL Your company needs HR software. You know how it will simplify HR by cutting out the busywork. Because most days, you feel isolated, holed up in your

More information

Get the most value from your surveys with text analysis

Get the most value from your surveys with text analysis PASW Text Analytics for Surveys 3.0 Specifications Get the most value from your surveys with text analysis The words people use to answer a question tell you a lot about what they think and feel. That

More information

Importing and Exporting With SPSS for Windows 17 TUT 117

Importing and Exporting With SPSS for Windows 17 TUT 117 Information Systems Services Importing and Exporting With TUT 117 Version 2.0 (Nov 2009) Contents 1. Introduction... 3 1.1 Aim of this Document... 3 2. Importing Data from Other Sources... 3 2.1 Reading

More information

Why do we need Fundraising Software?

Why do we need Fundraising Software? Why do we need Fundraising Software? By Cascade Data Solutions We have very few donors. We can manage a list in Excel. We have QuickBooks for Nonprofits. We don t have the funds in our budget to purchase

More information

Cold Stuff. Thomas Jefferson National Accelerator Facility - Office of Science Education http://education.jlab.org/

Cold Stuff. Thomas Jefferson National Accelerator Facility - Office of Science Education http://education.jlab.org/ Cold Stuff Cold Stuff What materials make good insulators? Problem Which substance makes the best insulator: cotton, air or steel wool? Research Answer the following True or False questions about insulators:

More information

Formulas & Functions in Microsoft Excel

Formulas & Functions in Microsoft Excel Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Using

More information

White paper: Nine Simple Steps to Vendor Management

White paper: Nine Simple Steps to Vendor Management White paper: Nine Simple Steps to Vendor Management March 2014 White Paper: Nine Simple Steps to Vendor Management Using a third-party vendor naturally subjects an institution to risks outside its control.

More information

Finding a Job. When You Have a Record

Finding a Job. When You Have a Record Finding a Job When You Have a Record Looking for work Y ou want a job. The fact is, to have any kind of future, you need a job. But you re probably asking yourself, Yeah, right, but who s going to hire

More information

5 barriers to database source control and how you can get around them

5 barriers to database source control and how you can get around them WHITEPAPER DATABASE CHANGE MANAGEMENT 5 barriers to database source control and how you can get around them 91% of Fortune 100 companies use Red Gate Content Introduction We have backups of our databases,

More information

Also you need the C-MOR ISO file. This file you will find following this link: http://www.cmor.com/video-surveillance/download-vm.

Also you need the C-MOR ISO file. This file you will find following this link: http://www.cmor.com/video-surveillance/download-vm. This Guide will show you the installation of C-MOR Video Surveillance on a Microsoft Hyper- V server. You are able to download the Microsoft Hyper-v 2012 server on http://www.microsoft.com/en-us/server-cloud/hyper-v-server/.

More information

Critical analysis. Be more critical! More analysis needed! That s what my tutors say about my essays. I m not really sure what they mean.

Critical analysis. Be more critical! More analysis needed! That s what my tutors say about my essays. I m not really sure what they mean. Critical analysis Be more critical! More analysis needed! That s what my tutors say about my essays. I m not really sure what they mean. I thought I had written a really good assignment this time. I did

More information

Changing Roles of the Procurement Leader: The Analytical CPO

Changing Roles of the Procurement Leader: The Analytical CPO Spend Matters. All rights reserved. 1 Changing Roles of the Procurement Leader: The Analytical CPO By: Peter Smith, Executive Editor, Spend Matters UK/Europe Executive Summary The business world constantly

More information

5 WAYS TO DOUBLE YOUR WEB SITE S SALES IN THE NEXT 12 MONTHS

5 WAYS TO DOUBLE YOUR WEB SITE S SALES IN THE NEXT 12 MONTHS HIGH CONVERSION LAB 5 WAYS TO DOUBLE YOUR WEB SITE S SALES IN THE NEXT 12 MONTHS By Ryan Berg Head Profit Scientist at HighConversionLab.com The Struggle to Build a Thriving Online Business as the Internet

More information

Sample interview question list

Sample interview question list Sample interview question list Category A Introductory questions 1. Tell me about yourself. 2. Why would you like to work for this organisation? 3. So what attracts you to this particular opportunity?

More information

During my many years as a classroom teacher and then as a

During my many years as a classroom teacher and then as a 01-Creighton (Schools).qxd 6/1/2006 5:48 PM Page 1 CHAPTER ONE The Role of Data Analysis in the Lives of School Leaders During my many years as a classroom teacher and then as a principal and superintendent

More information

Documenting your research: logbooks, online reports, code archive

Documenting your research: logbooks, online reports, code archive Documenting your research: logbooks, online reports, code archive One of the most difficult things to learn, yet one of the most important for future success in physics research, is mastering the "art"

More information

WARNING!!: Before installing Truecrypt encryption software on your

WARNING!!: Before installing Truecrypt encryption software on your Truecrypt installation and usage guide for Windows XP, 7, Vista and 8 WARNING!!: Before installing Truecrypt encryption software on your computer, you should create an Acronis image back up of your computer

More information

How to Get Images From Your Camera on to Your Computer

How to Get Images From Your Camera on to Your Computer How to Get Images From Your Camera on to Your Computer Before you start to transfer images to your computer, you must first decide how to organize your images and where on the computer you are going to

More information

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports Cal Answers Analysis Training Part III Advanced OBIEE - Dashboard Reports University of California, Berkeley March 2012 Table of Contents Table of Contents... 1 Overview... 2 Remember How to Create a Query?...

More information

Analyzing and interpreting data Evaluation resources from Wilder Research

Analyzing and interpreting data Evaluation resources from Wilder Research Wilder Research Analyzing and interpreting data Evaluation resources from Wilder Research Once data are collected, the next step is to analyze the data. A plan for analyzing your data should be developed

More information

BASICS OF SCALING: LOAD BALANCERS

BASICS OF SCALING: LOAD BALANCERS BASICS OF SCALING: LOAD BALANCERS Lately, I ve been doing a lot of work on systems that require a high degree of scalability to handle large traffic spikes. This has led to a lot of questions from friends

More information

FONVILLE MORISEY FAX SERVICE USER GUIDE

FONVILLE MORISEY FAX SERVICE USER GUIDE FONVILLE MORISEY FAX SERVICE USER GUIDE TABLE OF CONTENTS INTRODUCTION... 1 Faxes and Email... 1 Email Clients... 1 Benefits and Advantages... 1 RECEIVING FAXES... 2 Viewing A Fax... 2 Alternative Fax

More information

Seven Things You Must Know Before Hiring a Real Estate Agent

Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things To Know Before Hiring a Real Estate Agent Copyright All Rights Reserved 1 Introduction Selling a home can be one of the most stressful

More information

Active Directory Auditing: What It Is, and What It Isn t

Active Directory Auditing: What It Is, and What It Isn t Active Directory Auditing: What It Is, and What It Isn t Abstract What s wrong with Active Directory s native audit logging? More importantly, what functionality do you really need in an AD auditing solution,

More information

SPSS The Basics. Jennifer Thach RHS Assessment Office March 3 rd, 2014

SPSS The Basics. Jennifer Thach RHS Assessment Office March 3 rd, 2014 SPSS The Basics Jennifer Thach RHS Assessment Office March 3 rd, 2014 Why use SPSS? - Used heavily in the Social Science & Business world - Ability to perform basic to high-level statistical analysis (i.e.

More information

How To Use Sharepoint Online On A Pc Or Macbook Or Macsoft Office 365 On A Laptop Or Ipad Or Ipa Or Ipo On A Macbook (For A Laptop) On A Desktop Or Ipro (For An Ipro

How To Use Sharepoint Online On A Pc Or Macbook Or Macsoft Office 365 On A Laptop Or Ipad Or Ipa Or Ipo On A Macbook (For A Laptop) On A Desktop Or Ipro (For An Ipro Getting Started with SharePoint Online for Small Business By Robert Crane Computer Information Agency http://www.ciaops.com Terms This Guide from the Computer Information Agency is provided as is. Every

More information

Mike: Alright welcome to episode three of Server Talk, I m here with Alexey. I m Mike. Alexey, how are things been going, man?

Mike: Alright welcome to episode three of Server Talk, I m here with Alexey. I m Mike. Alexey, how are things been going, man? Mike: Alright welcome to episode three of Server Talk, I m here with Alexey. I m Mike. Alexey, how are things been going, man? Alexey: They re doing pretty good. Yeah, I don t know, we ve launched two

More information

Top 5 Mistakes Made with Inventory Management for Online Stores

Top 5 Mistakes Made with Inventory Management for Online Stores Top 5 Mistakes Made with Inventory Management for Online Stores For any product you sell, you have an inventory. And whether that inventory fills dozens of warehouses across the country, or is simply stacked

More information

IBM SPSS Data Preparation 22

IBM SPSS Data Preparation 22 IBM SPSS Data Preparation 22 Note Before using this information and the product it supports, read the information in Notices on page 33. Product Information This edition applies to version 22, release

More information

BTMPico Data Management Software

BTMPico Data Management Software BTMPico Data Management Software User Manual Version: 1.3 for S/W version 1.16F or higher 2013-04-26 Page 1 of 22 Table of Contents 1 Introduction 3 2 Summary 5 3 Installation 7 4 Program settings 8 5

More information

Making Endpoint Encryption Work in the Real World

Making Endpoint Encryption Work in the Real World Endpoint Data Encryption That Actually Works The Essentials Series Making Endpoint Encryption Work in the Real World sponsored by Ma king Endpoint Encryption Work in the Real World... 1 Th e Key: Policy

More information