MPhil computer package lesson: getting started with Eviews

Size: px
Start display at page:

Download "MPhil computer package lesson: getting started with Eviews"

Transcription

1 MPhil computer package lesson: getting started with Eviews Ryoko Ito ) 1. Creating an Eviews workfile 1.1. Download Wage data.xlsx from my homepage: and open the excel file Notice that this data is not dated. We have 3296 observations.

2 1.3. Open Eviews (Eviews 7 or Eviews 8 will do) Then from the toolbar at the top of the screen, go: File New Workfile

3 1.5. Under the heading Workfile structure type, from the dropdown box, choose Unstructured/Undated In the Observations field, enter (One extra observation point is added on purpose for now.) Then press OK.

4 1.7. You ll see a new workfile window created like this. 2. Creating series 2.1. Next, we generate series (variables) we want. They are exper, male, school, and wage. In the command area (the white long space at the top), type in: series exper Then press enter. Do the same for series male series school series wage and press enter each time. You ll see the variables we wanted being created in the workfile window.

5 2.2. In the workfile window, select the series exper, male, school, and wage simultaneously by holding down the Ctrl key and clicking on these variable names. Then right click and go: Open as Group You ll see all variables opened in one window called Group. The variables are filled with NA and there is no data yet. The data field filled with NA are currently locked. To insert data, select Edit +/- in the Group window. You ll find that the NA fields are now unlocked.

6 2.4. Go to the Wage data.xlsx file. Then copy and paste data from Excel to Eviews using the usual Ctrl + C and Ctrl V Then press Edit +/- button again to lock the variables Notice that, at the last observation points contain no data ( NA ). Leave this for now and close the Group window by clicking x on the right top corner When you see the message Delete Untitled GROUP?, just choose Yes. (If you choose Name or Store, you ll get the option to save the Group in the workfile.)

7 3. Changing the number of observations or sample range 3.1. To eliminate the last observation point that we don t need: - Click anywhere around the field that says Range: obs. - In the Workfile Structure window, change the Observations field from 3297 to Then press OK When the message Resize involves removing 1 observations. Continue? appears, choose Yes.

8 3.3. At the moment, the sample range we are working on is the entire sample range (all of 3296 observations). Suppose we want to work (e.g. run regression, plot data, see summary statistics) on a subset of this data, 200 th 500 th observations, say. To do this, - Click anywhere around the field that says Sample: obs. - In the Sample window, change the Sample range pairs field to Then press OK Now we see that the workfile is active only at 200 th 500 th observations.

9 4. Plotting data 4.1. To plot wage data, double click on wage to get the Series window in the SpreadSheet view. Then in the Series window, go: View Graph The Graph Options window appears, so select OK. Then we see the wage data between 200 th 500 th observations. (BUT you can change the sample range by moving the cursor at the bottom of the plot.)

10 5. Descriptive statistics 5.1. Some of the basic summary statistics of wage data can be obtained by clicking (in the same wage series window): View Descriptive Statistics & Tests Histogram and Stats. (Notice that there are other options like Correlogram, Unit-Root Test and Simple Hypothesis Tests available along the way. You can play with them later.) 5.2. Then the plot view changes to summary statistics.

11 5.3. You can go back to the SpreadSheet view by clicking View SpreadSheet. 6. Data transformation 6.1. Put the sample range back (Otherwise the data transformation procedure that follows below will apply only to the selected subset of data.)

12 6.2. Suppose we want to log-transform wage data, and call it lwage. To do this, in the command area, type in: series lwage = log(wage) and press enter. Then you ll see a new variable called lwage in the workfile window. (Double click lwage to see it.) 6.3. (You can do other data transformation in the command area. For example: - exponential transformation: series e_wage = exp(wage) - adding up variables: series wage_lwage = wage + lwage and so on.)

13 7. OLS regression 7.1. Note that the built-in variable resid and coefficient c are currently empty (filled with NA and zeros). They are where the regression residuals and estimated coefficients go to Suppose we want to regress wage on a constant + exper +male + school by the OLS regression. To do this, type in ls wage c exper male school in the command area Then press enter. An Equation window will pop-up, giving the estimation results and diagnostic statistics.

14 7.3. Check the resid variable and c coefficient. They are no-longer empty. They contain regression residuals and coefficient estimates (which appear in the Equation window) In the Equation window, there are different options for inspecting the regression residuals (i.e. the resid variable). To see this, in the Equation window, go: View Actual, Fitted, Residual etc. Along the way, also find that there are other options for diagnostics (e.g. Coefficient Diagnostics, Residual Diagnostics). You can play with them later.

15 7.5. Whatever you do in the above step, to get back to the original estimation output view, go: View Estimation Output Try to close the Equation window by clicking x. But suppose we want to keep this estimation output. When the message Delete Untitled EQUATION?, click Name.

16 7.7. Give it a name in the Name to identify object field. Say, eq01. Then click OK The equation will be stored as eq01 in the workfile window. By double clicking it, you ll get the equation window again.

17 7.9. Instead of saving the estimation output as an Equation, you can also Freeze the estimation output. To do this, in the Equation window, click Freeze. Then a Table window showing the estimation output appears However, in the Table window, we can no longer see options for inspecting the estimation residuals and diagnostic etc. The frozen Table window is useful when you are doing a lengthy model selection procedure by changing the equation slightly. It s easier to freeze your Equation window instead of saving the Equation window by naming it each time you change your model specification slightly We can inspect residuals also via the resid variable. For example: - Double click on resid variable - Click View Correlogram.

18 7.12. Suppose we want to see the autocorrelation structure of resiuals in the level. Then click OK You ll see the correlogram picture and diagnostics. (You can also see the summary statistics and perform unit-root test on the resi variable etc in this window, as described earlier.)

19 8. Using Eviews Help option 8.1. Suppose you want to know what Q-stat means. You can find out by the Eviews help option. To get Eviews Help window, just press F1. (Or, manually, in the main Eviews window toolbar, click Help Eviews Help Topics.)s 8.2. Then type in q stat in the search field, say. Double clicking on Residual Diagnostics will explain a lot about Q-Stat Whenever you wonder how to do things or what things mean or how things are computed in Eviews, F1 is very useful. Eviews Help window is a very good read. 9. Plot two series together 9.1. Suppose you want to see if there is some relationship between the regression residuals and the dependent variable (wage). To plot residuals against wage, first save the current residuals as a new variable called resa by tying: series resa = resid in the command area Then open resa and wage as a Group.

20 9.3. Then, in the Group window, go View Graph to get the Graph Options window In the Graph Options window, under the Graph type section, choose Scatter. Then press OK.

21 9.5. You ll find that resa and wage appear to be related To swap axes, in the Group window, go View Graph. Then under the Option Pages section, click Axes & Scaling Data scaling. In the Series axis assignment section: - click on 1 Bottom to select the variable that is currently the x-axis. (Wage in the picture below.) - then choose Left button option from the right-hand side options. - then press OK.

22 9.7. See that the axes are swapped. (Note that along the above step, there are a lot of other options to manipulate the graph. You can play with them later.) 10. Relationship between variables Suppose we want to see covariance / correlation between resa and wage. In their Group window, go View Covariance Analysis.

23 10.2. Then you ll see a lot of options in the Covariance Analysis window. Just press OK. You ll get a covariance matrix in the Group window Suppose you want to check for Granger causal relationship between two variables, resa and wage, say. Then in their Group window, go View Granger Causality. Choose lags, then press OK Note that in the above step, there are lots of other options for checking and testing relationships between the variables. You can play with them later.

24 11. In-sample fitted values If we want to get in-sample fitted values of the dependent variable (wage) from the previous regression we performed: - Go back to the workfile window - Open eq01 (or whatever you called it to save the previous Equation window). - In the Equation view, click Forecast. - Options appear (e.g. forecast name etc). Just click OK Then the Equation window turns into a plot. This shows the in-sample fitted values of wage (called wagef ) and s.e. around it. Note that, in the Workfile window, a new variable called wagef appears, which stores the in-sample fitted values of wage Remember, you can always go back to the original estimation output view in the Equation window by going View Estimation Output.

25 12. Coefficient restrictions Suppose we want to test whether the coefficients on the male and school variables take the same value. They are the 3 rd and 4 th coefficients in my original Equation window (displayed below) To test this coefficient restriction, in the Equation window, go: View Coefficient Diagnostics Wald Test Coefficient Restrictions. (Note that, along this step, there are lots of other testing options like the Likelihood ratio test and options for Residual Diagnostics etc. You can play with them later.)

26 12.3. In the Wald Test window that pops up, type in: c(3) = c(4) and press OK. (Note that this command is consistent with the order of my covariates in the Equation window. To test whether the coefficients on the i-th and j-th variables are the same, type in: c(i) = c(j).) Then the Wald test results come up in the same Equation window.

27 13. Saving your workfile To save your workfile, in the Workfile window, click Save and save it. 14. Advanced stage: programming your own model (Not covered in class but you can try on your own) Suppose you have your own model, which Eviews may or may not have as part of its buit-in models and functions. In that case you can build your own Eviews program to estimate it. We ll see one example here: GARCH model for financial data. GARCH is a very popular model for studying high-frequency financial data. The model specifications are found in, for instance, - In the Eviews Help option (press F1 ) and search keywords like arch will bring up explanations. - (Prof. Engle s note on GARCH) Download an Eviews workfile, Dow.wf1, and a program file called garch.prg from my homepage: To open Dow.wf1 in Eviews, in the Eviews window, go: - File Open Eviews Workfile go to the location of Dow.wf1 and open it. - File Open Programs go to the location of garch.prg and open it.

28 14.4. The workfile contains two variables close and open. They are daily Dow index (time series) recorded at market opening and closing (available from Yahoo! Finance ). The sampling length is quite long (but I can t remember what it was.)

29 14.5. If you press Run in the Program window of the garch.prg file, Eviews will think for a few seconds. Then it will fit Gaussian GARCH(1,1) model to the Dow return data constructed by log-differencing the closing index. The estimation results come up as the Logl object with diagnostic statistics You can change model specification (you can create very advanced model specifications) by editing commands in the Program window You can learn what each line of command in the garch.prg means by resorting to Eviews Help option (just click F1 button). Search keywords like logl will give you lots of good tips. END Good luck!

Introduction: EViews. Dr. Peerapat Wongchaiwat

Introduction: EViews. Dr. Peerapat Wongchaiwat Introduction: EViews Dr. Peerapat Wongchaiwat wongchaiwat@hotmail.com Today s Workshop Basic grasp of how EViews manages data Creating Workfiles Importing data Running regressions Performing basic tests

More information

Model Diagnostic tests

Model Diagnostic tests Model Diagnostic tests 1. Multicollinearity a) Pairwise correlation test Quick/Group stats/ correlations b) VIF Step 1. Open the EViews workfile named Fish8.wk1. (FROM DATA FILES- TSIME) Step 2. Select

More information

To complete the computer assignments, you ll use the EViews software installed on the lab PCs in WMC 2502 and WMC 2506.

To complete the computer assignments, you ll use the EViews software installed on the lab PCs in WMC 2502 and WMC 2506. An Introduction to EViews The purpose of the computer assignments in BUEC 333 is to give you some experience using econometric software to analyse real-world data. Along the way, you ll become acquainted

More information

Introduction to Eviews Updated by Jianguo Wang CSSCR September 2009

Introduction to Eviews Updated by Jianguo Wang CSSCR September 2009 What is EViews? EViews is a software package that provides tools for data analysis, regression, and forecasting. It is often seen as a canned regression package. EViews has an object oriented design. Information

More information

Chapter 15: Forecasting

Chapter 15: Forecasting Chapter 15: Forecasting In this chapter: 1. Forecasting chicken consumption using OLS (UE 15.1, Equation 6.8, p. 501) 2. Forecasting chicken consumption using a generalized least squares (GLS) model estimated

More information

A Very Brief EViews Tutorial

A Very Brief EViews Tutorial A Very Brief EViews Tutorial Contents Importing data... 2 Transformations and generating new series... 4 Drawing graphs... 6 Regressions... 7 Forecasting... 9 Testing... 10 1 Importing data The easiest

More information

Research Methods Workshop Introduction to EViews

Research Methods Workshop Introduction to EViews Research Methods Workshop Introduction to EViews Today s Workshop Brief Introduction to EViews and Basic Operations Descriptive Statistics with EViews Group Statistics with Eviews Note that the data we

More information

Introduction to EViews. Manuel Leonard F. Albis UP School of Statistics

Introduction to EViews. Manuel Leonard F. Albis UP School of Statistics Introduction to EViews Manuel Leonard F. Albis UP School of Statistics EViews EViews provides sophisticated data analysis, regression, and forecasting tools on Windows-based computers. Areas where EViews

More information

Chapter 1: An Overview of Regression Analysis

Chapter 1: An Overview of Regression Analysis Chapter 1: An Overview of Regression Analysis In this chapter: 1. A simple example of regression analysis (UE 1.4): a) Creating an EViews workfile b) Entering data into an EViews workfile c) Creating a

More information

How to use FSBforecast Excel add in for regression analysis

How to use FSBforecast Excel add in for regression analysis How to use FSBforecast Excel add in for regression analysis FSBforecast is an Excel add in for data analysis and regression that was developed here at the Fuqua School of Business over the last 3 years

More information

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression analysis. Analysis of Variance: one way classification,

More information

Intro to E-Views. E-views is a statistical package useful for cross sectional, time series and panel data statistical analysis.

Intro to E-Views. E-views is a statistical package useful for cross sectional, time series and panel data statistical analysis. Center for Teaching, Research & Learning Research Support Group at the CTRL Lab American University, Washington, D.C. http://www.american.edu/provost/ctrl/ 202-885-3862 Intro to E-Views E-views is a statistical

More information

Here is Kellogg s custom menu for their core statistics class, which can be loaded by typing the do statement shown in the command window at the very

Here is Kellogg s custom menu for their core statistics class, which can be loaded by typing the do statement shown in the command window at the very Here is Kellogg s custom menu for their core statistics class, which can be loaded by typing the do statement shown in the command window at the very bottom of the screen: 4 The univariate statistics command

More information

Microsoft Excel 2007 Lesson 7: Charts and Comments

Microsoft Excel 2007 Lesson 7: Charts and Comments Microsoft Excel 2007 Lesson 7: Charts and Comments Open Example.xlsx if it is not already open. Click on the Example 3 tab to see the worksheet for this lesson. This is essentially the same worksheet that

More information

Introduction to Spreadsheets

Introduction to Spreadsheets Introduction to Spreadsheets Spreadsheets are computer programs that were designed for use in business. However, scientists quickly saw how useful they could be for analyzing data. As the programs have

More information

Using Data From Quandl in EViews

Using Data From Quandl in EViews Department of Economics University of Victoria Using Data From Quandl in EViews David Giles September, 2014 1. What is Quandl? www.quandl.com 1 2 You can use Quandl s data for free, on a limited basis,

More information

1. What specialist uses information obtained from bones to help police solve crimes?

1. What specialist uses information obtained from bones to help police solve crimes? Mathematics: Modeling Our World Unit 4: PREDICTION HANDOUT VIDEO VIEWING GUIDE H4.1 1. What specialist uses information obtained from bones to help police solve crimes? 2.What are some things that can

More information

NAME: BEST FIT LINES USING THE NSPIRE

NAME: BEST FIT LINES USING THE NSPIRE NAME: BEST FIT LINES USING THE NSPIRE For this portion of the activity, you will be using the same data sets you just completed where you visually estimated the line of best fit..) Load the data sets into

More information

Econometrics I: OLS. Dean Fantazzini. Dipartimento di Economia Politica e Metodi Quantitativi. University of Pavia

Econometrics I: OLS. Dean Fantazzini. Dipartimento di Economia Politica e Metodi Quantitativi. University of Pavia Dipartimento di Economia Politica e Metodi Quantitativi University of Pavia Overview of the Lecture 1 st EViews Session I: Convergence in the Solow Model 2 Overview of the Lecture 1 st EViews Session I:

More information

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center September 9, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the

More information

MFx Macroeconomic Forecasting

MFx Macroeconomic Forecasting MFx Macroeconomic Forecasting Module: Introduction to EViews Note: This presentation serves as an outline of the topics discussed in the videos for this module. IMFx This training material is the property

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

Lab Session 1. Introduction to Eviews

Lab Session 1. Introduction to Eviews Albert-Ludwigs University Freiburg Department of Empirical Economics Time Series Analysis, Summer 2009 Dr. Sevtap Kestel To see the data of m1: 1 Lab Session 1 Introduction to Eviews We introduce the basic

More information

Minitab 17 commands Prepared by Jeffrey S. Simonoff

Minitab 17 commands Prepared by Jeffrey S. Simonoff Minitab 17 commands Prepared by Jeffrey S. Simonoff Data entry and manipulation To enter data by hand, click on the Worksheet window, and enter the values in as you would in any spreadsheet. To then save

More information

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data The following table shows the raw data which you need to fit to an appropriate equation k (s -1 ) T (K) 0.00043 312.5 0.00103 318.47 0.0018

More information

Graphing with Excel. Mr. Heinrich/Mr. Flock R.O.W.V.A. High School, Oneida, IL Physics 4B

Graphing with Excel. Mr. Heinrich/Mr. Flock R.O.W.V.A. High School, Oneida, IL Physics 4B Graphing with Excel Mr. Heinrich/Mr. Flock R.O.W.V.A. High School, Oneida, IL Physics 4B For almost any project that requires the analysis and manipulation of data sets, the standard is Microsoft Office

More information

SAMLab Tip Sheet #4 Creating a Histogram

SAMLab Tip Sheet #4 Creating a Histogram Creating a Histogram Another great feature of Excel is its ability to visually display data. This Tip Sheet demonstrates how to create a histogram and provides a general overview of how to create graphs,

More information

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

Introduction Eviews for Orientation course Econometrics

Introduction Eviews for Orientation course Econometrics Introduction Eviews for Orientation course Econometrics Marius Ooms March 2005 Afdeling Econometrie vrije Universiteit amsterdam Abstract This document provides a short hands-on introduction to the main

More information

Excel Tips and FAQs - MS 2010

Excel Tips and FAQs - MS 2010 BIOL 211D Excel Tips and FAQs - MS 2010 Remember to save frequently! Part I. Managing and Summarizing Data NOTE IN EXCEL 2010, THERE ARE A NUMBER OF WAYS TO DO THE CORRECT THING! FAQ1: How do I sort my

More information

How to use FSBForecast Excel add-in for regression analysis (July 2012 version)

How to use FSBForecast Excel add-in for regression analysis (July 2012 version) How to use FSBForecast Excel add-in for regression analysis (July 2012 version) FSBForecast is an Excel add-in for data analysis and regression that was developed at the Fuqua School of Business over the

More information

Spreadsheet Concepts: Creating Charts in Microsoft Excel

Spreadsheet Concepts: Creating Charts in Microsoft Excel Spreadsheet Concepts: Creating Charts in Microsoft Excel lab 6 Objectives: Upon successful completion of Lab 6, you will be able to Create a simple chart on a separate chart sheet and embed it in the worksheet

More information

San Francisco State University

San Francisco State University San Francisco State University Michael Bar Instructions for Excel 1. Plotting analytical function. 2 Suppose that you need to plot the graph of a function f ( x) = x on the interval [ 5,5]. Step 1: make

More information

Microsoft Excel Using Excel in the Science Classroom

Microsoft Excel Using Excel in the Science Classroom Microsoft Excel Using Excel in the Science Classroom OBJECTIVE Students will take data and use an Excel spreadsheet to manipulate the information. This will include creating graphs, manipulating data,

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

Introduction to Minitab 1

Introduction to Minitab 1 Introduction to Minitab 1 We begin by first starting Minitab. You may choose to either 1. click on the Minitab icon in the corner of your screen 2. go to the lower left and hit Start, then from All Programs,

More information

The Mathcad Workspace 7

The Mathcad Workspace 7 For information on system requirements and how to install Mathcad on your computer, refer to Chapter 1, Welcome to Mathcad. When you start Mathcad, you ll see a window like that shown in Figure 2-1. By

More information

GRETL FOR TODDLERS!! CONTENTS. 1. Access to the econometric software A new data set: An existent data set: 3

GRETL FOR TODDLERS!! CONTENTS. 1. Access to the econometric software A new data set: An existent data set: 3 GRETL FOR TODDLERS!! JAVIER FERNÁNDEZ-MACHO CONTENTS 1. Access to the econometric software 3 2. Loading and saving data: the File menu 3 2.1. A new data set: 3 2.2. An existent data set: 3 2.3. Importing

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

PANEL DATA REGRESSION MODELS IN EVIEWS: Pooled OLS, Fixed or Random effect model?

PANEL DATA REGRESSION MODELS IN EVIEWS: Pooled OLS, Fixed or Random effect model? PANEL DATA REGRESSION MODELS IN EVIEWS: Pooled OLS, Fixed or Random effect model? ADESETE, Ahmed Adefemi 12/6/2017 2 PANEL DATA REGRESSION MODELS IN EVIEWS: Pooled OLS, Fixed or Random effect model? Panel

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

SPSS QM II. SPSS Manual Quantitative methods II (7.5hp) SHORT INSTRUCTIONS BE CAREFUL

SPSS QM II. SPSS Manual Quantitative methods II (7.5hp) SHORT INSTRUCTIONS BE CAREFUL SPSS QM II SHORT INSTRUCTIONS This presentation contains only relatively short instructions on how to perform some statistical analyses in SPSS. Details around a certain function/analysis method not covered

More information

An Introduction to Minitab Statistics 529

An Introduction to Minitab Statistics 529 An Introduction to Minitab Statistics 529 1 Introduction MINITAB is a computing package for performing simple statistical analyses. The current version on the PC is 15. MINITAB is no longer made for the

More information

A Short Introduction to STATA

A Short Introduction to STATA A Short Introduction to STATA 1) Introduction: This session serves to link everyone from theoretical equations to tangible results under the amazing promise of Stata! Stata is a statistical package that

More information

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors:

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors: The goal of this technology assignment is to graph several formulas in Excel. This assignment assumes that you using Excel 2007. The formula you will graph is a rational function formed from two polynomials,

More information

Excel Tips to help you with the PS477/577 Final Paper Project

Excel Tips to help you with the PS477/577 Final Paper Project Excel Tips to help you with the PS477/577 Final Paper Project Please try working through this sheet BEFORE the training session -- it will allow you to learn much more at the training session. Best of

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

Data Management Project Using Software to Carry Out Data Analysis Tasks

Data Management Project Using Software to Carry Out Data Analysis Tasks Data Management Project Using Software to Carry Out Data Analysis Tasks This activity involves two parts: Part A deals with finding values for: Mean, Median, Mode, Range, Standard Deviation, Max and Min

More information

Intermediate Microsoft Excel (Demonstrated using Windows XP) Using Spreadsheets in the Classroom

Intermediate Microsoft Excel (Demonstrated using Windows XP) Using Spreadsheets in the Classroom (Demonstrated using Windows XP) Using Spreadsheets in the Classroom Adapted from Taskstream Word Tutorial (2003) < http://www.taskstream.com > Updated 4/05 by Dr. Bruce Ostertag What Can Microsoft Excel

More information

= 75. See Hamilton p. 111 on solving PACF given ACF.

= 75. See Hamilton p. 111 on solving PACF given ACF. Washington University Fall 2009 Department of Economics James Morley Economics 518B Homework #2 GDP and ARMA Models Due: Tuesday 9/15 As with the first homework assignment, try to conserve paper in presenting

More information

EViews 3.1 Student Version

EViews 3.1 Student Version EViews 3.1 Student Version Copyright 1994 1999 Quantitative Micro Software, LLC All Rights Reserved Printed in the United States of America This software product, including program code and manual, is

More information

BIOL 417: Biostatistics Laboratory #3 Tuesday, February 8, 2011 (snow day February 1) INTRODUCTION TO MYSTAT

BIOL 417: Biostatistics Laboratory #3 Tuesday, February 8, 2011 (snow day February 1) INTRODUCTION TO MYSTAT BIOL 417: Biostatistics Laboratory #3 Tuesday, February 8, 2011 (snow day February 1) INTRODUCTION TO MYSTAT Go to the course Blackboard site and download Laboratory 3 MYSTAT Intro.xls open this file in

More information

Introduction to Eviews

Introduction to Eviews Rimini, 9 September 2013-19 September 2013 EViews is one of the most popular econometric packages around. As well as containing a host of uptodate econometric features, it is incredibly easy to use. n

More information

Activity Graphical Analysis with Excel and Logger Pro

Activity Graphical Analysis with Excel and Logger Pro Activity Graphical Analysis with Excel and Logger Pro Purpose Vernier s Logger Pro is a graphical analysis software that will allow you to collect, graph and manipulate data. Microsoft s Excel is a spreadsheet

More information

Using Large Data Sets Workbook Version A (MEI)

Using Large Data Sets Workbook Version A (MEI) Using Large Data Sets Workbook Version A (MEI) 1 Index Key Skills Page 3 Becoming familiar with the dataset Page 3 Sorting and filtering the dataset Page 4 Producing a table of summary statistics with

More information

A First Tutorial in Stata

A First Tutorial in Stata A First Tutorial in Stata Stan Hurn Queensland University of Technology National Centre for Econometric Research www.ncer.edu.au Stan Hurn (NCER) Stata Tutorial 1 / 66 Table of contents 1 Preliminaries

More information

Chapter 2 Assignment (due Thursday, April 19)

Chapter 2 Assignment (due Thursday, April 19) (due Thursday, April 19) Introduction: The purpose of this assignment is to analyze data sets by creating histograms and scatterplots. You will use the STATDISK program for both. Therefore, you should

More information

Excel For Algebra. Conversion Notes: Excel 2007 vs Excel 2003

Excel For Algebra. Conversion Notes: Excel 2007 vs Excel 2003 Excel For Algebra Conversion Notes: Excel 2007 vs Excel 2003 If you re used to Excel 2003, you re likely to have some trouble switching over to Excel 2007. That s because Microsoft completely reworked

More information

SAMLab Tip Sheet #1 Translating Mathematical Formulas Into Excel s Language

SAMLab Tip Sheet #1 Translating Mathematical Formulas Into Excel s Language Translating Mathematical Formulas Into Excel s Language Introduction Microsoft Excel is a very powerful calculator; you can use it to compute a wide variety of mathematical expressions. Before exploring

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data Using Excel for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters. Graphs are

More information

Total Number of Students in US (millions)

Total Number of Students in US (millions) The goal of this technology assignment is to graph a formula on your calculator and in Excel. This assignment assumes that you have a TI 84 or similar calculator and are using Excel 2007. The formula you

More information

Missing Data Analysis for the Employee Dataset

Missing Data Analysis for the Employee Dataset Missing Data Analysis for the Employee Dataset 67% of the observations have missing values! Modeling Setup Random Variables: Y i =(Y i1,...,y ip ) 0 =(Y i,obs, Y i,miss ) 0 R i =(R i1,...,r ip ) 0 ( 1

More information

Quadratic (and higher order) regression on your calculator (TI-82, 83, or 84) NAME:

Quadratic (and higher order) regression on your calculator (TI-82, 83, or 84) NAME: Quadratic (and higher order) regression on your calculator (TI-82, 83, or 84) NAME: Notice the points on the scatter plot below have a curved pattern. We will find the quadratic, cubic, and quartic functions

More information

For more info and downloads go to: Gerrit Stols

For more info and downloads go to:   Gerrit Stols For more info and downloads go to: http://school-maths.com Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It

More information

Advanced Curve Fitting. Eric Haller, Secondary Occasional Teacher, Peel District School Board

Advanced Curve Fitting. Eric Haller, Secondary Occasional Teacher, Peel District School Board Advanced Curve Fitting Eric Haller, Secondary Occasional Teacher, Peel District School Board rickyhaller@hotmail.com In many experiments students collect two-variable data, make scatter plots, and then

More information

Graphing. Enter the function in the input line. Resize the graphics window, if needed, to get a good view of the function.

Graphing. Enter the function in the input line. Resize the graphics window, if needed, to get a good view of the function. Example 5: The path of a small rocket is modeled by the function ht ( ) 16t 18t 1 where initial velocity is 18 feet per second and initial height is 1 feet. The model gives the height of the rocket in

More information

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version):

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): Graphing on Excel Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): The first step is to organize your data in columns. Suppose you obtain

More information

= 3 + (5*4) + (1/2)*(4/2)^2.

= 3 + (5*4) + (1/2)*(4/2)^2. Physics 100 Lab 1: Use of a Spreadsheet to Analyze Data by Kenneth Hahn and Michael Goggin In this lab you will learn how to enter data into a spreadsheet and to manipulate the data in meaningful ways.

More information

Dealing with Data in Excel 2013/2016

Dealing with Data in Excel 2013/2016 Dealing with Data in Excel 2013/2016 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for

More information

Using Excel to produce graphs - a quick introduction:

Using Excel to produce graphs - a quick introduction: Research Skills -Using Excel to produce graphs: page 1: Using Excel to produce graphs - a quick introduction: This handout presupposes that you know how to start Excel and enter numbers into the cells

More information

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs In this technology assignment, you will find a quadratic function that passes through three of the points on each of the scatter plots you created in an earlier technology assignment. You will need the

More information

Missing Data Analysis for the Employee Dataset

Missing Data Analysis for the Employee Dataset Missing Data Analysis for the Employee Dataset 67% of the observations have missing values! Modeling Setup For our analysis goals we would like to do: Y X N (X, 2 I) and then interpret the coefficients

More information

Introduction to Excel

Introduction to Excel Introduction to Excel Written by Jon Agnone Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 November 2004 http://julius.csscr.washington.edu/pdf/excel.pdf

More information

Writing a Technical Report for Submittal to Professor Barnett

Writing a Technical Report for Submittal to Professor Barnett Writing a Technical Report for Submittal to Professor Barnett By Professor Jonathan R. Barnett Autumn, 2003 1 Introduction This document is a general guideline to the use of Word XP to assist you in putting

More information

Statistics with a Hemacytometer

Statistics with a Hemacytometer Statistics with a Hemacytometer Overview This exercise incorporates several different statistical analyses. Data gathered from cell counts with a hemacytometer is used to explore frequency distributions

More information

EXCEL ADD-IN FOR REGRESSION ANALYSIS

EXCEL ADD-IN FOR REGRESSION ANALYSIS EXCEL ADD-IN FOR REGRESSION ANALYSIS RegressIt is an Excel add-in for statistical analysis that was developed at the Fuqua School of Business, Duke University, over the last 5 years by Professor Robert

More information

Time-Varying Volatility and ARCH Models

Time-Varying Volatility and ARCH Models Time-Varying Volatility and ARCH Models ARCH MODEL AND TIME-VARYING VOLATILITY In this lesson we'll use Gretl to estimate several models in which the variance of the dependent variable changes over time.

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Years after US Student to Teacher Ratio

Years after US Student to Teacher Ratio The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. The

More information

Practical 1P1 Computing Exercise

Practical 1P1 Computing Exercise Practical 1P1 Computing Exercise What you should learn from this exercise How to use the teaching lab computers and printers. How to use a spreadsheet for basic data analysis. How to embed Excel tables

More information

Excel to R and back 1

Excel to R and back 1 Excel to R and back 1 The R interface in RegressIt allows the user to transfer data from an Excel file to a new data frame in RStudio, load packages, and run regression models with customized table and

More information

Creative Sewing Machines Workbook based on BERNINA Embroidery Software V8.1

Creative Sewing Machines Workbook based on BERNINA Embroidery Software V8.1 : Photosnap Edited for 8.1 This lesson has been rewritten to reflect V8.1 changes from the original 8.0 version. Another auto digitizing feature of BERNINA Embroidery Software V8 is PhotoSnap. PhotoSnap

More information

Microsoft Access Lesson 3: Creating Reports

Microsoft Access Lesson 3: Creating Reports Microsoft Access Lesson 3: Creating Reports In the previous lesson the information you retrieved from a database always was in the form of a table. This may be all you need if you are the only person using

More information

Homework 1 Excel Basics

Homework 1 Excel Basics Homework 1 Excel Basics Excel is a software program that is used to organize information, perform calculations, and create visual displays of the information. When you start up Excel, you will see the

More information

WELCOME TO GOOGLE DRIVE!

WELCOME TO GOOGLE DRIVE! WELCOME TO GOOGLE DRIVE! Google Drive is a free service from Google that allows you to store files from your computer online and access them anywhere using the cloud. Google Drive also gives you access

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

Technology Assignment: Scatter Plots

Technology Assignment: Scatter Plots The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. You

More information

MOVING FROM CELL TO CELL

MOVING FROM CELL TO CELL VCAE: EXCEL Lesson 1 Please send comments to Author: Zahra Siddiqui at zed_ess@hotmail.com Concepts Covered: Cell Address; Cell Pointer; Moving across Cells Constants: Entering, Editing, Formatting Using

More information

Excel Spreadsheets and Graphs

Excel Spreadsheets and Graphs Excel Spreadsheets and Graphs Spreadsheets are useful for making tables and graphs and for doing repeated calculations on a set of data. A blank spreadsheet consists of a number of cells (just blank spaces

More information

In math, the rate of change is called the slope and is often described by the ratio rise

In math, the rate of change is called the slope and is often described by the ratio rise Chapter 3 Equations of Lines Sec. Slope The idea of slope is used quite often in our lives, however outside of school, it goes by different names. People involved in home construction might talk about

More information

To Plot a Graph in Origin. Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage

To Plot a Graph in Origin. Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage To Plot a Graph in Origin Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage 1 Digression on Error Bars What entity do you use for the magnitude of the error bars? Standard

More information

Chapter One: Getting Started With IBM SPSS for Windows

Chapter One: Getting Started With IBM SPSS for Windows Chapter One: Getting Started With IBM SPSS for Windows Using Windows The Windows start-up screen should look something like Figure 1-1. Several standard desktop icons will always appear on start up. Note

More information

Corrections Version 4.5, last updated May 1, 2004

Corrections Version 4.5, last updated May 1, 2004 Corrections Version 4.5, last updated May 1, 2004 This book requires far more corrections than I had anticipated, and for which I am wholly responsible and very sorry. Please make the following text corrections:

More information

[ Dear student you may consult with other students for help, but under no circumstances take someone work and claim it to be yours]

[ Dear student you may consult with other students for help, but under no circumstances take someone work and claim it to be yours] Project : US National Debt Due: ( 3week period) Prof. Rudy Meangru Your name: ( /42) + 5 extra [ Dear student you may consult with other students for help, but under no circumstances take someone work

More information

How to Make Graphs in EXCEL

How to Make Graphs in EXCEL How to Make Graphs in EXCEL The following instructions are how you can make the graphs that you need to have in your project.the graphs in the project cannot be hand-written, but you do not have to use

More information

3. Saving Your Work: You will want to save your work periodically, especially during long exercises.

3. Saving Your Work: You will want to save your work periodically, especially during long exercises. Graphing and Data Transformation in Excel ECON 285 Chris Georges This is a brief tutorial in Excel and a first data exercise for the course. The tutorial is written for a novice user of Excel and is not

More information

Equities and Fixed Income. Introduction Manual

Equities and Fixed Income. Introduction Manual Finance Data Thomson Reuters Eikon Equities and Fixed Income Introduction Manual Date Author 01-03-2017 Nicky Zaugg 17-10-2017 Nicky Zaugg Contents 1. Introduction... 3 1.1 When do I use Eikon?... 3 1.2

More information

Excel R Tips. is used for multiplication. + is used for addition. is used for subtraction. / is used for division

Excel R Tips. is used for multiplication. + is used for addition. is used for subtraction. / is used for division Excel R Tips EXCEL TIP 1: INPUTTING FORMULAS To input a formula in Excel, click on the cell you want to place your formula in, and begin your formula with an equals sign (=). There are several functions

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information