Using Your TI-89 in Elementary Statistics
|
|
|
- Erik Wilkinson
- 10 years ago
- Views:
Transcription
1 Using Your TI-89 in Elementary Statistics Level of Handout: Target: Intermediate users of the TI-89. If you are a new user, pair up with someone in the class that is a bit familiar with the TI-89. You will need to refer back to this handout until you master these commands and procedures. This activity gives you an in action tutorial on your TI-89. Pay close attention not only to the statistical content but also to the procedures on your TI MODE: You should always know how your calculator is set up. Press MODE. You should have your screen set as seen below. Press ENTER to save and ENTER to return to the home screen. 2. Creating a Folder: Press 2 nd VAR-LINK. Press F1, Manage, and press 5 for 5:Create Folder. We will use the name stat. Notice that alpha lock is on. Type as seen below and press ENTER. (Using the command NewFold is another option. See Guidebook for details.) 3. Changing Folders: Press 2 nd QUIT to get to the home screen. Notice a very small MAIN on the lower right of your home screen. This means that you are in the MAIN folder. To change the current folder to stat, we will use the catalog feature of the TI-89. Press CATALOG, press S to get the commands starting with S. Arrow down to SetFold( and press ENTER. Type stat) and press ENTER. Notice that the lower right corner indicates you are now in the stat folder. 4. Enter a List from the Home Screen: On the home screen enter {1,2,3,4} l1 and press ENTER. 1
2 5. If you want to put this list in the Data/Matrix Editor, you will have to use the command: NewData filename,listname1,listname2,... Find NewData in CATALOG Press APPS, 6. Press 2 to open. Open me. 6. Enter Data into the Data/Matrix Editor: Press APPS, press 6 for 6:Data/Matrix Editor and then use the cursor pad to open the submenu as seen below. You will now create a new file, Press 3 for 3:New... Fill in the Dialog box as seen below. This creates the file named freq as Data. Press ENTER, ENTER. 7. Titles: You can enter a title name for each column. Highlight the area above the c s, notice Title= appears. Name the column c1 as l1. Next, enter the following list of scores in column c1. Just highlight the cell and enter the value. Use the cursor pad to maneuver cell to cell. See screens on next page. The following list of data is the weight (lbs.) of discarded metals in Household Garbage for one week Modified from Triola, Appendix B, Data Set 1 2
3 8. Sorting Data: To sort this list of data, press 2 nd F6, Utilities, and then 3 for 3:Sort Column. 9. One Variable Statistics: Press F5, Calculate, and highlight TwoVar, use the cursor pad to open the Dropdown menu, and press 1 for 1:OneVar. Set up the first screen shown below. Press Enter to SAVE and ENTER to see the statistics. Use the cursor pad to arrow down to see all of the information. 10. Deleting a Variable: Earlier in the handout you entered list l1 on the home screen. This is different from the title l1 you entered above. Now, you will delete the list l1. This is practice! Press 2 nd QUIT to get to the home screen. Type l1 on the command line of the home screen and press ENTER. (Shown below.) You should see the list you entered earlier. Notice that it is not column c1! Type DelVar l1 and press ENTER. If you now enter l1 on the command line, the TI-89 shows l1. (You can also find DelVar in CATALOG.) Deleting One Letter Variables: Press F6, Clean Up, now. Press 1:Clear a-z to clear all one letter variables in the folder. At times, you will need to clear these variables. Your memory can get full. Remember this! 11. Deleting a Folder or a File: Note: Your TI-89 will display different files and folders than seen in the screens below. As you use your TI-89, you will be creating folders, files, and variables. You will need to delete these at times. From the home screen, press 2 nd VAR-LINK. On the screen below, you see that on this demo calculator, the line l4 highlighted and a in front of l4 (press F4 to toggle the on and off). Press F1, Manage, and then 1 for 1:Delete. The TI-89 will ask you if you are sure you want to delete everything with a. Make sure you do! See screens on the following page. 3
4 12. Linking with another TI-89: You can share programs, files, and variables with another TI-89. Link the two TI-89's with the cable that comes with the calculator. The I/O port is on the bottom of the calculator. Press 2 nd VAR- LINK on both TI-89's. Check off any file or folder that you want to transfer using F4,. Press F3, Link, and select 1:Send to TI- 89/92 Plus or 2:Receive. Wait for the transfer to finish. If there are any problems, check to see that the cable is firmly pressed into the calculators and repeat the steps for linking. See the Guidebook if you need more details. 13. Save a Column in the Data/Matrix Editor as a List: Press APPS, 6 for 6:Data/Matrix Editor, and press 1 for 1:Current. This gets you back in the editor. You have to save column c1 as the list l1 even though you named the column l1. Press F1, tools, and then 2 for 2:Save Copy As... A Dialog box will appear, change the items as seen below. Press ENTER, ENTER to SAVE. The TI-89 now knows where the list is! Press 2 nd QUIT to get to the home screen. Press l1 and you ll see the list. 14. Creating a Frequency Chart and a Histogram: Fill in the following information to assist you in building a Frequency Chart and a Histogram by hand and using the TI-89. Use commands on your TI-89 whenever you can to increase your familiarity with the TI-89. a. Sort the data in ascending order. (This was done in the Data/Matrix Editor. ) b. Find the number of data. (Hint: dim(l1) ENTER on command line of the home screen. ) Number of data points c. Find the minimum and maximum value. Max = Min = d. Find the Range of the data. (Hint: max(l1) - min(l1) ) Range = e. Select the number of classes. Choose 10 for this example. Number of classes = 10 f. Find the class width. Class Width = round up (range # of classes) Class Width = (Should be.47 for this example.) 4
5 15. Lower class limits - Start with minimum value of the data and add the class width to fill in this column. Look at the screens below. From the home screen press CATALOG, and then S for the commands beginning with S. Notice the syntax appears at the lower left. Type, seq(.26+x*.47,x,0,9,1)l2 and then ENTER. This forms the list.26+(0)(.47),.26+(1)(.47),.26+(2)(.47) and so on for the 10 classes. The list is stored in l2. Highlight the output and you can scroll through the values in l2, second screen below). Copy these values in the table on page 5. Remember that l2 is not yet in the Data/Matrix Editor. 16. Upper Class Limit: Fill in this list by using the next highest, lower class limit as the guide. For example,.73 is the second entry in l2. The first entry of l3 will be.72. Enter the upper class limits in list l3. Look at the third screen above. Type seq(.72+x*.47,x,0,9,1)l3 and press ENTER. Copy these values in the table below. 17. Enter the computed list in the Data/Matrix Editor: Press CATALOG and then N. Arrow down to NewData. Notice the syntax appears in the lower right corner. Press ENTER. Type so that the command reads: NewData freq,l1,l2,l3 and then press ENTER. The second screen below displays the Data freq. Remember APPS, 6:Data/Matrix Editor, 2:Open, fill in freq and press ENTER gets you to this screen. The titles l1, l2 and l3 will have to be entered by you. Class Boundaries Lower Upper Class Boundaries Class Marks Frequency Total Freq Rel Freq Cum Freq
6 18. Enter Frequencies - Use the sorted list in l1 to count the number of data in each class. Use the table on page 5 to tally your count. Enter and save the frequencies in list l4 as shown below. 19. Relative Frequency - Class frequency sum of all frequencies. The number of data points is 62. Highlight c5 and type l4/sum(l4) which gives (class frequency)/(sum of frequencies). Press ENTER. Put in the title l5 and also save this as list l5. Enter this list in your table on page 5. Notice c5 is locked. 20. Cumulative Frequency - Sum of the frequencies for that class and all previous classes. Do this from the home screen, 2 nd QUIT, using the command cumsum(. Pull up this command from the CATALOG. Press green to get the approximate values. Notice that cumsum gives you a list. Check out some of the values. Write this list in your table on page Setting up the Histogram: Enter the Data/Matrix Editor again. Press F2, Plot Setup, and then F1, Define. Set up your screen as shown below. Press ENTER, ENTER. To set up the window, press green WINDOW and set your window as seen below. 22. Press green Y= and make sure that only your plot in selected. Use F4,, to select or deselect a function or plot. Press green GRAPH to see the histogram. Press F3, Trace, to trace through the histogram. 6
7 23. Graph a Box Plot: Press APPS, 6:Data/Matrix Editor and then open the data file freq. Press F2 for Plot Setup, then press F1 for Define. Set your screens as shown. To set up the graphing window, press green WINDOW, press F2 for Zoom, and press 9 for 9:ZoomData. Press F3 for Trace and you will see the quartiles on the bottom of the screen. Use the cursor pad to trace. Running a Program on the TI You have three ways of getting a program on your TI-89. You can type it in, link and receive from another TI-89/TI-92 Plus, or you can get a program from a web site and use the TI Graph Link to send the program to your calculator. Here, it is assumed that you have the program on your calculator. From the Home Screen, press 2 nd VAR-LINK, highlight the program you would like to run and press ENTER. Press ENTER to run the program. The program shown is RANGER which will not run if the calculator is not hooked up to the CBR. Press ON or 2 nd QUIT to break a program. Regression on the TI-89 The following steps assume that you have a list named l1and l2 of equal dimension. See earlier steps to enter lists. The following steps give instruction to find the line of best fit. Use the command NewFold( on the home screen to change the current folder to MAIN. 7
8 25. As stated earlier, to put lists in the Data/Matrix Editor, you will have to use the command: NewData filename,listname1,listname2,... Next, press APPS, 6 for 6:Data/Matrix Editor, and then 2:Open... Set up the screens below. 26. Press F2 for Plot Setup and then F1 for Define. 27. Next, press green WINDOW. Press F2 and choose 9:ZoomData. You should see the graph of your data. 28. Linear Regression: Press APPS, 6:Data/Matrix Editor, and choose 1:Current. Press F5 Calc. Setup the Calculate screen as shown. Press ENTER and you will see the regression equation. 29. Press green Y=, and you will see that both Plot1 and y1 are selected. Deselect any other plots or graphs using F4,, to select and deselect graphs. Press green GRAPH and you will see both graphs. 8
2 Describing, Exploring, and
2 Describing, Exploring, and Comparing Data This chapter introduces the graphical plotting and summary statistics capabilities of the TI- 83 Plus. First row keys like \ R (67$73/276 are used to obtain
Tutorial for the TI-89 Titanium Calculator
SI Physics Tutorial for the TI-89 Titanium Calculator Using Scientific Notation on a TI-89 Titanium calculator From Home, press the Mode button, then scroll down to Exponential Format. Select Scientific.
Calculator Notes for the TI-89, TI-92 Plus, and Voyage 200
CHAPTER 1 Note 1A Reentry Calculator Notes for the TI-89, TI-92 Plus, and Voyage 200 If you want to do further calculation on a result you ve just found, and that result is the first number in the expression
Statistics with List Editor Application for the TI-89 / TI-92 Plus
Statistics with List Editor Application for the TI-89 / TI-92 Plus The Statistics with List Editor application (Stats/List Editor) adds inferential and more advanced statistics functionality to the TI-89
Scatter Plot, Correlation, and Regression on the TI-83/84
Scatter Plot, Correlation, and Regression on the TI-83/84 Summary: When you have a set of (x,y) data points and want to find the best equation to describe them, you are performing a regression. This page
DATA HANDLING AND ANALYSIS ON THE TI-82 AND TI-83/83 PLUS GRAPHING CALCULATORS:
DATA HANDLING AND ANALYSIS ON THE TI-82 AND TI-83/83 PLUS GRAPHING CALCULATORS: A RESOURCE FOR SCIENCE AND MATHEMATICS STUDENTS John L. McClure Scott A. Sinex Barbara A. Gage Prince George s Community
GeoGebra Statistics and Probability
GeoGebra Statistics and Probability Project Maths Development Team 2013 www.projectmaths.ie Page 1 of 24 Index Activity Topic Page 1 Introduction GeoGebra Statistics 3 2 To calculate the Sum, Mean, Count,
Academic Support Center. Using the TI-83/84+ Graphing Calculator PART II
Academic Support Center Using the TI-83/84+ Graphing Calculator PART II Designed and Prepared by The Academic Support Center Revised June 2012 1 Using the Graphing Calculator (TI-83+ or TI-84+) Table of
Getting to know your TI-83
Calculator Activity Intro Getting to know your TI-83 Press ON to begin using calculator.to stop, press 2 nd ON. To darken the screen, press 2 nd alternately. To lighten the screen, press nd 2 alternately.
Copyright 2013 by Laura Schultz. All rights reserved. Page 1 of 7
Using Your TI-83/84/89 Calculator: Linear Correlation and Regression Dr. Laura Schultz Statistics I This handout describes how to use your calculator for various linear correlation and regression applications.
How Does My TI-84 Do That
How Does My TI-84 Do That A guide to using the TI-84 for statistics Austin Peay State University Clarksville, Tennessee How Does My TI-84 Do That A guide to using the TI-84 for statistics Table of Contents
Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide
Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick
Using Microsoft Excel to Plot and Analyze Kinetic Data
Entering and Formatting Data Using Microsoft Excel to Plot and Analyze Kinetic Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page (Figure 1). Type
LAYOUT OF THE KEYBOARD
Dr. Charles Hofmann, LaSalle [email protected] Dr. Roseanne Hofmann, MCCC [email protected] ------------------------------------------------------------------------------------------------- DISPLAY CONTRAST
SPSS: Getting Started. For Windows
For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering
Getting Started on the PC and MAC
Getting Started on the PC and MAC Click on the topic you want to view. Download the Desktop App Download the ios or Android App Desktop App Home Screen Home Screen Drop Down Menu Home Screen: Upcoming
Data Analysis Tools. Tools for Summarizing Data
Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool
SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS
SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing
High Impact email & Alpha Five: A Mail Merge Guide.
High Impact email & Alpha Five: A Mail Merge Guide. Performing a Mail Merge that utilizes your Alpha Five database takes just a few moments and allows you to easily send HTML messages to your contacts.
How To Use Spss
1: Introduction to SPSS Objectives Learn about SPSS Open SPSS Review the layout of SPSS Become familiar with Menus and Icons Exit SPSS What is SPSS? SPSS is a Windows based program that can be used to
Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering
Engineering Problem Solving and Excel EGN 1006 Introduction to Engineering Mathematical Solution Procedures Commonly Used in Engineering Analysis Data Analysis Techniques (Statistics) Curve Fitting techniques
Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator
Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator This Guide is designed to offer step-by-step instruction for using your TI-83, TI-83 Plus, or TI-84 Plus graphing calculator
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
Directions for Frequency Tables, Histograms, and Frequency Bar Charts
Directions for Frequency Tables, Histograms, and Frequency Bar Charts Frequency Distribution Quantitative Ungrouped Data Dataset: Frequency_Distributions_Graphs-Quantitative.sav 1. Open the dataset containing
ORACLE BUSINESS INTELLIGENCE WORKSHOP
ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business
Activity 5. Two Hot, Two Cold. Introduction. Equipment Required. Collecting the Data
. Activity 5 Two Hot, Two Cold How do we measure temperatures? In almost all countries of the world, the Celsius scale (formerly called the centigrade scale) is used in everyday life and in science and
Saving Money for Finance Students by Utilizing the TVM Capabilities of Graphing Calculators
Saving Money for Finance Students by Utilizing the TVM Capabilities of Graphing Calculators Glenna Sumner, Ph.D. Assistant Professor of Economics Abstract Michael Lloyd, Ph.D. Professor of Mathematics
Universal Simple Control, USC-1
Universal Simple Control, USC-1 Data and Event Logging with the USB Flash Drive DATA-PAK The USC-1 universal simple voltage regulator control uses a flash drive to store data. Then a propriety Data and
Web Intelligence User Guide
Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence
Introduction to the TI-Nspire CX
Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor
Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services
Enterprise Reporting Advanced Web Intelligence Training Enterprise Reporting Services Table of Contents Chapter Page 1 Overview 4 2 Web Intelligence Access 8 3 BI Launch Pad Navigation 12 4 Nested Query
Finance Application for the TI-89 / TI-92 Plus
Finance Application for the TI-89 / TI-92 Plus Important Information 2 Where to Find Installation Instructions 3 The Time-Value-of-Money (TVM) Solver 4 Editing Values in the TVM Solver 5 Calculating TVM
SPSS Manual for Introductory Applied Statistics: A Variable Approach
SPSS Manual for Introductory Applied Statistics: A Variable Approach John Gabrosek Department of Statistics Grand Valley State University Allendale, MI USA August 2013 2 Copyright 2013 John Gabrosek. All
USING A TI-83 OR TI-84 SERIES GRAPHING CALCULATOR IN AN INTRODUCTORY STATISTICS CLASS
USING A TI-83 OR TI-84 SERIES GRAPHING CALCULATOR IN AN INTRODUCTORY STATISTICS CLASS W. SCOTT STREET, IV DEPARTMENT OF STATISTICAL SCIENCES & OPERATIONS RESEARCH VIRGINIA COMMONWEALTH UNIVERSITY Table
IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email [email protected]
IRA Pivot Table Review and Using Analyze to Modify Reports 1 What is a Pivot Table? A pivot table takes rows of detailed data (such as the lines in a downloadable table) and summarizes them at a higher
OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher
OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout
SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison
SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89 by Joseph Collison Copyright 2000 by Joseph Collison All rights reserved Reproduction or translation of any part of this work beyond that permitted by Sections
Using Excel to find Perimeter, Area & Volume
Using Excel to find Perimeter, Area & Volume Level: LBS 4 V = lwh Goal: To become familiar with Microsoft Excel by entering formulas into a spreadsheet in order to calculate the perimeter, area and volume
Using SPSS, Chapter 2: Descriptive Statistics
1 Using SPSS, Chapter 2: Descriptive Statistics Chapters 2.1 & 2.2 Descriptive Statistics 2 Mean, Standard Deviation, Variance, Range, Minimum, Maximum 2 Mean, Median, Mode, Standard Deviation, Variance,
Using Excel as a Management Reporting Tool with your Minotaur Data. Exercise 1 Customer Item Profitability Reporting Tool for Management
Using Excel as a Management Reporting Tool with your Minotaur Data with Judith Kirkness These instruction sheets will help you learn: 1. How to export reports from Minotaur to Excel (these instructions
Creating A Grade Sheet With Microsoft Excel
Creating A Grade Sheet With Microsoft Excel Microsoft Excel serves as an excellent tool for tracking grades in your course. But its power is not limited to its ability to organize information in rows and
Intro to Excel spreadsheets
Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using
Frog VLE Update. Latest Features and Enhancements. September 2014
1 Frog VLE Update Latest Features and Enhancements September 2014 2 Frog VLE Update: September 2014 Contents New Features Overview... 1 Enhancements Overview... 2 New Features... 3 Site Backgrounds...
Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs
Using Excel Jeffrey L. Rummel Emory University Goizueta Business School BBA Seminar Jeffrey L. Rummel BBA Seminar 1 / 54 Excel Calculations of Descriptive Statistics Single Variable Graphs Relationships
Merging Labels, Letters, and Envelopes Word 2013
Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged
IBM SPSS Statistics for Beginners for Windows
ISS, NEWCASTLE UNIVERSITY IBM SPSS Statistics for Beginners for Windows A Training Manual for Beginners Dr. S. T. Kometa A Training Manual for Beginners Contents 1 Aims and Objectives... 3 1.1 Learning
Probability Distributions
CHAPTER 6 Probability Distributions Calculator Note 6A: Computing Expected Value, Variance, and Standard Deviation from a Probability Distribution Table Using Lists to Compute Expected Value, Variance,
Introductory Handbook for the TI-89 Titanium
Introductory Handbook for the TI-89 Titanium Note: This handbook will, for the most part, work for the standard TI-89 as well. The color-coding used on the TI-89 differs from the color-coding used on the
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
Introduction to the Graphing Calculator
Unit 0 Introduction to the Graphing Calculator Intermediate Algebra Update 2/06/06 Unit 0 Activity 1: Introduction to Computation on a Graphing Calculator Why: As technology becomes integrated into all
App and Program Transfer Guidebook
App and Program Transfer Guidebook Vernier Software & Technology 13979 SW Millikan Way Beaverton, Oregon 97005-2886 (503) 277-2299 FAX (503) 277-2440 www.vernier.com [email protected] Copyright 2006 by
Excel Reports and Macros
Excel Reports and Macros Within Microsoft Excel it is possible to create a macro. This is a set of commands that Excel follows to automatically make certain changes to data in a spreadsheet. By adding
Doing Multiple Regression with SPSS. In this case, we are interested in the Analyze options so we choose that menu. If gives us a number of choices:
Doing Multiple Regression with SPSS Multiple Regression for Data Already in Data Editor Next we want to specify a multiple regression analysis for these data. The menu bar for SPSS offers several options:
Charting LibQUAL+(TM) Data. Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University
Charting LibQUAL+(TM) Data Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University Revised March 2004 The directions in this handout are written to be used with SPSS
KaleidaGraph Quick Start Guide
KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.
There are six different windows that can be opened when using SPSS. The following will give a description of each of them.
SPSS Basics Tutorial 1: SPSS Windows There are six different windows that can be opened when using SPSS. The following will give a description of each of them. The Data Editor The Data Editor is a spreadsheet
Data exploration with Microsoft Excel: univariate analysis
Data exploration with Microsoft Excel: univariate analysis Contents 1 Introduction... 1 2 Exploring a variable s frequency distribution... 2 3 Calculating measures of central tendency... 16 4 Calculating
Model 288B Charge Plate Graphing Software Operators Guide
Monroe Electronics, Inc. Model 288B Charge Plate Graphing Software Operators Guide P/N 0340175 288BGraph (80207) Software V2.01 100 Housel Ave PO Box 535 Lyndonville NY 14098 1-800-821-6001 585-765-2254
SAMPLE. Computer Algebra System (Classpad 330 using OS 3 or above) Application selector. Icolns that access working zones. Icon panel (Master toolbar)
A P P E N D I X B Computer Algebra System (Classpad 330 using OS 3 or above) B.1 Introduction For reference material on basic operations of the calculator, refer to the free downloadable documentation
4 Other useful features on the course web page. 5 Accessing SAS
1 Using SAS outside of ITCs Statistical Methods and Computing, 22S:30/105 Instructor: Cowles Lab 1 Jan 31, 2014 You can access SAS from off campus by using the ITC Virtual Desktop Go to https://virtualdesktopuiowaedu
Chapter 11 Sharing and Reviewing Documents
Calc Guide Chapter 11 Sharing and Reviewing Documents This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing two
Operating Systems. and Windows
Operating Systems and Windows What is an Operating System? The most important program that runs on your computer. It manages all other programs on the machine. Every PC has to have one to run other applications
Getting Started with Zoom
Signing in to Zoom Note: this is not necessary to join meetings. Getting Started with Zoom 1. Go to https://trentu.zoom.us. 2. Click Sign In. 3. Login using your Trent username and password. Download the
For another way to generate recursive sequences, see Calculator Note 1D.
!"# If you want to do further calculation on a result you ve just found, and that result is the first number in the expression you now want to evaluate, you can simply continue the expression. For example,
OmniFunds. About OmniFunds. About Alpha 2.0: About VisualTrader 11 Pro. Alpha 2.0 - Released September 24, 2015
OmniFunds Alpha 2.0 - Released September 24, 2015 About OmniFunds OmniFunds is an exciting work in progress that our users can participate in. As of Alpha 2.0, we have one canned example our users can
Section 4. Mastering Folders
Section 4 Mastering Folders About This Section Section 3: Working with Receipts introduced you to the Receipts Grid area of the Receipt Organizer window (the lower of the two grids). In the Receipts Grid,
EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002
EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables
HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1
HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 Program Services Office & Decision Support Group Table of Contents Create New Analysis... 4 Criteria Tab... 5 Key Fact (Measurement) and Dimension
Microsoft Excel Tips & Tricks
Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying
Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide
Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence
Sage Accountants Business Cloud EasyEditor Quick Start Guide
Sage Accountants Business Cloud EasyEditor Quick Start Guide VERSION 1.0 September 2013 Contents Introduction 3 Overview of the interface 4 Working with elements 6 Adding and moving elements 7 Resizing
What Do You Think? for Instructors
Accessing course reports and analysis views What Do You Think? for Instructors Introduction As an instructor, you can use the What Do You Think? Course Evaluation System to see student course evaluation
Appendix C. Vernier Tutorial
C-1. Vernier Tutorial Introduction: In this lab course, you will collect, analyze and interpret data. The purpose of this tutorial is to teach you how to use the Vernier System to collect and transfer
Introduction to MS WINDOWS XP
Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The
WebSphere Business Monitor V6.2 Business space dashboards
Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should
Microsoft Access Basics
Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision
SPSS (Statistical Package for the Social Sciences)
SPSS (Statistical Package for the Social Sciences) What is SPSS? SPSS stands for Statistical Package for the Social Sciences The SPSS home-page is: www.spss.com 2 What can you do with SPSS? Run Frequencies
IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA
CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the
Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540
To complete this technology assignment, you should already have created a scatter plot for your data on your calculator and/or in Excel. You could do this with any two columns of data, but for demonstration
SPSS Tutorial, Feb. 7, 2003 Prof. Scott Allard
p. 1 SPSS Tutorial, Feb. 7, 2003 Prof. Scott Allard The following tutorial is a guide to some basic procedures in SPSS that will be useful as you complete your data assignments for PPA 722. The purpose
EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development
Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 [email protected] http://www.csun.edu/training TABLE
MetroBoston DataCommon Training
MetroBoston DataCommon Training Whether you are a data novice or an expert researcher, the MetroBoston DataCommon can help you get the information you need to learn more about your community, understand
Creating Forms With Adobe LiveCycle Designer 8.2
Creating Forms With Adobe LiveCycle Designer 8.2 Instructional Media Center HCC Version 2 Modified Date 1/20/10 Learning Objectives: At the end of this training session the student will be able to use
How To Use Excel With A Calculator
Functions & Data Analysis Tools Academic Computing Services www.ku.edu/acs Abstract: This workshop focuses on the functions and data analysis tools of Microsoft Excel. Topics included are the function
Using MS Excel to Analyze Data: A Tutorial
Using MS Excel to Analyze Data: A Tutorial Various data analysis tools are available and some of them are free. Because using data to improve assessment and instruction primarily involves descriptive and
ETS. Major Field Tests. Proctor Administrator Manual
ETS Major Field Tests Proctor Administrator Manual Updated: December 2010 Table of Contents Contents 1.0 WELCOME... 1 1.1 INTRODUCTION... 1 1.2 SYSTEM REQUIREMENTS AND SETTING-UP STUDENT WORKSTATIONS...
Custom Reporting System User Guide
Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe
Introduction Course in SPSS - Evening 1
ETH Zürich Seminar für Statistik Introduction Course in SPSS - Evening 1 Seminar für Statistik, ETH Zürich All data used during the course can be downloaded from the following ftp server: ftp://stat.ethz.ch/u/sfs/spsskurs/
SAS Analyst for Windows Tutorial
Updated: August 2012 Table of Contents Section 1: Introduction... 3 1.1 About this Document... 3 1.2 Introduction to Version 8 of SAS... 3 Section 2: An Overview of SAS V.8 for Windows... 3 2.1 Navigating
Real Estate Reports Overview Quick Reference Guide
Real Estate Reports Overview Quick Reference Guide Overview This guide shows you the options available for customising the standard RE reports available in SAP. It covers the following: Using individual
Basic Excel Handbook
2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...
Instructions for creating a data entry form in Microsoft Excel
1 of 5 You have several options when you want to enter data manually in Excel. You can enter data in one cell, in several cells at the same time, or on more than one worksheet (worksheet/spreadsheet: The
H-ITT CRS V2 Quick Start Guide. Install the software and test the hardware
H-ITT CRS V2 Quick Start Guide Revision E Congratulations on acquiring what may come to be one of the most important technology tools in your classroom! The H-ITT Classroom Response System is quite easy
LMS User Manual LMS Grade Book NUST LMS [email protected]
LMS User Manual LMS Grade Book NUST LMS [email protected] Setting up LMS Grade book Setting up LMS gradebook involves followings main steps: 1. Create gradebook categories 2. Add grade items in grade
How to Use a Data Spreadsheet: Excel
How to Use a Data Spreadsheet: Excel One does not necessarily have special statistical software to perform statistical analyses. Microsoft Office Excel can be used to run statistical procedures. Although
SE05: Getting Started with Cognex DataMan Bar Code Readers - Hands On Lab Werner Solution Expo April 8 & 9
SE05: Getting Started with Cognex DataMan Bar Code Readers - Hands On Lab Werner Solution Expo April 8 & 9 Learning Goals: At the end of this lab, the student should have basic familiarity with the DataMan
RDM+ Remote Desktop for Android. Getting Started Guide
RDM+ Remote Desktop for Android Getting Started Guide RDM+ (Remote Desktop for Mobiles) is a remote control tool that offers you the ability to connect to your desktop or laptop computer from Android device
Using Excel for Statistical Analysis
2010 Using Excel for Statistical Analysis Microsoft Excel is spreadsheet software that is used to store information in columns and rows, which can then be organized and/or processed. Excel is a powerful
Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition
Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Online Learning Centre Technology Step-by-Step - Excel Microsoft Excel is a spreadsheet software application
