WEEK #4 ASSIGNMENT. NOTE: The first thing we will do this week is to learn how to use the regression results from EViews to make predictions.

Size: px
Start display at page:

Download "WEEK #4 ASSIGNMENT. NOTE: The first thing we will do this week is to learn how to use the regression results from EViews to make predictions."

Transcription

1 University of Canterbury Professor Bob Reed ECON 213 Second Semester 2009 WEEK #4 ASSIGNMENT NOTE: We will spend the next two weeks working through the material in Chapter 5. In case you are worried, we will go back and do Chapter 4 at a later date. DUE: Monday, August 3 rd Do the following exercises: NOTE: The first thing we will do this week is to learn how to use the regression results from EViews to make predictions. 1A. Read the top section of page 25 of the textbook to remind yourself how to obtain predicted values of the dependent variable using estimated regression results. 1B. Review Questions #11-13 from the Week #2 Assignment. 1C. Use the DVDData workfile you saved in your WEEK2 folder to re-estimate the regression model: DVDEXP = B 0 + B 1 INCOME + B 2 PRICE + B 3 RAINFALL + e. Compare your results with the estimates in TABLE 2-B on page 23 of the textbook. Your equation window should look like the one below: 1

2 1D. The first step in using EViews to calculate predicted values is to change the view in the Equation window from Estimation Output to Representations. To do that, click on the View button in the Equation window and select Representations. Your Equation window should now appear as follows: Next, cut and paste the estimated regression results below Estimation Equation: and paste them into the Command Window, which is the white work area located at the top of the Eviews workfile window (see below): Refer back to Question #11 in the Week #2 Assignment. In that question, you were asked to predict the value of DVDEXP when INCOME = 504, PRICE = 18.99, and RAINFALL =

3 Go back to your Command Window and substitute the number 504 for INCOME, for PRICE, and 1.9 for RAINFALL. Your Command Window should now look like the following: Type scalar at the beginning of the line and change DVDEXP to PRED1 (for prediction #1). Now your Command Window should look like this: Put your cursor at the end of the Command Window line and hit the enter key on your keyboard. The bottom of your EViews window should respond by stating PRED1 successfully created (see below). 3

4 Your Workfile window should now have a scalar object added to the other objects, so that it looks like the following (cf. pred1 ). To see what this value is, double-click on the pred1 object. Your predicted value will be listed at the bottom of the Workfile window where it will say PRED1 = (see below). That s your answer! Consider now Question #12 from the Week #2 Assignment. In this question you were asked to predict the value of DVDEXP for a different set of values: INCOME = 1000, PRICE = 20, and RAINFALL = 5. Go back to the Command Window and (i) change the values of the explanatory variables to these new values, and (ii) change the name of the scalar variable you are creating to PRED2 (for prediction #2). Your new Command Window should look like the following (see below): 4

5 Submit this command line by hitting Enter. Confirm that the new scalar variable PRED2 was successfully created, and its value is (see below). 1E. Sometimes it is useful to obtain the predicted value of the dependent variable for the case when all the explanatory variables take on their average values. This exercise demonstrates how you can do this. 5

6 From the Eviews Workfile window, select Quick / Group Statistics / Descriptive Statistics / Common sample. A Series List dialog box should appear. Type in the names of the explanatory variables -- income price rainfall so that your Series List dialog box looks like the one below: Click OK. The following Group window should appear. Click on the cell that displays the mean value of income (= ) and copy this cell by using the Edit / Copy option on the EViews taskbar (or by hitting the combination Ctrl + C on your keyboard). Paste this into the income variable in the Command Window. Repeat this process for the variables PRICE and RAINFALL. Change the name of the predicted variable to pred3. Your updated Command Window workspace should now look as follows: 6

7 Submit this command line by hitting Enter. Confirm that the new scalar variable PRED3 was successfully created, and its value is Exit Eviews and save your updated workfile into your WEEK4 folder. 2A. Read pages of Chapter 5 in the textbook. 2B. Answer Questions #1-4. 3A. (Estimate the Professional Wrestling Model of TABLE 5-B on page 88.) Create a folder on your P: drive called WEEK4. Download the Excel spreadsheet file Wrestle from the course website: Courses/ECON_213/Week4/index.html and save it into your WEEK4 folder. The data set Wrestle consists of 20 observations. After you download the EXCEL spreadsheet, take a look at the data and compare it with TABLE 5-A on page 87 of the text. Create a new EViews workfile, and import the Wrestle data into this workfile. Name the new workfile Wrestle and save it into your WEEK4 folder. Estimate the regression model of Equation (5-1) on page 86. Compare your regression results with those of TABLE 5-B on page 88 and confirm that you obtain the same estimates. Name the associated regression object EQ1. 3B. Answer Questions #

8 4A. (Transforming an existing variable with EViews.) This exercise demonstrates how EViews can be used to create a new variable from an existing one. Rather than using the dummy variable MALE, we will work with another dummy variable called FEMALE. Female will take the value 1 if a person is a female; and take the value 0 otherwise. Note that FEMALE = 1 - MALE. To create the variable FEMALE, go to Command Window and type in the following line: genr female = 1 - male Genr is the usual EViews command to create new variables. Your Command Window should look like the following Place your cursor at the end of the line and hit the enter key on your keyboard. You should notice that your workfile window now contains an object called female (see below). 8

9 Before proceeding, let s double-check to make sure we have correctly generated the new variable. Click on the objects female and male. Then click on the Workfile button called Show. A Show dialog box should appear like the one below: Click OK. A Group window will open up, displaying the individual values of these two variables (see below). You should be able to determine that, indeed, FEMALE = 1 MALE. 4B. Answer Question #11. 9

10 5A. Estimate the following regression model: HOURS = B 0 + B 1 FEMALE + B 2 INCOME + B 3 AGE + e. Save your regression results by naming the associated regression object EQ2. 5B. Answer Questions # A. (Estimate the Seasonal Retail Sales Model of TABLE 5-D on page 92.) Download the Excel spreadsheet file Retail from the course website: Courses/ECON_213/Week4/index.html and save it into your WEEK4 folder. The data set Retail consists of 22 observations. After you download the EXCEL spreadsheet, take a look at the data and compare it with TABLE 5-C on page 91 of the text. Note that I have added an additional dummy variable called SPRING. 6B. (Creating an EViews Workfile when the observations are dated.) In this exercise, you will create a new EViews workfile and import the Retail data into this workfile. The twist this time is that the data are dated. That is, rather than each observation being denoted by an observation or person number, each observation has a date associated with it, such as 1995:1 (= the first quarter of 1995), 1995:2 (= the second quarter of 1995), and so on. Begin by starting up EViews and select File/New/Workfile from the Main Menu. A dialog box will appear. Under Workfile structure type, choose Dated regular frequency from the drop down menu. Under Date specification enter (i) Quarterly in the box next to Frequency:, (ii) 1995:1 next to Start Date ; and (iii) 2000:2 next to End date: (see below): Click OK. Proceed in the usual fashion to import the EXCEL file Retail. Note that when the Excel Spreadsheet Import dialog box appears, you 10

11 should enter the number 7 where it says Names for series or Number if named in file (do you know why?). Save your workfile under the name Retail in your WEEK4 folder. If you have completed all these steps successfully, your workfile should look like the one below: You might want to use the Show button to check the variables SPRING through WINTER to make sure that everything is correct. 6C. Estimate the following regression model: SALES = B 0 + B 1 UNEMPLOY + B 2 SPRING + B 3 SUMMER + B 4 FALL + e. Save your regression results by naming the associated regression object EQ1. 6D. Answer Questions # E. Estimate the following regression model: SALES = B 0 + B 1 UNEMPLOY + B 2 SPRING + B 3 FALL + B 4 WINTER + e. Save your regression results by naming the associated regression object EQ2. 6F. Answer Questions # A. Re-read the section on Slope Dummies on pages 90f. in the text. 7B. (How to Create Slope Dummies Using EViews.) Open up the EViews workfile Wrestle that you last used in Exercise #5A. We want to create a slope dummy variable by multiplying the dummy variable MALE and the continuous variable INCOME. The new variable will be called MALExINCOME. 11

12 In the Command Window work area, type the following: genr malexincome = male*income Note that the * sign means multiply. When you are done, your updated workfile should display the new variable malexincome (see below). Use the Show command to check that this variable has been constructed correctly. 7C. Estimate the following regression model: HOURS = B 0 + B 1 MALE + B 2 INCOME + B 3 AGE + B 4 MALExINCOME + e. Save your regression results by naming the associated regression object EQ3. 7D. Answer Questions #

13 Be prepared to answer the following questions in class: 1. (Multiple choice: Select the single best answer.) Dummy variables are used to represent variables that are not numerical, such as a person s gender. A) True. B) False. 2. (Multiple choice: Select the single best answer.) Dummy variables typically take the values 1 and 0. A) True. B) False. 3. (Multiple choice: Select the single best answer.) Pages 86f. of the textbook present regression results for a study of the factors that affect the number of hours people spend watching professional wrestling on TV. Equation (5-2) on page 87 reports the following estimated regression equation using data from 20 men and women: HOURS = MALE INCOME AGE The estimated coefficient for the variable MALE is The best interpretation of this number is: A) Men watch an average of 4.47 hours of professional wrestling per month. B) Compared to women, men watch an average of 4.47 additional hours of professional wrestling per month. C) Both of the above. D) None of the above. 4. (Multiple choice: Select the single best answer.) Suppose we used the same observations from the preceding problem except that, instead of the dummy variable MALE, we created the dummy variable FEMALE, where FEMALE = 1 if a person is female; and FEMALE = 0 otherwise. You should be able to convince yourself that the corresponding estimated regression equation would be: HOURS = FEMALE INCOME AGE The estimated coefficient for the variable FEMALE is The best interpretation of this number is: A) Compared to men, women watch an average of 4.47 fewer hours of professional wrestling per month. B) Compared to women, men watch an average of 4.47 additional hours of professional wrestling per month. C) Both of the above. D) None of the above. 13

14 5. (Supply the correct numerical answer on the line below.) Use the regression results from Exercise #3A to predict the number of monthly viewing hours for a 40 year-old female with an annual income of $50,000. Write your answer below: 6. (Supply the correct numerical answer on the line below.) Use the regression results from Exercise #3A to predict the number of monthly viewing hours for a 40 year-old male with an annual income of $50,000. Write your answer below: 7. (Supply the correct numerical answer on the line below.) Use your answers from the two previous questions to answer the following: On average, how many more hours of professional wrestling does a 40 yearold male with an annual income of $50,000 watch, compared to a woman of the same age and income? Write your answer below: 8. (Supply the correct numerical answer on the line below.) Use the regression results from Exercise #3A to predict the number of monthly viewing hours for a female with average characteristics (i.e., a female having average values of INCOME and AGE). Write your answer below: 9. (Supply the correct numerical answer on the line below.) Use the regression results from Exercise #3A to predict the number of monthly viewing hours for a male with average characteristics (i.e., a male having average values of INCOME and AGE). Write your answer below: 10. (Supply the correct numerical answer on the line below.) Use your answers from the two previous questions to answer the following: On average, how many more hours of professional wrestling does a male of average age and income watch, compared to a woman of average age and income? Write your answer below: 14

15 11. (Supply the correct numerical answer on the line below.) What is the average (mean) value of the variable FEMALE? Write your answer below: 12. (Supply the correct numerical answer on the line below.) Use the regression results from Exercise #5A to predict the number of monthly viewing hours for a 40 year-old female with an annual income of $50,000. Write your answer below: 13. (Supply the correct numerical answer on the line below.) Use the regression results from Exercise #5A to predict the number of monthly viewing hours for a 40 year-old male with an annual income of $50,000. Write your answer below: 14. (Supply the correct numerical answer on the line below.) Use your answers from the two previous questions to answer the following: On average, how many more hours of professional wrestling does a 40 yearold male with an annual income of $50,000 watch, compared to a woman of the same age and income? Write your answer below: 15. (Provide a short answer in the space below.) Estimate the following regression model: HOURS = B 0 + B 1 FEMALE + B 2 MALE + B 3 INCOME + B 4 AGE + e. How does EViews respond when you try and estimate this model? 16. (Provide a short answer in the space below.) In plain English, briefly explain why EViews is not able to estimate the model: HOURS = B 0 + B 1 FEMALE + B 2 MALE + B 3 INCOME + B 4 AGE + e. 15

16 17. (Multiple choice: Select the single best answer.) Consider the Seasonal Retail Sales Model on page 89 of the textbook. We want to estimate the relationship between Retail Sales and the season of the year, among other things. There are four seasons: SUMMER, FALL, WINTER, SPRING. Assuming there is also a constant term, what is the maximum number of seasonal dummy variables you can include in this regression model? A) 4. B) 3. C) 2. D) (Supply the correct numerical answer on the line below.) What is the estimated value of the coefficient for the variable SPRING that you estimated in Exercise #6C? 19. (Provide a short answer in the space below.) In plain English, provide a brief interpretation of the number you reported in the question above. 20. (Supply the correct numerical answer on the line below.) Use the regression results from Exercise #6C to predict real U.S. quarterly retail sales for the winter season when unemployment is 5%. Write your answer below: 21. (Supply the correct numerical answer on the line below.) What is the estimated value of the coefficient for the variable SPRING that you estimated in Exercise #6E? 22. (Provide a short answer in the space below.) In plain English, provide a brief interpretation of the number you reported in the question above. 16

17 23. (Supply the correct numerical answer on the line below.) Use the regression results from Exercise #6E to predict real U.S. quarterly retail sales for the winter season when unemployment is 5%. Write your answer below: 24. (Multiple choice: Select the single best answer.) Compare your answers to Questions #20 and #23. Are they the same? A) Yes. B) No. 25. (Multiple choice: Select the single best answer.) The document QuickStats About Culture and Identity 2006 Census from Statistics New Zealand 1 lists the following ethnic groups in New Zealand: (i) European, (ii) Maori, (iii) Asian, (iv) Pacific peoples, (v) MELAA (=Middle Eastern, Latin American, and African), and (vi) Other. Assuming there is also a constant term, what is the maximum number of ethnic group dummy variables you could include in a regression model using ethnic group data from Statistics New Zealand? A) 6. B) 5. C) 1. D) None of the above. 26. (Multiple choice: Select the single best answer.) Your regression results from Exercise #7C should show an estimated coefficient for MALE equal to 8.66, and an estimated coefficient for MALExINCOME equal to The best interpretation of this latter number is: A) While men generally watch more professional wrestling than women, the gap is smaller for higher-income men and women, compared to lower-income men and women. B) Men generally watch more professional wrestling than women, and the gap is larger for higher-income men and women, compared to lower-income men and women C) High income males watch less professional wrestling than low-income males. D) None of the above. 1 You don t have to read it, but if you are interested in looking at it, it can be found at the following URL: quickstatsaboutcultureandidentity.pdf. 17

18 27. (Supply the correct numerical answer on the line below.) Use the regression results from Exercise #7C to predict the number of monthly viewing hours for a 40 year-old female with an annual income of $20,000. Write your answer below: (HINT: The value of MALExINCOME in this case equals 0 x = 0.) 28. (Supply the correct numerical answer on the line below.) Use the regression results from Exercise #7C to predict the number of monthly viewing hours for a 40 year-old male with an annual income of $20,000. Write your answer below: (HINT: The value of MALExINCOME in this case equals 1 x = ) 29. (Supply the correct numerical answer on the line below.) Use your answers from the two previous questions to answer the following: On average, how many more hours of professional wrestling does a 40 yearold male with an annual income of $20,000 watch, compared to a woman of the same age and income? Write your answer below: 18

A Short Introduction to Eviews

A Short Introduction to Eviews A Short Introduction to Eviews Note You are responsible to get familiar with Eviews as soon as possible. All homeworks are likely to contain questions for which you will need to use this software package.

More information

hp calculators HP 50g Trend Lines The STAT menu Trend Lines Practice predicting the future using trend lines

hp calculators HP 50g Trend Lines The STAT menu Trend Lines Practice predicting the future using trend lines The STAT menu Trend Lines Practice predicting the future using trend lines The STAT menu The Statistics menu is accessed from the ORANGE shifted function of the 5 key by pressing Ù. When pressed, a CHOOSE

More information

MACRO ECONOMIC PATTERNS AND STORIES I. GETTING STARTED

MACRO ECONOMIC PATTERNS AND STORIES I. GETTING STARTED What is DP? Page 1 of 5 I. ETTIN STARTED This homework is intended to introduce you to E-Views and start you looking at some macro data. Items to be turned in are numbered and indicated in bold. E-Views

More information

Chapter 9: Serial Correlation

Chapter 9: Serial Correlation Chapter 9: Serial Correlation In this chapter: 1. Creating a residual series from a regression model 2. Plotting the error term to detect serial correlation (UE, pp. 313-315) 3. Using regression to estimate

More information

AARP Tax-Aide Helpful Hints for Using the Volunteer Excel Expense Form and Other Excel Documents

AARP Tax-Aide Helpful Hints for Using the Volunteer Excel Expense Form and Other Excel Documents AARP Tax-Aide Helpful Hints for Using the Volunteer Excel Expense Form and Other Excel Documents This document is designed to give you information to help you perform Excel file functions associated with

More information

Scan Physical Inventory

Scan Physical Inventory Scan Physical Inventory There are 2 ways to do Inventory: #1 Count everything in inventory, usually done once a quarter #2 Count in cycles per area or category. This is a little easier and usually takes

More information

Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam

Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam Objectives: 1. To use exploratory data analysis to investigate

More information

Job Streaming User Guide

Job Streaming User Guide Job Streaming User Guide By TOPS Software, LLC Clearwater, Florida Document History Version Edition Date Document Software Trademark Copyright First Edition 08 2006 TOPS JS AA 3.2.1 The names of actual

More information

Downloading Your Financial Statements to Excel

Downloading Your Financial Statements to Excel Downloading Your Financial Statements to Excel Downloading Data from CU*BASE to PC INTRODUCTION How can I get my favorite financial statement from CU*BASE into my Excel worksheet? How can I get this data

More information

Table of Contents. Changing Your Password in Windows NT p. 1. Changing Your Password in Alpha Connection.. pp. 1-3

Table of Contents. Changing Your Password in Windows NT p. 1. Changing Your Password in Alpha Connection.. pp. 1-3 Table of Contents Changing Your Password in Windows NT p. 1 Changing Your Password in Alpha Connection.. pp. 1-3 Not Able to Get Outlook Express Mail Because Alpha Connection Password Expires... pp. 3-4

More information

2: Entering Data. Open SPSS and follow along as your read this description.

2: Entering Data. Open SPSS and follow along as your read this description. 2: Entering Data Objectives Understand the logic of data files Create data files and enter data Insert cases and variables Merge data files Read data into SPSS from other sources The Logic of Data Files

More information

Microsoft Visual Studio 2010 Instructions For C Programs

Microsoft Visual Studio 2010 Instructions For C Programs Microsoft Visual Studio 2010 Instructions For C Programs Creating a NEW C Project After you open Visual Studio 2010, 1. Select File > New > Project from the main menu. This will open the New Project dialog

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

Microsoft Excel 2007 Level 2

Microsoft Excel 2007 Level 2 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

More information

Client Marketing: Sets

Client Marketing: Sets Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you

More information

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) This guide was created to allow agencies to set up the e-data Tech Support project s Microsoft Access template. The steps below have been

More information

ADOBE ACROBAT 7.0 CREATING FORMS

ADOBE ACROBAT 7.0 CREATING FORMS ADOBE ACROBAT 7.0 CREATING FORMS ADOBE ACROBAT 7.0: CREATING FORMS ADOBE ACROBAT 7.0: CREATING FORMS...2 Getting Started...2 Creating the Adobe Form...3 To insert a Text Field...3 To insert a Check Box/Radio

More information

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...

More information

KEYBOARD SHORTCUTS. Note: Keyboard shortcuts may be different for the same icon depending upon the SAP screen you are in.

KEYBOARD SHORTCUTS. Note: Keyboard shortcuts may be different for the same icon depending upon the SAP screen you are in. KEYBOARD SHORTCUTS Instead of an SAP icon button, you can use a keyboard shortcut. A keyboard shortcut is a key or combination of keys that you can use to access icon button functions while you are working

More information

MULTIPLE REGRESSION WITH CATEGORICAL DATA

MULTIPLE REGRESSION WITH CATEGORICAL DATA DEPARTMENT OF POLITICAL SCIENCE AND INTERNATIONAL RELATIONS Posc/Uapp 86 MULTIPLE REGRESSION WITH CATEGORICAL DATA I. AGENDA: A. Multiple regression with categorical variables. Coding schemes. Interpreting

More information

APPLICATION Detroit Grocery Incubator Grocery Leadership Fellowship

APPLICATION Detroit Grocery Incubator Grocery Leadership Fellowship APPLICATION Detroit Grocery Incubator Grocery Leadership Fellowship The Grocery Leadership Fellowship is designed to assist individuals develop their management skills and industry knowledge in order to

More information

Getting Started on the Computer With Mouseaerobics! Windows XP

Getting Started on the Computer With Mouseaerobics! Windows XP This handout was modified from materials supplied by the Bill and Melinda Gates Foundation through a grant to the Manchester City Library. Getting Started on the Computer With Mouseaerobics! Windows XP

More information

5. Tutorial. Starting FlashCut CNC

5. Tutorial. Starting FlashCut CNC FlashCut CNC Section 5 Tutorial 259 5. Tutorial Starting FlashCut CNC To start FlashCut CNC, click on the Start button, select Programs, select FlashCut CNC 4, then select the FlashCut CNC 4 icon. A dialog

More information

Directions for using SPSS

Directions for using SPSS Directions for using SPSS Table of Contents Connecting and Working with Files 1. Accessing SPSS... 2 2. Transferring Files to N:\drive or your computer... 3 3. Importing Data from Another File Format...

More information

Using WINK to create custom animated tutorials

Using WINK to create custom animated tutorials Using WINK to create custom animated tutorials A great way for students and teachers alike to learn how to use new software is to see it demonstrated and to reinforce the lesson by reviewing the demonstration.

More information

The HealthStream Learning Center

The HealthStream Learning Center The HealthStream Learning Center Student User Guide Updated November 24, 2015 HealthStream, Inc. 209 10 th Avenue South Suite 450 Nashville, TN 37203 Copyright 2015, HealthStream, Inc. The information

More information

How to Concatenate Cells in Microsoft Access

How to Concatenate Cells in Microsoft Access How to Concatenate Cells in Microsoft Access This tutorial demonstrates how to concatenate cells in Microsoft Access. Sometimes data distributed over multiple columns is more efficient to use when combined

More information

DESCRIPTIVE STATISTICS & DATA PRESENTATION*

DESCRIPTIVE STATISTICS & DATA PRESENTATION* Level 1 Level 2 Level 3 Level 4 0 0 0 0 evel 1 evel 2 evel 3 Level 4 DESCRIPTIVE STATISTICS & DATA PRESENTATION* Created for Psychology 41, Research Methods by Barbara Sommer, PhD Psychology Department

More information

KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management

KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management KSTAT MINI-MANUAL Decision Sciences 434 Kellogg Graduate School of Management Kstat is a set of macros added to Excel and it will enable you to do the statistics required for this course very easily. To

More information

Kindle Textbook Creator User Guide

Kindle Textbook Creator User Guide Kindle Textbook Creator User Guide version 1.0 Copyright 2014 Amazon.com, Inc. or its affiliates. All rights reserved. Page 1 Contents 1 Introduction... 3 1.1 Import Format... 3 1.2 Export Format... 3

More information

To download and install directly to your phone

To download and install directly to your phone Important update: To continue logging in from T-Mobile HotSpot locations, you will need to update the T-Mobile HotSpot Login Utility on your Wing. This upgrade takes only a few minutes. There are two ways

More information

Microsoft PowerPoint 2011

Microsoft PowerPoint 2011 Microsoft PowerPoint 2011 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Adding an Image to a Slide... 4 Downloading Images

More information

Binary Logistic Regression

Binary Logistic Regression Binary Logistic Regression Main Effects Model Logistic regression will accept quantitative, binary or categorical predictors and will code the latter two in various ways. Here s a simple model including

More information

Capture desktop image to Clipboard. Display contextual Help Window. Rename.

Capture desktop image to Clipboard. Display contextual Help Window. Rename. Shortcut CTRL+A CTRL+B CTRL+C CTRL+E CTRL+I CTRL+L CTRL+O CTRL+P CTRL+R CTRL+S CTRL+U CTRL+V CTRL+X CTRL+Z CTRL+ESC SHIFT+F10 ESC ALT ALT+ENTER ALT+F4 ALT+PRINT SCREEN PRINT SCREEN F1 F2 F3 DELETE SHIFT+DELETE

More information

Creating Accessible Documents in Word 2011 for Mac

Creating Accessible Documents in Word 2011 for Mac Creating Accessible Documents in Word 2011 for Mac NOTE: Word 2011 for Mac does not offer an Accessibility Checker. After creating your document, you can double-check your work on a PC, to make sure your

More information

In This Issue: Introducing Outlook Outlook Today Navigation Pane

In This Issue: Introducing Outlook Outlook Today Navigation Pane Microsoft In This Issue: Introducing Today Navigation Pane Although primarily used for sending, receiving, and organizing email, Microsoft also functions as a dynamic, personal information manager. The

More information

Introduction. POP and IMAP Servers. MAC1028 June 2007

Introduction. POP and IMAP Servers. MAC1028 June 2007 MAC1028 June 2007 Getting Started with Thunderbird 2.0 For Macintosh OS X Author: John A. Montgomery Adapted to OS X by: Peter Lee Revised by Mitchell Ochi and Deanna Pasternak Introduction...1 POP and

More information

Bank Reconciliation: Improvements for the Shelby v5 Spring 2006 Release

Bank Reconciliation: Improvements for the Shelby v5 Spring 2006 Release Bank Reconciliation: Improvements for the Shelby v5 Spring 2006 Release After loading the spring 2006 release, you will notice a few major improvements to the Bank Reconciliation module that will assist

More information

einstruction CPS (Clicker) Instructions

einstruction CPS (Clicker) Instructions Two major approaches to run Clickers a. Anonymous b. Tracked Student picks any pad as s/he enters classroom; Student responds to question, but pad is not linked to student; Good for controversial questions,

More information

Statgraphics Getting started

Statgraphics Getting started Statgraphics Getting started The aim of this exercise is to introduce you to some of the basic features of the Statgraphics software. Starting Statgraphics 1. Log in to your PC, using the usual procedure

More information

THE GOVERNMENT OF THE REPUBLIC OF SINGAPORE MINISTRY OF MANPOWER WP ONLINE. Technical Guidelines

THE GOVERNMENT OF THE REPUBLIC OF SINGAPORE MINISTRY OF MANPOWER WP ONLINE. Technical Guidelines THE GOVERNMENT OF THE REPUBLIC OF SINGAPORE MINISTRY OF MANPOWER WP ONLINE Technical Guidelines Last Updated: 12-July-2013 Content 1. Technical Guidelines... 3 1.1 Minimum PC Configuration... 4 1.2 Internet

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Using an Edline Gradebook. EGP Teacher Guide

Using an Edline Gradebook. EGP Teacher Guide Using an Edline Gradebook EGP Teacher Guide Table of Contents Introduction...3 Setup...3 Get the Gradebook Web Plugin... 3 Using Your Web Gradebook... 4 Using the Web Gradebook on a Shared Computer...

More information

TxDMV RTS Training Guide for Working with Cognos Reports

TxDMV RTS Training Guide for Working with Cognos Reports TxDMV RTS Training Guide for Working with Cognos Reports April, 2015 About This Guide This Training Guide introduces the implementation of the Cognos enterprise reporting tool for the TxDMV Registration

More information

Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8

Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8 Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8 1. Read entire document before continuing. 2. Close all browser windows. There should be no websites open. If you are using

More information

To export data formatted for Avery labels -

To export data formatted for Avery labels - Information used to create labels in the Client Data System (CDS) can be exported out of CDS and used to create labels in Microsoft Word, making it possible to customize the font style, size, and color.

More information

HOW TO ORGANIZE PICTURES

HOW TO ORGANIZE PICTURES Get started When you upload your pictures to Shutterfly, you can do much more than view them. Our workspace offers tools that let you quickly and easily organize your photos as well. We re going to show

More information

S P S S Statistical Package for the Social Sciences

S P S S Statistical Package for the Social Sciences S P S S Statistical Package for the Social Sciences Data Entry Data Management Basic Descriptive Statistics Jamie Lynn Marincic Leanne Hicks Survey, Statistics, and Psychometrics Core Facility (SSP) July

More information

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training warpct.com courseware by WARP! Computer Training Working with MS Excel 2003 Workbook Welcome! Thank you for evaluating a portion of this workbook. If you have any questions or comments regarding our training

More information

XRD CONVERSION USER S MANUAL

XRD CONVERSION USER S MANUAL XRD CONVERSION USER S MANUAL Table of Contents Document Layout........................................ 1 Starting XRD Conversion.................................. 2 XRD Conversion Main Window............................

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

PCLaw Scheduled Backup

PCLaw Scheduled Backup Contents About PCLaw Scheduled Backup Enabling Connection Settings Creating a Backup Schedule Viewing Backup Logs PCLaw Scheduled Backup About PCLaw Scheduled Backup Use PCLaw Scheduled Backup to automate

More information

Kansas City Scout. Subscriber s Guide. Version 1.0

Kansas City Scout. Subscriber s Guide. Version 1.0 Kansas City Scout Subscriber s Guide Version 1.0 November 15, 2010 TABLE OF CONTENTS 1 INTRODUCTION... 1-1 1.1 Overview... 1-1 2 SYSTEM DESCRIPTION... 2-1 2.1 System Overview... 2-1 2.1.1 Information Services...

More information

Optional Bluetooth Firmware Update HW05-SW01.27.20 Enables Bluetooth AVRCP control and metadata display for iphone 5 and ios 6 users.

Optional Bluetooth Firmware Update HW05-SW01.27.20 Enables Bluetooth AVRCP control and metadata display for iphone 5 and ios 6 users. January 29, 2013 Optional Bluetooth Firmware Update HW05-SW01.27.20 Enables Bluetooth AVRCP control and metadata display for iphone 5 and ios 6 users. IMPORTANT Please download and print these Bluetooth

More information

Adobe Conversion Settings in Word. Section 508: Why comply?

Adobe Conversion Settings in Word. Section 508: Why comply? It s the right thing to do: Adobe Conversion Settings in Word Section 508: Why comply? 11,400,000 people have visual conditions not correctible by glasses. 6,400,000 new cases of eye disease occur each

More information

SMART CONSOLE Software and Firmware Upgrade Procedure

SMART CONSOLE Software and Firmware Upgrade Procedure Smart Console Technical Document 114-01 20/04/07 SMART CONSOLE Software and Firmware Upgrade Procedure Overview Professional and Elite Series This document describes the process of upgrading both the software

More information

Overview, Open a Company File, Create Backup Copy, and Restore a Backup Copy

Overview, Open a Company File, Create Backup Copy, and Restore a Backup Copy C h a p t e r 1 QuickBooks 2013 Overview, Open a Company File, Create Backup Copy, and Restore a Backup Copy Chapter Objectives Describe the differences and similarities between manual and computerized

More information

Downloading <Jumping PRO> from www.vola.fr-------------------------------------------- Page 2

Downloading <Jumping PRO> from www.vola.fr-------------------------------------------- Page 2 Downloading from www.vola.fr-------------------------------------------- Page 2 Installation Process on your computer -------------------------------------------- Page 5 Launching

More information

Chapter 6. Formatting Text with Character Tags

Chapter 6. Formatting Text with Character Tags Chapter 6 Formatting Text with Character Tags 143 144 FrameMaker 7: The Complete Reference In many desktop publishing applications, you use a single style sheet for both paragraph and character formatting.

More information

To begin, visit this URL: http://www.ibm.com/software/rational/products/rdp

To begin, visit this URL: http://www.ibm.com/software/rational/products/rdp Rational Developer for Power (RDp) Trial Download and Installation Instructions Notes You should complete the following instructions using Internet Explorer or Firefox with Java enabled. You should disable

More information

Instructions for Using the Symbol P460 Phaser Terminal with Total Retail Solution Via USB Connection

Instructions for Using the Symbol P460 Phaser Terminal with Total Retail Solution Via USB Connection Instructions for Using the Symbol P460 Phaser Terminal with Total Retail Solution Via USB Connection Installing the JMM P460 USB Transfer Software 1) Insert the Symbol P460 PDT USB Transfer Program CD

More information

How to Create an ecatt?

How to Create an ecatt? How to Create an ecatt? Applies to: SAP ECC 5.0 and above Summary This is a step by step guide to create a CATT script in SAP ECC version 5 and upwards. It can be used by beginners to create a basic CATT

More information

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Excel basics Excel is a powerful spreadsheet and data analysis application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features

More information

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers?

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers? Understanding formulas Basic Formulas in Excel Formulas are placed into cells whenever you want Excel to add, subtract, multiply, divide or do other mathematical calculations. The formula should be placed

More information

Archiving GroupWise 12 Mail

Archiving GroupWise 12 Mail Archiving GroupWise 12 Mail on a PC Presented by Kristi L. Gladen Information Technology Services Central Washington University 509-963-2392 training@cwu.edu Table of Contents Introduction... 1 Why archive?...

More information

Everyday Excel Stuff Excel Day Planner Organizer Reference Guide

Everyday Excel Stuff Excel Day Planner Organizer Reference Guide Everyday Excel Stuff Excel Day Planner Organizer Reference Guide Opening & Saving the Excel Day Planner... 2 1. Opening the Day Planner...2 2. Saving the Day Planner...2 Daily Task Sheet... 2 1. Entering

More information

Mapping with CMap Software Jamie Armstrong

Mapping with CMap Software Jamie Armstrong Mapping with CMap Software Jamie Armstrong Download free Cmap software at http://cmap.ihmc.us TOPICS PAGE 1. Open a new Cmap workspace 2 2. Access Views - Cmap Tools 2 3. Make two Nodes with a Link 2 4.

More information

Computer Skills Microsoft Excel Creating Pie & Column Charts

Computer Skills Microsoft Excel Creating Pie & Column Charts Computer Skills Microsoft Excel Creating Pie & Column Charts In this exercise, we will learn how to display data using a pie chart and a column chart, color-code the charts, and label the charts. Part

More information

Adding Comments in Microsoft Excel 2003

Adding Comments in Microsoft Excel 2003 Adding Comments in Microsoft Excel 2003 Introduction Microsoft Excel has a very useful facility which allows you to add explanatory notes to your worksheet. These can be used, for example, to explain what

More information

Introduction to SPSS 16.0

Introduction to SPSS 16.0 Introduction to SPSS 16.0 Edited by Emily Blumenthal Center for Social Science Computation and Research 110 Savery Hall University of Washington Seattle, WA 98195 USA (206) 543-8110 November 2010 http://julius.csscr.washington.edu/pdf/spss.pdf

More information

Motion Control Products Application note Exporting AC500 tags for use with Panel Builder

Motion Control Products Application note Exporting AC500 tags for use with Panel Builder Motion Control Products Application note Exporting AC500 tags for use with Panel Builder AN00238-001 Save significant time developing CP600 HMI applications by exporting tags from your AC500 PLC project

More information

Introduction to Simulink

Introduction to Simulink Introduction to Simulink MEEN 364 Simulink is a software package for modeling, simulating, and analyzing dynamical systems. It supports linear and nonlinear systems, modeled in continuous time, sampled

More information

How To Create A Hyperlink In Publisher On Pc Or Macbookpress.Com (Windows) On Pc/Apple) On A Pc Or Apple Powerbook (Windows 7) On Macbook Pressbook (Apple) Or Macintosh (Windows 8

How To Create A Hyperlink In Publisher On Pc Or Macbookpress.Com (Windows) On Pc/Apple) On A Pc Or Apple Powerbook (Windows 7) On Macbook Pressbook (Apple) Or Macintosh (Windows 8 PUBLISHER-HYPERLINKS When a hyperlink in Publisher is clicked it can open another Web page, a picture, an email message, or another program. This feature works for documents that will be saved as a PDF

More information

Converting Microsoft Access 2002 to Pipe-Delimited ASCII Text Files

Converting Microsoft Access 2002 to Pipe-Delimited ASCII Text Files Converting Microsoft Access 2002 to Pipe-Delimited ASCII Text Files Using the Windows XP 2002 Professional Operating System with Service Pack 2 (SP2) Note: Participants must return local Address Lists

More information

Publishing with Adobe Presenter 10 (Detailed)

Publishing with Adobe Presenter 10 (Detailed) Publishing with Adobe Presenter 10 (Detailed) Open PowerPoint Find PowerPoint and open it by clicking its icon. The PowerPoint icon may be found in one of the following locations: 1. Desktop 2. Start Menu

More information

To download and install directly to your phone

To download and install directly to your phone Important update: To continue logging in from T-Mobile HotSpot locations, you will need to update the T-Mobile HotSpot Login Utility on your Dash. This upgrade takes only a few minutes. There are two ways

More information

22 COMPETITIVE MARKETS IN THE LONG-RUN

22 COMPETITIVE MARKETS IN THE LONG-RUN 22 COMPETITIVE MARKETS IN THE LONG-RUN Purpose: To illustrate price determination in the long-run in a competitive market. Computer file: lrmkt198.xls Instructions and background information: You are a

More information

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL.

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. Purpose: This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. The three goals of the spreadsheet are: Given a triangle with two out of three angles known,

More information

Installing a Browser Security Certificate for PowerChute Business Edition Agent

Installing a Browser Security Certificate for PowerChute Business Edition Agent Installing a Browser Security Certificate for PowerChute Business Edition Agent The Agent component of PowerChute Business Edition has a "self-signed" security certificate. This means that when you access

More information

EXCEL FINANCIAL USES

EXCEL FINANCIAL USES EXCEL FINANCIAL USES Table of Contents Page LESSON 1: FINANCIAL DOCUMENTS...1 Worksheet Design...1 Selecting a Template...2 Adding Data to a Template...3 Modifying Templates...3 Saving a New Workbook as

More information

OUTLOOK 2003: HOW TO GET OUT OF EMAIL JAIL

OUTLOOK 2003: HOW TO GET OUT OF EMAIL JAIL OUTLOOK 2003: HOW TO GET OUT OF EMAIL JAIL In this course, you will learn: Some techniques to avoid reaching your mailbox limit The best place to store your saved messages aka Personal Folders efficiently

More information

Argus Direct add-in for spreadsheets - Installation Guide

Argus Direct add-in for spreadsheets - Installation Guide Argus Direct add-in for spreadsheets - Installation Guide The add-in enables you to download Argus data that you are permissioned for directly in Excel spreadsheets. The spreadsheet can be refreshed to

More information

How to Create User-Defined Fields and Tables

How to Create User-Defined Fields and Tables SAP Business One How-To Guide PUBLIC How to Create User-Defined Fields and Tables Applicable Release: SAP Business One 8.8 All Countries English July 2009 Table of Contents Creating User-Defined Fields

More information

Make Voice Calls and Share Documents using Skype*

Make Voice Calls and Share Documents using Skype* Make Voice Calls and Share Documents using Skype* Intel Easy Steps 1 2012 Intel Corporation Using Skype for making Voice Calls and Sharing Documents In the previous activity Using Skype to Communicate

More information

Beginner s Matlab Tutorial

Beginner s Matlab Tutorial Christopher Lum lum@u.washington.edu Introduction Beginner s Matlab Tutorial This document is designed to act as a tutorial for an individual who has had no prior experience with Matlab. For any questions

More information

GroupWise Calendar GroupWise Task Lists GroupWise Reminder Notes Recurring Events Proxy Access Shared Folders

GroupWise Calendar GroupWise Task Lists GroupWise Reminder Notes Recurring Events Proxy Access Shared Folders GroupWise Calendar GroupWise Task Lists GroupWise Reminder Notes Recurring Events Proxy Access Shared Folders Table of Contents Calendar Overview...1 Different Calendar Views...1 Set Default View...1 Set

More information

After starting the program, the Wizard appears. From its window, you can create a new analysis with the

After starting the program, the Wizard appears. From its window, you can create a new analysis with the bluevizia s Marketing Manager is a modern, easy-to-use software tool for the successful development and management of marketing processes. Installation Windows Double-click with the left mouse button on

More information

User Guide. (Single User Version) 2008 Certiport, Inc. certiprep 1

User Guide. (Single User Version) 2008 Certiport, Inc. certiprep 1 User Guide (Single User Version) 2008 Certiport, Inc. certiprep 1 TABLE OF CONTENTS I. GETTING STARTED 3 INTRODUCTION 3 IMPORTANT INFORMATION 3 SYSTEM REQUIREMENTS 4 INSTALLATION 4 REGISTERING AND LOGGING

More information

Live Agent for Support Agents

Live Agent for Support Agents Live Agent for Support Agents Salesforce, Spring 16 @salesforcedocs Last updated: February 18, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Creating a table of contents quickly in Word

Creating a table of contents quickly in Word Creating a table of contents quickly in Word This note shows you how to set up a table of contents that can be generated and updated quickly and easily, even for the longest and most complex documents.

More information

What is a Mail Merge?

What is a Mail Merge? NDUS Training and Documentation What is a Mail Merge? A mail merge is generally used to personalize form letters, to produce mailing labels and for mass mailings. A mail merge can be very helpful if you

More information

Creating trouble-free numbering in Microsoft Word

Creating trouble-free numbering in Microsoft Word Creating trouble-free numbering in Microsoft Word This note shows you how to create trouble-free chapter, section and paragraph numbering, as well as bulleted and numbered lists that look the way you want

More information

e-template Instructions

e-template Instructions e-template Instructions Quick Start It s easy to load an e-template into Outlook. Aside from one difference, it s just like attaching a file to an email message. Here s a quick start. More detailed instructions

More information

McAfee Endpoint Encryption Reporting Tool

McAfee Endpoint Encryption Reporting Tool McAfee Endpoint Encryption Reporting Tool User Guide Version 5.2.13 McAfee, Inc. McAfee, Inc. 3965 Freedom Circle, Santa Clara, CA 95054, USA Tel: (+1) 888.847.8766 For more information regarding local

More information

Instructions on using the A BC HACCP Materials

Instructions on using the A BC HACCP Materials Instructions on using the A BC HACCP Materials This half of the FSI CD contains the following: Microsoft ACCESS database ( A BC HACCP access database.mdb ) This is the A BC HACCP material as database file

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

How to test and debug an ASP.NET application

How to test and debug an ASP.NET application Chapter 4 How to test and debug an ASP.NET application 113 4 How to test and debug an ASP.NET application If you ve done much programming, you know that testing and debugging are often the most difficult

More information

CM HOST CM CardTransporter Fuel Communication and Management Software 10.10.06 Software version up to 3.1

CM HOST CM CardTransporter Fuel Communication and Management Software 10.10.06 Software version up to 3.1 CM HOST CM CardTransporter Fuel Communication and Management Software 10.10.06 Software version up to 3.1 CM Host Manual For CardMaster Fuel Control www.cardlockvending.com customers call 888-487-5040

More information

Downloading RIT Account Analysis Reports into Excel

Downloading RIT Account Analysis Reports into Excel Downloading RIT Account Analysis Reports into Excel In the last lesson you learned how to access the Account Analysis detail and export it to Excel through the Account Analysis function. Another way to

More information