Analysing Hospital Episode Statistics (HES)

Size: px
Start display at page:

Download "Analysing Hospital Episode Statistics (HES)"

Transcription

1 Analysing Hospital Episode Statistics (HES) Practical Session 3 - Looking at several diagnoses for each age - Merging data files and creating calculated fields Available to download from: Thursday, 30 August 2007 Written by: Robin Beaumont robin@organplayers.co.uk Status: V1.0 Contents 1. COMPARING DIFFERENT DIAGNOSES FOR EACH AGE - MERGING DATA FILES SPECIFYING THE DATA SET REQUIRED CREATING A DATA FILE CONTAINING ALL EPISODES FOR EACH AGE CREATING A DATA FILE CONTAINING ALL EPISODES FOR EACH AGE FOR EACH DIAGNOSIS MERGING DATA FILES TOGETHER REVIEW ANALYSING THE AGE SPECIFIC FREQUENCY OF DIAGNOSES CREATING A CALCULATED VARIABLE INVESTIGATING THE PROPORTIONS OF EPISODES FOR A PARTICULAR DIAGNOSIS VIEWING SEVERAL DIAGNOSES AT ONCE OPTIONAL EXERCISE APPENDIX...16

2 1. Comparing different diagnoses for each age - Merging data files In the previous sessions we investigated the incidence of diagnoses for particular ages. In this session we will take the investigation of diagnoses one stage further and consider the relative proportion of episodes for several diagnoses simultaneously for each age. The final exercise in this session will provide you with the skills to produce charts similar to the one below which shows the proportion of cases for two different conditions for each age..3 Proportion of episodes for age localised primary osteoarthritis intracranial injury nos no open intracranial wound Age at start of admission The above chart clearly shows the relationship between osteoarthritis and one type of head injury for each age. Also each diagnosis is shown as a percentage (proportion) of cases for each age. What conclusions can you draw from the above chart? Such information can be used to help guide the clinician to a possible diagnosis. Additionally by taking into account other factors a decision support system can be developed. We can use data like this to guide descions regarding the proably diagnosis given certain signs / symptoms and medical history etc. To produce the above chart from the tando1 data file we will need to manipulate the data. This involves producing several SPSS data files ('*.sav' files) and then merging them together to produce the necessary data file. There are several stages and we will work through each one carefully and this hopefully will stop getting lost on the way. C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 2

3 1.1 Specifying the data set required Analysing HES data session three I created the above chart by using the menu option Charts -> line -> multiple, values for individual cases. The dialogue boxes are reproduced below. Seeing what we need to end up with in terms of fields helps plan our data manipulation strategy.. To help further I have also included an extract from the final dataset as well. This will mean little to you at the moment. What you should notice is hat onely two of the above fields are within the tando.sav dataset so you can guess that it will take quite a bit of work to transform our current tando1.sav dataset into the one above. therefore have quite a lot of work to do to get the dataset in the required. We will begin by creating the first and fourth columns in the above diagram, that is obtain the total number of episodes for each age. C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 3

4 1.2 Creating a data file containing all episodes for each age We will begin by producing a file which contains the total number of episodes for each age. We will save this file on floppy disk and call it 'totfage.sav' being short in my mind for 'totals for ages'. We do this by what SPSS calls, aggregating the original data file (Tando1.sav). The exercise below explains how to do this. Aim to create a data file which has the total number of episodes for each age. 1 Make sure you have the 'tando1.sav' dataset open 2 Make sure you have the data window selected (to move to the correct window choose the menu option 'Window' and select the appropriate window). 3 Select the menu option Data -> Aggregate to aggregate the file. You should now be presented with the dialogue box shown opposite 4 Move the 'startage' variable into the 'Break Variables' box. This instructs SPSS to create a new case (record) in the new datafile for each unique age 5 Make sure the 'Number of cases' is chosen 6 Type on the box 'totage' This is my shorthand for 'total no. of records for each age' 7 Select the 'Write a new data file containing only the aggregated variables option 8 Click on the 'File' BUTTON. This will bring up the second dialogue box shown above: 10 Move to a sensible folder to store the file, in the 'File name' box type in 'totfage'. Don't type the quotes 11 Click the 'save' button to return you to the previous, Aggregate data, dialogue box 12 Click the OK button on the 'aggregate data' dialogue box to run the aggregation process. You now need to inspect to results of your work, that is open the new data file you have just created. 1 Choose the menu option file -> open -> data 2 Move to the folder you sorted the file in. 3 Select the 'totfage' data file you have just created. 4 If you are prompted to change any results choose 'No'. You should now be presented with a data window similar to the one opposite. For each start age ('startage' variable) the total number of records in the original file is given in the 'totage' variable. Comparing this data file structure with that which is eventually required we see that we have the first and third columns now. C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 4

5 1.3 Creating a data file containing all episodes for each age for each diagnosis dialogue box to run the aggregation process. diagnosis. 1 Open the Tando1 data file (Menu option file -> open ->Data) We will now create a data file which contains the total number of episodes for each age for each diagnosis. The resulting file, we will call 'totagedn.sav' being short in my mind for 'totals for each age for each diagnosis'. Aim to create a data file which has the total number of episodes for each age for each 2 Select the menu option Data -> Aggregate to aggregate the file 3 Move the 'startage' variable into the 'Break Variables' box. This instructs SPSS to create a new case (record) in the new datafile for each unique age 4 Move the 'diag_1' variable into the 'Break Variables' box. This instructs SPSS to create a new case (record) in the new datafile for each unique diagnosis as well 5 Make sure the Number of cases' is chosen 6 Type on the box 'totagedi' This is my shorthand for 'total no. of records for each age and diagnosis' 7 Select the 'Write a new data file containing only the aggregated variables option 8 Click on the 'File' BUTTON This will bring up the second dialogue box shown above: 10 Move to a sensible folder to store the file, in the 'File name' box type in ' totfdiagn'. Don't type the quotes 11 Click the 'save' button to return you to the previous, Aggregate data, dialogue box 12 Click the OK button on the 'aggregate data' As before when you created an aggregated data file you now need to inspect to results of your work. This is described in the exercise below: 1 Open the 'totfdiagn' data file you have just created (menu option file -> open ). If you are prompted to change any results first choose 'No'. You should then be presented with a data window which shows for each start age ('startage' variable) and each diagnosis the total number of records in the original file in the 'totagedi' variable. 1.4 Merging data files together C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 5

6 We now have three data files: tando1 totfage totfdiagn The original data file A data file containing the number of episodes for each age Analysing HES data session three A data file containing the number of episodes for each diagnosis for each age We will now merge the totfage and totfdiagn data files to get one step closer to the data we require. We do this by what SPSS calls merging the variables from each of the files. 1 Make sure the 'totfdiagn' data file is open if it is not open it now. 2 Choose the menu option Data -> Merge files -> add variables. (Note: don't choose the add cases option). You will then be presented with the dialogue box shown below. 3 Select the option An external SPSS data file and then click on the Browse button 4 Move to the correct folder and then choose the 'totfage' data file be clicking on it to make it highlighted. The name should now appear in the 'file name' box as shown opposite. 5 Click on the continue (may be OK ) button. You will now be presented with the 'Add variables' dialogue box shown below. 6 Select the 'startage' variable in the excluded variables box. It will become highlighted. 7 Click on the box beside 'Match cases on key variables in sorted files'. A tick sign should appear in it. 8 Click on the second option non active dataset is keyed table'. The button should then be grayed (i.e. selected). 9 Move the 'startage' variable into the 'Key variables' box by clicking on the button with the arrow sign on it beside the box. The dialogue box should now look like the one opposite. 10 Click on the OK button C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 6

7 12 The following dialogue box will appear. Because of the way we created the two files we know they are sorted on the relevant field. Therefore click the OK button. 13 IMPORTANT. You must now save the file under a different name. Previous versions of SPSS created a new merged file the current version added the new filed to the current open dataset. We therefore need to save this new dataset immediately with a new name. Select the menu option File -> Save As... Move, if necessary to a suitable folder, and give the new dataset the name diagage, which to me means diagnosis for each age The new dataset looks like this We now have four of the five variables specified in section 1.1 above. After getting this far making sure we have saved all three aggregated datasets is the first priority. Check that you have saved all the datasets. 2. Review At this point we will review what we have done so far in the form of a diagram: Aggregate original file TANDO1.SAV Totals for each age TOTFAGE.SAV Totals for each diagnosis for each age TOTFDIAGN.SAV Combined files DIAGAGE.SAV Although we have only merged two files you can merge large numbers of files together. For example you may have demographic details of subjects in one dataset and several separate datasets for each trial they may have participated in. I would suggest that you now take a break you deserve it! C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 7

8 The following assumes that you have the daigage.sav SPSS datafile open, if you don t open it now 2.1 Analysing the age specific frequency of diagnoses We will begin by looking at the relative frequency of one of the most common diseases in our dataset (see section 3 of the previous handout): 7151 Localised primary osteoarthritis We do this by setting up a filter for diag_1 = "7151-" 1 Choose the menu option Data -> select cases This brings up the 'Select cases' dialogue box 2 Click on the 'If condition is satisfied' option 3 Click on the 'If...' button to bring up the 'Select cases: if' dialogue box show below 4 Type into the box at the top right: diag_1 = "7151-" 5 Click the continue button 6 Click the OK button on the 'Select cases' dialogue box. We will now check our results by drawing a chart, this is the following exercise. 1 Choose the menu option Charts -> line 2 Select the Muliple option 3 Select the 'Values of individual cases' option 4 Click the 'define' button to bring up the next dialogue box 5 Move the 'Totage' variable into the 'Lines Represent' box 6 Move the 'Totagedi' variable into the 'Lines Represent' box 7 Select the 'Categories Labels - variable' by clicking on the option 8 Move the 'Startage' variable into the 'Variable' box 9 Click the OK button to obtain the graph. You should end up with a result similar to that shown below. C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 8

9 Unfortunately the x axis in the above chart is misleading, the x axis being unevenly spaced; to obtain a chart with a more sensible x axis we can use the scatter plot option: 1 Choose the menu option Graphs -> Scatter 2 Choose the 'overlay' option 3 Select the totage variable (it becomes highlighted) 4 Select the startage variable (both variables are now highlighted) 5 Click on the button with the arrow to move them both into the 'Y - X pair' box. You may need to click the Swap pair button so that you end up with totage startage 6 Select the totagedi variable (it becomes highlighted) 7 Select the select the startage variable (both variables are now highlighted) 8 Click on the button with the arrow to move them into the 'Y - X pair' box. Again you may need to click the Swap pair button to end up with totagedi startage The dialogue box should now look like the one below. 9 Click on the OK button to produce the chart shown below. You can now bring up the chart Editer by double clicking on the chart and edit it to produce the desired effect, what you need to do is insert lines between each of the values, called interpolation lines in SPSS. You need to do this for both the sets of points TOTAGEDI STARTAGE TOTAGE STARTAGE Total number for all diagnoses While the chart is useful for seeing the number of episodes for a particular diagnosis and how this roughly relates to the total for each age it would be nice to see the exact proportional value. To be able to do this we need to create a new variable described next. Number for selected diagnosis i.e C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 9

10 2.2 Creating a calculated variable Analysing HES data session three Age What we need to do now is add another variable to the data file representing the proportion of episodes for a particular diagnosis for a particular age. The data file will then be identical to that specified in section 1.1 above. 1 Make sure you have the diagage data file open. If not open it now. 2 Choose the menu option Transform -> compute The dialogue box is shown below. 3 Type in the 'Target Variable' box 'proption'. This stands for proportion in my mind. Don't type the quotes. 4 Type the following into the 'Numeric Expression' box: totagedi / totage These informs SPSS to compute a new variable from the 'totagedi' and 'totage' variables called 'proption'. The new variable takes the value of the 'totagedi' variable for each case divided by the corresponding 'totage' value. 5 Click on the OK button After a few seconds the new variable appears in the data editor window. We now have a data file containing the data in the correct format as specified in section 1.1 With this new variable we can obtain exact values for the proportions of episodes a particular diagnosis accounts for, for any age. This is demonstrated in the next section. Explain the meaning of the new 'proption' variable. C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 10

11 2.3 Investigating the proportions of episodes for a particular diagnosis We will do this by creating several charts. 1 Choose the menu option graphs -> line 2 The 'simple' option should be chosen be default 3 Select the 'Values of individual cases' option 4 Click the 'Define' button to bring up the next dialogue box 5 Move the 'Poption' variable into the 'Line Represents' box 6 Select the 'Categories Labels - variable' by clicking on the option 4 Move the 'Startage' variable into the 'Variable' box 5 Click the OK button to produce the chart shown below. From the graph opposite we can clearly see the peak around the 70 year age where episodes for Localised Primary Osteoarthritis account for nearly a third of all admissions. Optional exercise: Repeat the above exercise using the 'scatter' graph option to produce an appropriately spaced x axis..3.2 Value PROPTION While the above information is of some use it would be nice to compare several diagnoses at once, and this is our next, and final task. STARTAGE C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 11

12 2.4 Viewing several diagnoses at once. Analysing HES data session three This can be done several ways. The way described below has been chosen to demonstrate the use of the 'If' option in SPSS. This allows you to place a set of values for a particular diagnosis in a separate variable. We will compare the proportion of episodes for Ostearthritis (7151) against those for Intracranial injury (8540) for each age. Draw very roughly what you would expect to see on the chart. 1 Remove any filter you have on the data file by choosing the menu option Choose the menu option Data -> Select cases Click on the 'Select all cases' option then Click the OK button. 2 Select the menu option Transform -> Compute 3 Type the new variable name 'd8540' in the 'Target Variable' box This new variable is going to contain only values for those episodes which have a diagnosis of Type or, select and move, the 'proption' variable into the 'Numeric Expression' box 5 Click on the 'if' button lower down in the dialogue box. This will allow you to specify that only those episodes which have a diagnosis of 8540 will be copied into the new variable. 6 The 'Compute Variable: if Cases' dialogue box now appears, as shown below 7 Select the 'Include if cases satisfy condition' option. 8 Type the following into the text box: diag_1 = "8540-" 9 Click the 'continue' button. 10 Click the 'OK' button in the 'compute variable' dialogue box. You should now have a new variable in the data file called 'd8540' which only contains values when the diag_1 is Intracranial injury. C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 12

13 Repeat the above steps to produce another variable which contains only values for diagnosis 7151 by substituting the value 7151 for 8540 in each of the above steps. The picture opposite summerises the steps. You should now have a data file identical to the one below, the two extra calculated fields providing details for the diagnoses we are interested in. We will now produce a graph of the combined results. 1 Choose the menu option Graphs-> Line 2 Select Multiple 3 Select 'values for individual cases' 4 Click the 'Define' button You will now be presented with the following dialogue box. 5 Move the two new variables into the 'Lines Represent' box, as shown above 6 Select the 'Category labels' option 7 Move the 'startage ' variable into the 'Variable' box. 8 Click the OK button 9 You will now be presented with the following graph. C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 13

14 Value D7151 D8540 Unfortunately the points have not been jointed up for you. To do this you need to edit the chart and unselect the 'Break line at missing' which is a menu item in the 'Format' menu (Note: this may be different for version 6 of SPSS). The final result should look like something like the chart below STARTAGE Because we used the Line type graph the X axis is rather misleading for example the sharp rise where the chart indicates 88 is actually the set of values for the under one year olds (the 7001 etc. Age values, see the previous handout for details). It would have been more appropriate to use the scatter chart, with the age filter, with the overlay option described earlier in this handout. This is left as a final exercise for you to do. Clearly you can add as many diagnoses as you want to the charts to provide interesting comparisons. Value STARTAGE D7151 D8540 Common problem Blank Graphs! C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 14

15 3. Optional exercise 1 Produce a scatter chart with the overlay option of the above data. Hint 1: You need to apply the filter to exclude those startage values above 7000 first. Hint 2. When in the 'Overlay Scatterplot' dialogue box you need to click on the 'Options' button to set the 'Missing values' option to 'Exclude cases variable by variable'. Otherwise you will end up with a blank chart. The final result, with some additional editing is given opposite Select several diagnoses, from the list provided in the session two handout, Section 3, and repeat the exercise localised primary osteoarthritis 8540 intracranial injury nos no open intracranial wound 3 Re-run the aggregate commands to find out the proportion of deaths for each diagnosis regardless of age. 4 Re-run the aggregate commands to find out the proportion of deaths for each diagnosis for each age. C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 15

16 4. Appendix A similar result to some of the charts produced during this session could have been created directly from the original Tando1 data file DIAG_1 Count STARTAGE The chart abve was produced by: 1 Setting a filter to: (diag_1 = "8540-" or diag_1 = "7151-") and startage < Selecting the menu option Graphs -> line and the 'multiple' and 'Summaries for groups of cases' option. 3 Clicking on the defin button produces the dialogue box below. Set up the options as indicated. Note that the '% of cases' option is chossen. Finally click the OK button. End of handout. C:\HIcourseweb new\hes\ses3\hes_ses3.doc Robin Beaumont robin@organplayers.co.uk page 16

Introduction to Health Informatics

Introduction to Health Informatics Introduction to Health Informatics Introduction to Hospital Episode Statistics (HES) Session 3 - Looking at several diagnoses for each age - Merging data files Date: 21/08/07 16:37:09 Written by: Robin

More information

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS.

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS. 1 SPSS 11.5 for Windows Introductory Assignment Material covered: Opening an existing SPSS data file, creating new data files, generating frequency distributions and descriptive statistics, obtaining printouts

More information

General Guidelines: SAS Analyst

General Guidelines: SAS Analyst General Guidelines: SAS Analyst The Analyst application is a data analysis tool in SAS for Windows (version 7 and later) that provides easy access to basic statistical analyses using a point-and-click

More information

Stata: A Brief Introduction Biostatistics

Stata: A Brief Introduction Biostatistics Stata: A Brief Introduction Biostatistics 140.621 2005-2006 1. Statistical Packages There are many statistical packages (Stata, SPSS, SAS, Splus, etc.) Statistical packages can be used for Analysis Data

More information

Quick introduction to descriptive statistics and graphs in. R Commander. Written by: Robin Beaumont

Quick introduction to descriptive statistics and graphs in. R Commander. Written by: Robin Beaumont Quick introduction to descriptive statistics and graphs in R Commander Written by: Robin Beaumont e-mail: robin@organplayers.co.uk http://www.robin-beaumont.co.uk/virtualclassroom/stats/course1.html Date

More information

Creating a data file and entering data

Creating a data file and entering data 4 Creating a data file and entering data There are a number of stages in the process of setting up a data file and analysing the data. The flow chart shown on the next page outlines the main steps that

More information

How to Make Graphs with Excel 2007

How to Make Graphs with Excel 2007 Appendix A How to Make Graphs with Excel 2007 A.1 Introduction This is a quick-and-dirty tutorial to teach you the basics of graph creation and formatting in Microsoft Excel. Many of the tasks that you

More information

AODstats. Guide to using the Victorian data maps. Powered by StatPlanet

AODstats. Guide to using the Victorian data maps. Powered by StatPlanet AODstats Guide to using the Victorian data maps Powered by StatPlanet Contents Quick start guide Interface: Start page Main page Indicator selector panel Indicator details Indicator search box Graph panel

More information

Microsoft Word 2010 Intermediate

Microsoft Word 2010 Intermediate Microsoft Word 2010 Intermediate Agenda 1. Welcome, Introduction, Sign-in 2. Presentation 3. a. Advanced Formatting i. Review: Use Select All to change alignment, font style, spacing ii. Headers and Footers

More information

PICS Form & Survey Managers Version 14.xx Document Version: 2.04 Release Date: 13/01/16

PICS Form & Survey Managers Version 14.xx Document Version: 2.04 Release Date: 13/01/16 PICS Form & Survey Managers Version 14.xx Document Version: 2.04 Release Date: 13/01/16 SECTION 1. INTRODUCTION CONTENTS SECTION 1. INTRODUCTION... 1 About PICS form & survey managers... 2 What do I need

More information

Select Cases. Select Cases GRAPHS. The Select Cases command excludes from further. selection criteria. Select Use filter variables

Select Cases. Select Cases GRAPHS. The Select Cases command excludes from further. selection criteria. Select Use filter variables Select Cases GRAPHS The Select Cases command excludes from further analysis all those cases that do not meet specified selection criteria. Select Cases For a subset of the datafile, use Select Cases. In

More information

Hidden Gems for Avatar Champions May 15, Title. Subtitle

Hidden Gems for Avatar Champions May 15, Title. Subtitle Hidden Gems for Avatar Champions May 15, 2017 Title Subtitle 1 Purpose As a token of our appreciation for your participation as an Avatar Champion, we are pleased to share with you hidden gems, helpful

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

3 Graphical Displays of Data

3 Graphical Displays of Data 3 Graphical Displays of Data Reading: SW Chapter 2, Sections 1-6 Summarizing and Displaying Qualitative Data The data below are from a study of thyroid cancer, using NMTR data. The investigators looked

More information

Chapter 2 The SAS Environment

Chapter 2 The SAS Environment Chapter 2 The SAS Environment Abstract In this chapter, we begin to become familiar with the basic SAS working environment. We introduce the basic 3-screen layout, how to navigate the SAS Explorer window,

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

2016 SPSS Workshop UBC Research Commons

2016 SPSS Workshop UBC Research Commons " 2016 SPSS Workshop #2 @ UBC Research Commons Part 1: Data Management The Select Cases Command Menu: Data Select Cases 1. Option 1- randomly selecting cases Select Random sample of cases, click on Sample,

More information

IBMSPSSSTATL1P: IBM SPSS Statistics Level 1

IBMSPSSSTATL1P: IBM SPSS Statistics Level 1 SPSS IBMSPSSSTATL1P IBMSPSSSTATL1P: IBM SPSS Statistics Level 1 Version: 4.4 QUESTION NO: 1 Which statement concerning IBM SPSS Statistics application windows is correct? A. At least one Data Editor window

More information

INTRODUCTION TO SPSS OUTLINE 6/17/2013. Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN Phone:

INTRODUCTION TO SPSS OUTLINE 6/17/2013. Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN Phone: INTRODUCTION TO SPSS Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN-0-024 Phone: 89287269 E-mail: mujibur@uniten.edu.my OUTLINE About the four-windows in SPSS The basics of managing data files The basic

More information

STATA 13 INTRODUCTION

STATA 13 INTRODUCTION STATA 13 INTRODUCTION Catherine McGowan & Elaine Williamson LONDON SCHOOL OF HYGIENE & TROPICAL MEDICINE DECEMBER 2013 0 CONTENTS INTRODUCTION... 1 Versions of STATA... 1 OPENING STATA... 1 THE STATA

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

SPSS 11.5 for Windows Assignment 2

SPSS 11.5 for Windows Assignment 2 1 SPSS 11.5 for Windows Assignment 2 Material covered: Generating frequency distributions and descriptive statistics, converting raw scores to standard scores, creating variables using the Compute option,

More information

Excel Manual X Axis Labels Below Chart 2010

Excel Manual X Axis Labels Below Chart 2010 Excel Manual X Axis Labels Below Chart 2010 When the X-axis is crowded with labels one way to solve the problem is to split the labels for to use two rows of labels enter the two rows of X-axis labels

More information

SPSS Information Sheet 2 Entering Data from a File; Making Charts

SPSS Information Sheet 2 Entering Data from a File; Making Charts SPSS Information Sheet 2 Entering Data from a File; Making Charts The first task in using any statistics package is getting a data set for analysis entered into the package on your computer. That is the

More information

1. Basic Steps for Data Analysis Data Editor. 2.4.To create a new SPSS file

1. Basic Steps for Data Analysis Data Editor. 2.4.To create a new SPSS file 1 SPSS Guide 2009 Content 1. Basic Steps for Data Analysis. 3 2. Data Editor. 2.4.To create a new SPSS file 3 4 3. Data Analysis/ Frequencies. 5 4. Recoding the variable into classes.. 5 5. Data Analysis/

More information

STAT 113: R/RStudio Intro

STAT 113: R/RStudio Intro STAT 113: R/RStudio Intro Colin Reimer Dawson Last Revised September 1, 2017 1 Starting R/RStudio There are two ways you can run the software we will be using for labs, R and RStudio. Option 1 is to log

More information

3 Graphical Displays of Data

3 Graphical Displays of Data 3 Graphical Displays of Data Reading: SW Chapter 2, Sections 1-6 Summarizing and Displaying Qualitative Data The data below are from a study of thyroid cancer, using NMTR data. The investigators looked

More information

Session 3: Cartography in ArcGIS. Mapping population data

Session 3: Cartography in ArcGIS. Mapping population data Exercise 3: Cartography in ArcGIS Mapping population data Background GIS is well known for its ability to produce high quality maps. ArcGIS provides useful tools that allow you to do this. It is important

More information

SHOW ME THE NUMBERS: DESIGNING YOUR OWN DATA VISUALIZATIONS PEPFAR Applied Learning Summit September 2017 A. Chafetz

SHOW ME THE NUMBERS: DESIGNING YOUR OWN DATA VISUALIZATIONS PEPFAR Applied Learning Summit September 2017 A. Chafetz SHOW ME THE NUMBERS: DESIGNING YOUR OWN DATA VISUALIZATIONS PEPFAR Applied Learning Summit September 2017 A. Chafetz Overview In order to prepare for the upcoming POART, you need to look into testing as

More information

The QuickCalc BASIC User Interface

The QuickCalc BASIC User Interface The QuickCalc BASIC User Interface Running programs in the Windows Graphic User Interface (GUI) mode. The GUI mode is far superior to running in the CONSOLE mode. The most-used functions are on buttons,

More information

1 Introduction: What is a Best Practice Tariff 3

1 Introduction: What is a Best Practice Tariff 3 Contents 1 Introduction: What is a Best Practice Tariff 3 1.1 Technical details regrinding the BPTs can be found in the National Tariff, Annex B, which we would recommend is read in conjunction with this

More information

Lecture 3: Linear Classification

Lecture 3: Linear Classification Lecture 3: Linear Classification Roger Grosse 1 Introduction Last week, we saw an example of a learning task called regression. There, the goal was to predict a scalar-valued target from a set of features.

More information

BIOSTATISTICS LABORATORY PART 1: INTRODUCTION TO DATA ANALYIS WITH STATA: EXPLORING AND SUMMARIZING DATA

BIOSTATISTICS LABORATORY PART 1: INTRODUCTION TO DATA ANALYIS WITH STATA: EXPLORING AND SUMMARIZING DATA BIOSTATISTICS LABORATORY PART 1: INTRODUCTION TO DATA ANALYIS WITH STATA: EXPLORING AND SUMMARIZING DATA Learning objectives: Getting data ready for analysis: 1) Learn several methods of exploring the

More information

Stamina Software Pty Ltd. TRAINING MANUAL Viságe BIT VIEWER

Stamina Software Pty Ltd. TRAINING MANUAL Viságe BIT VIEWER Stamina Software Pty Ltd TRAINING MANUAL Viságe BIT VIEWER Version: 3 31 st October 2011 Viságe BIT Viewer TABLE OF CONTENTS VISÁGE BIT VIEWER... 2 ELEMENTS OF THE VISÁGE BIT VIEWER SCREEN... 3 TITLE...

More information

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas.

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. GIS LAB 1 Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. ArcGIS offers some advantages for novice users. The graphical user interface is similar to many Windows packages

More information

Chemistry 30 Tips for Creating Graphs using Microsoft Excel

Chemistry 30 Tips for Creating Graphs using Microsoft Excel Chemistry 30 Tips for Creating Graphs using Microsoft Excel Graphing is an important skill to learn in the science classroom. Students should be encouraged to use spreadsheet programs to create graphs.

More information

User Services Spring 2008 OBJECTIVES Introduction Getting Help Instructors

User Services Spring 2008 OBJECTIVES  Introduction Getting Help  Instructors User Services Spring 2008 OBJECTIVES Use the Data Editor of SPSS 15.0 to to import data. Recode existing variables and compute new variables Use SPSS utilities and options Conduct basic statistical tests.

More information

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction In this exercise, we will learn how to reorganize and reformat a data

More information

Maximizing Statistical Interactions Part II: Database Issues Provided by: The Biostatistics Collaboration Center (BCC) at Northwestern University

Maximizing Statistical Interactions Part II: Database Issues Provided by: The Biostatistics Collaboration Center (BCC) at Northwestern University Maximizing Statistical Interactions Part II: Database Issues Provided by: The Biostatistics Collaboration Center (BCC) at Northwestern University While your data tables or spreadsheets may look good to

More information

CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL

CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL This document is for those who already know the basics of spreadsheets and have worked with either Excel for Windows or Excel for Macintosh.

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

SAMLab Tip Sheet #5 Creating Graphs

SAMLab Tip Sheet #5 Creating Graphs Creating Graphs The purpose of this tip sheet is to provide a basic demonstration of how to create graphs with Excel. Excel can generate a wide variety of graphs, but we will use only two as primary examples.

More information

Introduction (SPSS) Opening SPSS Start All Programs SPSS Inc SPSS 21. SPSS Menus

Introduction (SPSS) Opening SPSS Start All Programs SPSS Inc SPSS 21. SPSS Menus Introduction (SPSS) SPSS is the acronym of Statistical Package for the Social Sciences. SPSS is one of the most popular statistical packages which can perform highly complex data manipulation and analysis

More information

Analysing crime data in Maps for Office and ArcGIS Online

Analysing crime data in Maps for Office and ArcGIS Online Analysing crime data in Maps for Office and ArcGIS Online For non-commercial use only by schools and universities Esri UK GIS for School Programme www.esriuk.com/schools Introduction ArcGIS Online is a

More information

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example This exercise is a follow-up to the MPA admissions example used in the Excel Workshop. This document contains detailed solutions

More information

v Overview SMS Tutorials Prerequisites Requirements Time Objectives

v Overview SMS Tutorials Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

Your Name: Section: INTRODUCTION TO STATISTICAL REASONING Computer Lab #4 Scatterplots and Regression

Your Name: Section: INTRODUCTION TO STATISTICAL REASONING Computer Lab #4 Scatterplots and Regression Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab #4 Scatterplots and Regression Objectives: 1. To learn how to interpret scatterplots. Specifically you will investigate, using

More information

RenameMan User Guide. ExtraBit Software

RenameMan User Guide. ExtraBit Software RenameMan User Guide ExtraBit Software http://www.extrabit.com Version 3.1 August, 2005 Contents Introduction... 5 What does RenameMan do?... 5 Features... 5 Quick tour of RenameMan... 5 Getting started...

More information

Making Science Graphs and Interpreting Data

Making Science Graphs and Interpreting Data Making Science Graphs and Interpreting Data Eye Opener: 5 mins What do you see? What do you think? Look up terms you don t know What do Graphs Tell You? A graph is a way of expressing a relationship between

More information

DO EVEN MORE WITH TABLEAU. At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products.

DO EVEN MORE WITH TABLEAU. At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products. DO EVEN MORE WITH TABLEAU At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products. WHAT WE DO WE PLAN, DESIGN AND BUILD SOLUTIONS WITH TABLEAU TECHNOLOGY.

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

EHR Go Guide: The Problems Tab

EHR Go Guide: The Problems Tab EHR Go Guide: The Problems Tab Introduction The Problems tab in the EHR is where the patient s problems, procedures, and diagnosis are documented and can provide a quick summary of the patient s history

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

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Surfing the Web Student Response

Surfing the Web Student Response Surfing the Web Student Response CT.B.1.4.1 The student uses efficient search methods to locate information. Name: Date: Locate the Websites for the following information and give the complete URL address.

More information

(Refer Slide Time: 01.26)

(Refer Slide Time: 01.26) Data Structures and Algorithms Dr. Naveen Garg Department of Computer Science and Engineering Indian Institute of Technology, Delhi Lecture # 22 Why Sorting? Today we are going to be looking at sorting.

More information

Introduction to Modeling with Simile

Introduction to Modeling with Simile Introduction to Modeling with Simile This is an introduction to using Simile for building and analysing a model. Simile is a visual modeling tool. It allows you to draw a conceptual model diagram, and

More information

MotelMate. Demo guide. Motel Managment Software from Skagerrak Software. Thank you for trying MotelMate!

MotelMate. Demo guide. Motel Managment Software from Skagerrak Software. Thank you for trying MotelMate! MotelMate Motel Managment Software from Skagerrak Software Demo guide Installing and Opening the Demo. To install the Motel Mate Demo on Windows or Mac: 1. Insert the demo disk into the CD drive. 2. Open

More information

COM Design & Photography Using PhotoShelter

COM Design & Photography Using PhotoShelter COM Design & Photography Using PhotoShelter The College of Medicine uses PhotoShelter to archive more than 50,000 images that are available free for use by the academic medical center community. To get

More information

Common Information Management Problems which can be solved with the use of Information Technology (IT) by Robin Beaumont. Monday, 01 May 2000

Common Information Management Problems which can be solved with the use of Information Technology (IT) by Robin Beaumont. Monday, 01 May 2000 Common Information Management Problems which can be solved with the use of Information Technology (IT) by Robin Beaumont e-mail: robin@robinbt2.free-online.co.uk Monday, 01 May 2000 Contents 1. INTRODUCTION...

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

PowerPoint 2013 Intermediate. PowerPoint 2013 Intermediate SAMPLE

PowerPoint 2013 Intermediate. PowerPoint 2013 Intermediate SAMPLE PowerPoint 2013 Intermediate PowerPoint 2013 Intermediate PowerPoint 2013 Intermediate Page 2 2013 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

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

An introduction to SPSS

An introduction to SPSS An introduction to SPSS To open the SPSS software using U of Iowa Virtual Desktop... Go to https://virtualdesktop.uiowa.edu and choose SPSS 24. Contents NOTE: Save data files in a drive that is accessible

More information

NVivo: 11Pro. Essentials for Getting Started Qualitative Data Analysis

NVivo: 11Pro. Essentials for Getting Started Qualitative Data Analysis NVivo: 11Pro Essentials for Getting Started Qualitative Data Analysis Course objectives: Making content into data Create a Project Working with Documents and Datasets Understand coding nodes and cases

More information

Chapter 4 Dealing with Data SPSS Tutorial

Chapter 4 Dealing with Data SPSS Tutorial Chapter 4 Dealing with Data SPSS Tutorial 1. Visit the student website at for this textbook at www.clowjames.net/students. 2. Download the following file: Chapter 04 Dealing with Data.sav (SPSS file) 3.

More information

ECDL Module 6 REFERENCE MANUAL

ECDL Module 6 REFERENCE MANUAL ECDL Module 6 REFERENCE MANUAL Presentation Microsoft PowerPoint XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 6 (USING POWERPOINT XP) - MANUAL 6.1 GETTING STARTED... 4 6.1.1 FIRST STEPS WITH

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Chapter 2: Clients, charts of accounts, and bank accounts

Chapter 2: Clients, charts of accounts, and bank accounts Chapter 2: Clients, charts of accounts, and bank accounts Most operations in BankLink Practice are client specific. These include all work on coding transactions, reporting, and maintaining chart of accounts

More information

McKinney ISD Home Access Center User Assistance Secondary Home Access Center User Assistance

McKinney ISD Home Access Center User Assistance Secondary Home Access Center User Assistance McKinney ISD Home Access Center User Assistance Secondary Home Access Center User Assistance Using Home Access Center Home Access Center Menu View another student Attendance Month View Page Change months

More information

User Manual. Home Access Center User Assistance

User Manual. Home Access Center User Assistance User Assistance User Manual Using Menu View another student Attendance Month View Page Change months View attendance details Calendar Page Customize calendar information Change calendar views Classwork

More information

How to use Excel Spreadsheets for Graphing

How to use Excel Spreadsheets for Graphing How to use Excel Spreadsheets for Graphing 1. Click on the Excel Program on the Desktop 2. You will notice that a screen similar to the above screen comes up. A spreadsheet is divided into Columns (A,

More information

You are to turn in the following three graphs at the beginning of class on Wednesday, January 21.

You are to turn in the following three graphs at the beginning of class on Wednesday, January 21. Computer Tools for Data Analysis & Presentation Graphs All public machines on campus are now equipped with Word 2010 and Excel 2010. Although fancier graphical and statistical analysis programs exist,

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

What s New in Spotfire DXP 1.1. Spotfire Product Management January 2007

What s New in Spotfire DXP 1.1. Spotfire Product Management January 2007 What s New in Spotfire DXP 1.1 Spotfire Product Management January 2007 Spotfire DXP Version 1.1 This document highlights the new capabilities planned for release in version 1.1 of Spotfire DXP. In this

More information

HOUR 12. Adding a Chart

HOUR 12. Adding a Chart HOUR 12 Adding a Chart The highlights of this hour are as follows: Reasons for using a chart The chart elements The chart types How to create charts with the Chart Wizard How to work with charts How to

More information

Setup Mount the //geobase/geo4315 server and add a new Lab2 folder in your user folder.

Setup Mount the //geobase/geo4315 server and add a new Lab2 folder in your user folder. L AB 2 L AB M2 ICROSOFT E XCEL O FFICE W ORD, E XCEL & POWERP OINT XCEL & P For this lab, you will practice importing datasets into an Excel worksheet using different types of formatting. First, you will

More information

Brief Guide on Using SPSS 10.0

Brief Guide on Using SPSS 10.0 Brief Guide on Using SPSS 10.0 (Use student data, 22 cases, studentp.dat in Dr. Chang s Data Directory Page) (Page address: http://www.cis.ysu.edu/~chang/stat/) I. Processing File and Data To open a new

More information

Sample some Pi Monte. Introduction. Creating the Simulation. Answers & Teacher Notes

Sample some Pi Monte. Introduction. Creating the Simulation. Answers & Teacher Notes Sample some Pi Monte Answers & Teacher Notes 7 8 9 10 11 12 TI-Nspire Investigation Student 45 min Introduction The Monte-Carlo technique uses probability to model or forecast scenarios. In this activity

More information

Introduction to Flash - Creating a Motion Tween

Introduction to Flash - Creating a Motion Tween Introduction to Flash - Creating a Motion Tween This tutorial will show you how to create basic motion with Flash, referred to as a motion tween. Download the files to see working examples or start by

More information

CS130/230 Lecture 6 Introduction to StatView

CS130/230 Lecture 6 Introduction to StatView Thursday, January 15, 2004 Intro to StatView CS130/230 Lecture 6 Introduction to StatView StatView is a statistical analysis program that allows: o Data management in a spreadsheet-like format o Graphs

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

Dear Race Promoter: Sincerely, John M Dains Impact Software Group, Inc.

Dear Race Promoter: Sincerely, John M Dains Impact Software Group, Inc. Dear Race Promoter: Thank you for your interest in Trackside. We are proud to present to you. If you have any questions about how the software works and can not resolve your problems using this manual,

More information

Making use of other Applications

Making use of other Applications AppGameKit 2 Collision Using Arrays Making use of other Applications Although we need game software to help makes games for modern devices, we should not exclude the use of other applications to aid the

More information

Outpatient Quality Reporting Program

Outpatient Quality Reporting Program CMS Abstraction & Reporting Tool (CART): Knowing the Basics Presentation Transcript Moderator: Karen VanBourgondien, BSN, RN Education Coordinator, Hospital Outpatient Quality Reporting (OQR) Program Speaker(s):

More information

Excel 2. Module 3 Advanced Charts

Excel 2. Module 3 Advanced Charts Excel 2 Module 3 Advanced Charts Revised 1/1/17 People s Resource Center Module Overview This module is part of the Excel 2 course which is for advancing your knowledge of Excel. During this lesson we

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide

Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide Paper 809-2017 Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide ABSTRACT Marje Fecht, Prowerk Consulting Whether you have been programming in SAS for years, are new to

More information

Module 4: Creating Content Lesson 4: Creating Charts Learn

Module 4: Creating Content Lesson 4: Creating Charts Learn Module 4: Creating Content Lesson 4: Creating Charts Learn Welcome to Module 4, Lesson 4. In this lesson, you will learn how to create, edit, and save new charts based on your uploaded data using InfoAssist+.

More information

Comprehensive Guide to Using Effectively JW Library

Comprehensive Guide to Using Effectively JW Library Comprehensive Guide to Using Effectively JW Library 1 This is a Multi-Page Document showing the many Features of the JW Library App for Windows 10. It also documents many of the settings and a How To for

More information

COMP : Practical 6 Buttons and First Script Instructions

COMP : Practical 6 Buttons and First Script Instructions COMP126-2006: Practical 6 Buttons and First Script Instructions In Flash, we are able to create movies. However, the Flash idea of movie is not quite the usual one. A normal movie is (technically) a series

More information

Making Tables and Graphs with Excel. The Basics

Making Tables and Graphs with Excel. The Basics Making Tables and Graphs with Excel The Basics Where do my IV and DV go? Just like you would create a data table on paper, your IV goes in the leftmost column and your DV goes to the right of the IV Enter

More information

1. To add a diagnosis, click Diagnosis & Problems in the Menu column within the patient chart.

1. To add a diagnosis, click Diagnosis & Problems in the Menu column within the patient chart. 1 of 15 DIAGNOSIS & PROBLEMS Add and Remove a Diagnosis Add a Diagnosis 1. To add a diagnosis, click Diagnosis & Problems in the Menu column within the patient chart. 2. Click Add. NOTE: If the patient

More information

Volume Profile Indicator Pro Version

Volume Profile Indicator Pro Version Volume Profile Indicator Pro Version Introduction... 2 Getting Started... 3 Choose your chart history... 3 Selecting Volume Profile and Volume Profile Filter in Chart Indicator window... 3 Overview of

More information

STAT 213: R/RStudio Intro

STAT 213: R/RStudio Intro STAT 213: R/RStudio Intro Colin Reimer Dawson Last Revised February 10, 2016 1 Starting R/RStudio Skip to the section below that is relevant to your choice of implementation. Installing R and RStudio Locally

More information

Choropleth Mapping with GIS

Choropleth Mapping with GIS Choropleth Mapping with GIS In this lab you will be making 4 choropleth maps of the data you downloaded and processed last week. You will make your maps in ArcGIS using three different methods of classing

More information

Orientation Assignment for Statistics Software (nothing to hand in) Mary Parker,

Orientation Assignment for Statistics Software (nothing to hand in) Mary Parker, Orientation to MINITAB, Mary Parker, mparker@austincc.edu. Last updated 1/3/10. page 1 of Orientation Assignment for Statistics Software (nothing to hand in) Mary Parker, mparker@austincc.edu When you

More information

Veco User Guides. Grids, Views, and Grid Reports

Veco User Guides. Grids, Views, and Grid Reports Veco User Guides Grids, Views, and Grid Reports Introduction A Grid is defined as being a list of data records presented to the user. A grid is shown generally when an option is selected from the Tree

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

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