BIOLOGY 458 LAB 1 - AN INTRODUCTION TO SPSS AND R INTRODUCTION

Size: px
Start display at page:

Download "BIOLOGY 458 LAB 1 - AN INTRODUCTION TO SPSS AND R INTRODUCTION"

Transcription

1 BIOLOGY 458 LAB 1 - AN INTRODUCTION TO P AND R INTRODUCTION This course was originally designed to use the statistical software P as a computational aid. With the advent of the comprehensive open source package R, I have attempted to provide additional instruction to permit those inclined to use R. The sole advantage to R is that it is free and available on all platforms (Windows, MAC, and Linux). If you learn to use R, you can easily port that knowledge to other Universities or into business or industry, whereas you might find access to P limited when you move elsewhere. The disadvantage to R is that it is a largely command-line oriented package written by experts, predominantly for experts. To obtain R, go to You will need to first choose your CRAN mirror, then you can download the binaries of R for the operating system you plan to use. Follow the instructions to install R on your computer. Besides the base level R package, there are many user contributed additional modules for R. As the labs progress I will advise you on additional modules to download and install, and how to do so. As for a manual on R, my advice is to use Google to find advice on R. The internal R documentation is marginally helpful. o what follows here for each lab exercise will be instruction for use of P, and then at the end of each lab section additional advice on how to obtain the necessary functionality in R to complete the lab exercise. I will try to demonstrate both P and R during the class period, and additionally during the in class lab period P (statistical package for the social sciences) is one of many statistical software packages available today. It is widely used by scientists and social scientists since it is a comprehensive package of numerous procedures for data analysis and interpretation. Mainframe, PC, and MAC versions of P are available. Throughout this course, we will be learning how to use the PC or MAC versions of this program. P is a menu driven "point and click" software package. When you first enter P, the screen you will see is called the Data Editor Window.

2 A "toolbar" with pull-down menus for various commands is found at the top of the Data Editor Window. On the right-hand end of the toolbar in the Data Editor Window is the Help Menu. Like most other software packages P offers extensive explanatory information. In addition to the encyclopedic list of help topics which may be accessed from the Topics command in the Help Menu, P also offers a Tutorial, and a tatistics Coach which are both accessed from the Help Menu. The Tutorial is an interactive introduction to numerous aspects of using P. It may be entered at a number of different points, so it is useful anytime you are attempting to use P in a novel way. The tatistics Coach is also an interactive guide to data analysis and interpretation. P asks you a series of questions and your answers lead the P tatistics Coach to recommend what procedures to apply to answer the question you pose for the data you have. Point To Remember: While P offers an amazing array of options for data transformation, analysis, graphing, and output, a only a small number of commands need to be mastered to find P useful immediately. I personally do not know all the bells and whistles of P, particularly the Windows based interface since I have used

3 mainframe and DO versions of P for many years. I learn more as I need to use P in new ways. Feel free to explore this program as much as you like! Editorial Note: I have attempted to put the names of the various Menus in P in bold and italic and the specific Commands available in a menu in bold and underline. GETTING TARTED I have found the File, Transform, tatistics, Graphs and Help Menus to be those that I use most frequently in P. The five main steps in an P session are Enter the Data Transforming Data Values Analyzing Data Graphing Data Examining, Printing, and aving Results Opening or Reading Data Files Data Entry Normally, the first item of business in any P session is to open a data file, read in a data file, or to type in your data directly into the Table in the Data Editor Window. Data files may be "opened" using the OPEN command if they are P files with the extension (.sav) or using the OPEN DATABAE command if they are spreadsheet files. They are read in using the READ TEXT DATA command if they are ACII, Text or DO files. The commands Open, OPEN DATABAE, and READ TEXT DATA are found in the File Menu. I have had less success opening Excel spreadsheet files using the instructions provided in the Help Menu, than I had transferring data into P from Excel spreadsheets by highlighting the data I wanted to transfer, copying it to the clipboard, and pasting it into P. The data can then be saved as an P file for future analysis.

4 Typing Data into the P Data Editor Window You can enter your data directly into the Table in the P Data Editor Window. Each line in the Table represents a different experimental subject and each column a different variable. You can use integer codes to represent particular treatment levels. Variable names can be entered into the Table by double-clicking the left mouse button on the variable name box at the top of a column and typing in a name in the appropriate subwindow. Defining Missing Values Often we are unable to collect some data on particular experimental subjects. When this occurs, we usually enter some value into the data file to hold the place of this "missing observation." The value could be a set of blank spaces or a numeric value that is easy to distinguish from the actual observations. For example, one might enter the value "-1" for data on species diversity. ince species diversity must always be a positive real number, missing observations assigned the value "-1" are easy to distinguish from actual observations. In P in the DATA EDITOR WINDOW, click on the command VARIABLE VIEW tab at the bottom of the window to see the options for defining the attributes of each of your variables. Note that one option is to define the value you use to indicate a missing value.

5 electing ubsets of the Data for Analysis ometimes we wish to only select a subset of the experimental subjects or to select a subset of the data from the entire range of values a particular variable may cover. For example, if we have data in which one column of the data file contains integer codes for sex with 1 indicating male and 2 indicating female, we may wish to perform an analysis or graph the data for females only. In the Data Menu, click on the command elect Cases. Transforming Data Values P offers a number of options for transforming data values. However, I have found that the Compute and Recode commands under the Transform Menu are the ones I use most often.

6 Compute - The Compute command allows you to perform a wide variety of numerical transformations to your data. imply click on the Compute command, enter the name of the new variable you wish to create in the Target Variable sub-window, click on the name of an existing variable and the right arrow button to move that variable to the Numeric Expression sub-window, and then use the calculator like keypad or the Functions sub-window and button to construct your data transformation as an equation. Click on OK to have the transformation performed. P will transform the data according to the equation you entered, and place the new variable in the next empty column in the data file or Table. Recode - The Recode command is useful as a means of redefining data values for the purpose of aggregating data from different categories or for replacing data values coded in ways that P does not like. For example, if we had an additional variable in our data file that categorized animals into age categories, with 1 indicating infants, 2 indicating juveniles, 3 indicating sub-adults, 4 indicating sexually active adults, and 5 indicating non-sexually active adults, we might wish to perform an analysis that lumps all adult and sub-adult categories into just adults and non-adults. The Recode command would allow us to redefine values of the variable age to achieve this result. imply click on the Transform Menu and the command Recode. Note that one can recode the existing data, that is, place the recoded values in the age column of the data file in place of the old codes, or create a new variable in the next empty column of the data file or Table, with the recoded values as a newly created variable. I tend to do the latter, since I often screw-up the recoding and need to repeat the process several times before I achieve my desired recoding. Again the exact process is a mouse and button clicking helluva good time. Analyzing Data In P 10.0 the Analyze Menu is where one finds all the procedures in P for the analysis of data. The commands Descriptives and Custom Tables are used to

7 compute various summary statistics, such as means, variances, standard deviations, standard errors, skewness, kurtosis, and others for particular variables for all your data or for subsets of your data. Under Descriptives, the option Explore is particularly useful. The arrows on the right side of the Analyze menu indicate that more options are available by following the arrow with the mouse and cursor. The commands Compare Means, General Linear Model, and Nonparametric Tests are used for most analyses in which the responses of subjects to a variety of experimental treatments or other categorical conditions are contrasted. The commands Correlation and Regression are used when examining the relationships between two or more continuous variables observed on each subject. These are the primary commands concerned with data analysis that we will use during this course. Graphing Data P provides a variety of ways to graph your data for visual presentations mostly from the Graphs Menu, and considerable ability to edit and customize your graphs to suit your specific needs. Many of the procedures accessed from the Analyze Menu also have the option of generating graphs. You can save graphs to a disk file or print them out.

8 Examining, Printing, and aving Results The results of the application of any of the statistical procedures or graphing procedures from the Analyze or Graphs Menus appear in the P Output Navigator Window. The Output Navigator Window is divided into two parts. The left side of this window is an Output Tree which guides you through the various parts of your results. It may include a log of all P commands that were executed in the P Log. The results of each procedure executed and subsets of those results are also shown in the output tree as seen in the example below for the command Graph - catter. One may access various parts of the output by double clicking on the icons in this tree, and one may suppress display of parts of the output by double clicking on an icon. An open book icon means the output is displayed and a closed book means it is not. A scroll bar is provided to allow you to move up and down the Output Tree. The right side of the Output Navigator Window shows you the actual results of the data analysis or graphing procedure you have executed. You may use the scroll bar at the right side of this window to move up and down in the output. In addition, you can edit items in the output window such as captions on graphs and axis labels, or enter additional text or notes. These kinds of procedures are accomplished by clicking directly on the objects in the output window, by using commands in the Edit Menu, or by clicking on particular icons in the toolbar.

9 After generating output you may save it to a disk file or send it to a printer. These tasks are accomplished from the Output Navigator Window using commands on the File Menu. A Point to Remember: All of this will become clearer as you use trial and error to get accustomed to P and its user interface. GETTING DOWN TO BUINE As a brief introduction to using P, complete the following exercise during the lab period. But, feel free to play with P to get accustomed to its capabilities and its user interface. Feel free to use you own data to continue your exploration of P, either during the lab period or in the public access labs at other times. LAB EXERCIE The following lab exercise is intended to allow you to become familiar with the P Menu/Help system and to create analyze some real data. You will learn how the commands function using the on-line Menu/Help system. A few words about the data set:

10 The data for this week's lab come straight from some male-male competition work that a former student collected for a species of crab spider, Miseumna formosipes (Family: Thomisidae). It is in the file malrank, of which you will need to obtain a copy. The file contains data on specific spider males including: their code number (Column 1), carapace width in mm (Column 2), tibia length mm (Column 3), body length mm (Column 4), and weight in mg (Column 5). Another important feature of the data file is that weights for some the spiders were not recorded. In order for P to read the data format, a value is required. In these cases I often use to indicate missing values. Keep this in mind for any analyses that use the variable "weight." Again, the first thing to do in a program is to tell P where to find the data, what form it is in, and names for the variables. In this case you have several options. You can have P Read Text Data, but you will need to indicate the file name, its location, and how the data are delimited. Next, obtain the mean and standard deviation for all the variables (except spider code obviously). There are several ways to do this, but the easiest commands are accessed through the Analyze Menu - Descriptive tatistics (Descriptives or Explore) and Custom Tables. You will need to define the missing values for the variable "weight", otherwise P will treat the values of as valid entries. You will need to exclude these values by using the Variable View tab in the Data Editor Window and defining the missing value to be Now make a plot (a scatter plot) of weight versus carapace width. Make sure to make weight the dependent variable (y-axis). This is found within the menu system under Graph Menu. Be sure to label the axes (vertical and horizontal), give the graph a title, and to remind P that you have some missing data. Next make a histogram of tibia lengths and superimpose a normal distribution curve over the histogram. Again look to the Analyze Menu for the Explore command, or the Graph Menu for the Histogram command. Further Instructions for the Lab Exercise The data file for lab 1 malrank is linked to the webpage. imply click on the link and then save the file on your computer or mass storage unit (disk or UB drive). This makes the file local to your computer and you can then use the Read Text Data command and Wizard in P to read the data into P. After completing the exercise, you can save your results by using the elect All command from the Edit Menu, and then the Copy Objects command from the Edit menu to copy your results to the clipboard. In the mean time, open a Word file and then Paste the results into the Word file. Name and save your Word file, and copy it to your mass storage unit, or it to yourself (or both). Now you can work on your lab writeup at home even if you don t have access to P. If you have P on your own computer, you can simply use the ave As command from the File Menu to save both

11 your results from the Output Viewer window and the P version of the data file from the Data Editor Window. Make sure that your computer at home or the office has at least as recent a version of P as we use in lab, or the files may be incompatible. It is possible to save P files in a format compatible with earlier versions of P. Lab Write-Ups Lab write-ups should be submitted as Word or RTF files. Name the file yourlastnamelab1 for example. Lab write-ups should include answers to any questions posed by the lab exercise and report and interpret the results of any analysis performed. Lab write-ups that consist only of P output without a narrative providing answer, results and interpretation will be treated as if nothing was submitted. Not all of the tables and graphs you produce in a work session need to be turned in for any particular lab write-up. Only the tables and graphs you deem essential to convince me that you have mastered using P to complete the exercise should be turned in. No lab write-up need be turned in for lab 1. However, I have included below an example of what a write-up for lab 1 might look like. Take this as a lesson for what is expected of you for labs 2-10, all of which require a written lab write-up to be submitted. Edward F. Connor Lab 1 Write-Up Using the data provided on body size and mass for male crab spiders (Miseumna formosipes), I calculated the means and standard deviations of each metric variable using the Descriptives procedure in P (see table below) Of the linear measurements body length was most variable (sd = 0.307), but also had the highest mean value. Total body mass (weight) averaged 6.4 mgs, but was also quite variable among individual spiders. Only 23 of the 38 spiders had data on body mass.

12 Descriptive tatistics carawid tibalen bodylen weight Valid N (listwise) N Mean td. Deviation I then proceeded to produce a scatter plot of body weight versus carapace width (see graph below). The graph suggestions that weight increases linearly with body mass for these male spiders A histogram of tibia lengths suggestions that tibia length in mm is approximately normally distributed, although there is some evidence that the distribution is slightly skewed to the right (the distribution is not symmetrical).

13 LAB 1 - AN INTRODUCTION TO R Note usable lines of syntax are labeled and indented Text in italic is actual output from R Installing Accessory Packages in R To install and load accessory packages in R, you must be connected to the internet. Open R on your computer. Click on the Packages menu at the top of the R-Gui. Click on Install Packages. You may be asked to select your CRAN site. Choose CA1. Next, highlight the package you want and click OK at the bottom of the window that lists all the available packages. Once the package is installed on your computer, you will still need to load the package each time you want to use it. Load packages with this command: library(package name) Reading in Data Files in R

14 Using the sample data file pit.csv (pit.csv) which has in the first column integer codes for treatment (treat) and in the second column the data to be analyzed (funct) To read in a tab delimited text data file with variable names use: Create an object name such as data1 data1<-read.csv( c:\\pit.csv, header=t) Alternately, if you do not know the file path (or don t feel like typing it in) you can use this command. It will allow you to browse for the data file you want. data1<-read.csv(file.choose(), header=t) To read an P data file into R use this command you must use the foreign package library(foreign) Then you should be able to read in the file. You do not need to specify that there are headers. data1<-read.spss(file.choose()) Type data1 to see the data file data1 To make each variable (column) accessible individually use: attach(data1) Alternatively concatenate the two commands with a semicolon separator as: Or data1<-read.csv( c:\\pit.csv, header=t);attach(data1) data1<-read.csv(file.choose(), header=t);attach(data1) Useful R Package-Rcmdr (R-Commander) R-Commander is a Graphical User Interface (GUI) for R with pull-down menus for data manipulations, statistical tests, and other R functionality. It is especially useful for those who have never used R before and are unfamiliar with the syntax used in the R console. When using the pull down menus R-commander will show you the R console syntax for the command you just used, so it can also help you learn R console syntax as you use it. You can download R commander from the CRAN Website.

15 For an excellent R-commander tutorial, go to the following website: Making Data from R-Commander Available in the R-Gui Once you have read a datafile into R- commander, you can examine the columns in that data file as individual variables from the R-Gui by executing the command attach(datafile) (substitute the name of the active dataset for datefile) attach(datafile) Type datafile to see the datafile datafile Now that you have attached the datafile, the column names are accessible as variable names for analysis. Useful R Package-ggplot2 GGplot 2 is a package for creating graphics with R. The syntax is fairly straightforward and you can generate professional looking graphics on par with programs like igma Plot, Excel, and KaleidaGraph. GGplot2 can be downloaded at the CRAN website. For a good ggplot2 tutorial, visit this website: Examples of GGplot2 plotting code: Loading a package that you have already downloaded library(ggplot2) Loading data into R from csv file size<-read.csv(file.choose()) Making simple boxplot using ggplot2 (aes = short for aesthetics) p=ggplot(size, aes(x=factor(site), y = L)) p+geom_boxplot() Adding complexity

16 assign the fill colour of the boxes to represent different cruises p=ggplot(size, aes(x=factor(site), y = L)) p+geom_boxplot(aes(fill=factor(cruise)) Label the colour legend and label each colour with a date p+geom_boxplot(aes(fill=factor(cruise))+ scale_fill_discrete( Cruise, breaks=c(5,6,7,8,9,10), labels=c( Mar, Apr, May, June, July, ept )) change y and x axis labels and change scale limits on y axis p+geom_boxplot(aes(fill=factor(cruise))+ scale_fill_discrete( Cruise, breaks=c(5,6,7,8,9,10), labels=c( Mar, Apr, May, June, July, ept ))+scale y_continuous( Clam Length (mm), limits=c(5,22))+xlab( ampling Location ) EXTRA! code for adding colours by number within scale_colour or scale_fill values=c(colours()[c(153, )]) Making a simple scatterplot p=ggplot(classdata1,aes(x = L, y = W)) p+geom_point() Adding complexity p=ggplot(classdata1,aes(x = L, y = W)) p+geom_point(aes(colour=factor(ite))) add a smoothed line with 95% CI p+geom_point(aes(colour=factor(ite)))+geom_smooth() change color of the line and making it a linear regression m ) p+geom_point(aes(colour=factor(ite)))+geom_smooth(colour= black,method= l remove the 95% CI shading and change line type

17 p+geom_point(aes(colour=factor(ite)))+geom_smooth(colour= black, method= lm, se=f, linetype=5) add separate lines (linear regressions) for each site and make the line colour match the colour of the points p+geom_point(aes(colour=factor(ite)))+geom_smooth(aes(group=factor(ite), colour=factor(ite)), method= lm, se=f ) Plot with means with errorbars Basic p=ggplot(classdata2, aes(x=factor(cruise), y = meanl)) p+geom_point() Adding complexity assigncolour of points to represent different sites p=ggplot(classdata2, aes(x=factor(cruise), y = meanl)) p+geom_point(aes(colour=factor(ite))) same plot, change the size of the points p=ggplot(classdata2, aes(x=factor(cruise), y = meanl)) p+geom_point(aes(colour=factor(ite)),size=4) add error bars using standard error from classdata2 p=ggplot(classdata2, aes(x=factor(cruise), y = meanl)) p+geom_point(aes(colour=factor(ite)),size=4)+geom_errorbar(aes(ymax=mean L+seL, ymin=meanl-sel)) put error bars behind the points and change their width p=ggplot(classdata2, aes(x=factor(cruise), y = meanl)) p+geom_errorbar(aes(ymax=meanl+sel, ymin=meanlsel),width=0.05)+ geom_point(aes(colour=factor(ite)),size=4) Change colour of errorbars p=ggplot(classdata2, aes(x=factor(cruise), y = meanl))

18 p+geom_errorbar(aes(ymax=meanl+sel, ymin=meanlsel),width=0.05, colour= dark grey)+ geom_point(aes(colour=factor(ite)),size=4) make the colour of the errorbars match the point colour p=ggplot(classdata2, aes(x=factor(cruise), y = meanl)) p+geom_errorbar(aes(ymax=meanl+sel, ymin=meanlsel, colour=factor(ite)),width=0.05)+ geom_point(aes(colour=factor(ite)),size=4) Adding x and y labels, and labels to color legend p=ggplot(classdata2, aes(x=factor(cruise), y = meanl)) p+geom_errorbar(aes(ymax=meanl+sel, ymin=meanlsel, colour=factor(ite)),width=0.05)+ geom_point(aes(colour=factor(ite)),size=4)+scale_colour_discrete( ite, breaks=c(1,2,3,4), labels=c( ite 1, ite 2, ite 3, ite 4 ))+scale_y_continuous( Mean Clam Length (mm), limits=c(6,16))+ scale_x_discrete( ampling Date, breaks=c(5,6,7,8,9,10), labels=c( Mar, Apr, May, June, July, ept ))

Excel Tips and FAQs - MS 2010

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

More information

1 Introduction to Using Excel Spreadsheets

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

More information

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

For many people, learning any new computer software can be an anxietyproducing

For many people, learning any new computer software can be an anxietyproducing 1 Getting to Know Stata 12 For many people, learning any new computer software can be an anxietyproducing task. When that computer program involves statistics, the stress level generally increases exponentially.

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

Minitab 17 commands Prepared by Jeffrey S. Simonoff

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

More information

Introduction to the workbook and spreadsheet

Introduction to the workbook and spreadsheet Excel Tutorial To make the most of this tutorial I suggest you follow through it while sitting in front of a computer with Microsoft Excel running. This will allow you to try things out as you follow along.

More information

MAXQDA and Chapter 9 Coding Schemes

MAXQDA and Chapter 9 Coding Schemes MAXQDA and Chapter 9 Coding Schemes Chapter 9 discusses how the structures of coding schemes, alternate groupings are key to moving forward with analysis. The nature and structures of the coding scheme

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

Introduction to Stata Toy Program #1 Basic Descriptives

Introduction to Stata Toy Program #1 Basic Descriptives Introduction to Stata 2018-19 Toy Program #1 Basic Descriptives Summary The goal of this toy program is to get you in and out of a Stata session and, along the way, produce some descriptive statistics.

More information

UW Department of Chemistry Lab Lectures Online

UW Department of Chemistry Lab Lectures Online Introduction to Excel and Computer Manipulation of Data Review Appendix A: Introduction to Statistical Analysis. Focus on the meanings and implications of the calculated values and not on the calculations.

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

Using Excel to produce graphs - a quick introduction:

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

More information

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

An Introduction to R- Programming

An Introduction to R- Programming An Introduction to R- Programming Hadeel Alkofide, Msc, PhD NOT a biostatistician or R expert just simply an R user Some slides were adapted from lectures by Angie Mae Rodday MSc, PhD at Tufts University

More information

Excel Spreadsheets and Graphs

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

More information

How to Use a Statistical Package

How to Use a Statistical Package APPENDIX D How to Use a Statistical Package Candace M. Evans, Lisa M. Gilman, Jeffrey Xavier, Joan Saxton Weber Computers and statistical software such as the Statistical Package for the Social Sciences

More information

Introduction. About this Document. What is SPSS. ohow to get SPSS. oopening Data

Introduction. About this Document. What is SPSS. ohow to get SPSS. oopening Data Introduction About this Document This manual was written by members of the Statistical Consulting Program as an introduction to SPSS 12.0. It is designed to assist new users in familiarizing themselves

More information

BIO 360: Vertebrate Physiology Lab 9: Graphing in Excel. Lab 9: Graphing: how, why, when, and what does it mean? Due 3/26

BIO 360: Vertebrate Physiology Lab 9: Graphing in Excel. Lab 9: Graphing: how, why, when, and what does it mean? Due 3/26 Lab 9: Graphing: how, why, when, and what does it mean? Due 3/26 INTRODUCTION Graphs are one of the most important aspects of data analysis and presentation of your of data. They are visual representations

More information

DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS

DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS Using SPSS Topics addressed today: 1. Accessing data from CMR 2. Starting SPSS 3. Getting familiar with SPSS 4. Entering data 5. Saving data

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

Using Excel for Graphical Analysis of Data

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

More information

Mr. Kongmany Chaleunvong. GFMER - WHO - UNFPA - LAO PDR Training Course in Reproductive Health Research Vientiane, 22 October 2009

Mr. Kongmany Chaleunvong. GFMER - WHO - UNFPA - LAO PDR Training Course in Reproductive Health Research Vientiane, 22 October 2009 Mr. Kongmany Chaleunvong GFMER - WHO - UNFPA - LAO PDR Training Course in Reproductive Health Research Vientiane, 22 October 2009 1 Object of the Course Introduction to SPSS The basics of managing data

More information

LAB #1: DESCRIPTIVE STATISTICS WITH R

LAB #1: DESCRIPTIVE STATISTICS WITH R NAVAL POSTGRADUATE SCHOOL LAB #1: DESCRIPTIVE STATISTICS WITH R Statistics (OA3102) Lab #1: Descriptive Statistics with R Goal: Introduce students to various R commands for descriptive statistics. Lab

More information

I Launching and Exiting Stata. Stata will ask you if you would like to check for updates. Update now or later, your choice.

I Launching and Exiting Stata. Stata will ask you if you would like to check for updates. Update now or later, your choice. I Launching and Exiting Stata 1. Launching Stata Stata can be launched in either of two ways: 1) in the stata program, click on the stata application; or 2) double click on the short cut that you have

More information

Tips and Guidance for Analyzing Data. Executive Summary

Tips and Guidance for Analyzing Data. Executive Summary Tips and Guidance for Analyzing Data Executive Summary This document has information and suggestions about three things: 1) how to quickly do a preliminary analysis of time-series data; 2) key things to

More information

Visual Physics - Introductory Lab Lab 0

Visual Physics - Introductory Lab Lab 0 Your Introductory Lab will guide you through the steps necessary to utilize state-of-the-art technology to acquire and graph data of mechanics experiments. Throughout Visual Physics, you will be using

More information

Math 227 EXCEL / MEGASTAT Guide

Math 227 EXCEL / MEGASTAT Guide Math 227 EXCEL / MEGASTAT Guide Introduction Introduction: Ch2: Frequency Distributions and Graphs Construct Frequency Distributions and various types of graphs: Histograms, Polygons, Pie Charts, Stem-and-Leaf

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

Age & Stage Structure: Elephant Model

Age & Stage Structure: Elephant Model POPULATION MODELS Age & Stage Structure: Elephant Model Terri Donovan recorded: January, 2010 Today we're going to be building an age-structured model for the elephant population. And this will be the

More information

EXCEL SPREADSHEET TUTORIAL

EXCEL SPREADSHEET TUTORIAL EXCEL SPREADSHEET TUTORIAL Note to all 200 level physics students: You will be expected to properly format data tables and graphs in all lab reports, as described in this tutorial. Therefore, you are responsible

More information

Microsoft Excel Using Excel in the Science Classroom

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

More information

Computers and statistical software such as the Statistical Package for the Social Sciences (SPSS) make complex statistical

Computers and statistical software such as the Statistical Package for the Social Sciences (SPSS) make complex statistical Appendix C How to Use a Statistical Package With The Assistance of Lisa M. Gilman and with Contributions By Joan Saxton Weber Computers and statistical software such as the Statistical Package for the

More information

Microsoft Word for Report-Writing (2016 Version)

Microsoft Word for Report-Writing (2016 Version) Microsoft Word for Report-Writing (2016 Version) Microsoft Word is a versatile, widely-used tool for producing presentation-quality documents. Most students are well-acquainted with the program for generating

More information

INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING

INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING APPENDIX INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING (Developed by Dr. Dale Vogelien, Kennesaw State University) ** For a good review of basic

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

One does not necessarily have special statistical software to perform statistical analyses.

One does not necessarily have special statistical software to perform statistical analyses. Appendix F 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.

More information

An Introduction to the R Commander

An Introduction to the R Commander An Introduction to the R Commander BIO/MAT 460, Spring 2011 Christopher J. Mecklin Department of Mathematics & Statistics Biomathematics Research Group Murray State University Murray, KY 42071 christopher.mecklin@murraystate.edu

More information

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts.

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts. Handling Your Data in SPSS Columns, and Labels, and Values... Oh My! You might think that simple intuition will guide you to a useful organization of your data. If you follow that path, you might find

More information

How to Use a Statistical Package

How to Use a Statistical Package APPENDIX F How to Use a Statistical Package With the assistance of Lisa M. Gilman and Jeffrey Xavier and with contributions by Joan Saxton Weber Computers and statistical software such as the Statistical

More information

R for IR. Created by Narren Brown, Grinnell College, and Diane Saphire, Trinity University

R for IR. Created by Narren Brown, Grinnell College, and Diane Saphire, Trinity University R for IR Created by Narren Brown, Grinnell College, and Diane Saphire, Trinity University For presentation at the June 2013 Meeting of the Higher Education Data Sharing Consortium Table of Contents I.

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

LAB 1 INSTRUCTIONS DESCRIBING AND DISPLAYING DATA

LAB 1 INSTRUCTIONS DESCRIBING AND DISPLAYING DATA LAB 1 INSTRUCTIONS DESCRIBING AND DISPLAYING DATA This lab will assist you in learning how to summarize and display categorical and quantitative data in StatCrunch. In particular, you will learn how to

More information

Visual Physics Introductory Lab [Lab 0]

Visual Physics Introductory Lab [Lab 0] Your Introductory Lab will guide you through the steps necessary to utilize state-of-the-art technology to acquire and graph data of mechanics experiments. Throughout Visual Physics, you will be using

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

INTRODUCTION TO SPSS. Anne Schad Bergsaker 13. September 2018

INTRODUCTION TO SPSS. Anne Schad Bergsaker 13. September 2018 INTRODUCTION TO SPSS Anne Schad Bergsaker 13. September 2018 BEFORE WE BEGIN... LEARNING GOALS 1. Be familiar with and know how to navigate between the different windows in SPSS 2. Know how to write a

More information

International Graduate School of Genetic and Molecular Epidemiology (GAME) Computing Notes and Introduction to Stata

International Graduate School of Genetic and Molecular Epidemiology (GAME) Computing Notes and Introduction to Stata International Graduate School of Genetic and Molecular Epidemiology (GAME) Computing Notes and Introduction to Stata Paul Dickman September 2003 1 A brief introduction to Stata Starting the Stata program

More information

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

Introduction to Stata First Session. I- Launching and Exiting Stata Launching Stata Exiting Stata..

Introduction to Stata First Session. I- Launching and Exiting Stata Launching Stata Exiting Stata.. Introduction to Stata 2016-17 01. First Session I- Launching and Exiting Stata... 1. Launching Stata... 2. Exiting Stata.. II - Toolbar, Menu bar and Windows.. 1. Toolbar Key.. 2. Menu bar Key..... 3.

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

Applied Regression Modeling: A Business Approach

Applied Regression Modeling: A Business Approach i Applied Regression Modeling: A Business Approach Computer software help: SAS SAS (originally Statistical Analysis Software ) is a commercial statistical software package based on a powerful programming

More information

Assignment 0. Nothing here to hand in

Assignment 0. Nothing here to hand in Assignment 0 Nothing here to hand in The questions here have solutions attached. Follow the solutions to see what to do, if you cannot otherwise guess. Though there is nothing here to hand in, it is very

More information

Getting Started With Excel

Getting Started With Excel Chapter 1 Getting Started With Excel This chapter will familiarize you with various basic features of Excel. Specific features which you need to solve a problem will be introduced as the need arises. When

More information

Creating a Website Using Weebly.com (June 26, 2017 Update)

Creating a Website Using Weebly.com (June 26, 2017 Update) Creating a Website Using Weebly.com (June 26, 2017 Update) Weebly.com is a website where anyone with basic word processing skills can create a website at no cost. No special software is required and there

More information

How to Use a Statistical Package

How to Use a Statistical Package E App-Bachman-45191.qxd 1/31/2007 3:32 PM Page E-1 A P P E N D I X E How to Use a Statistical Package WITH THE ASSISTANCE OF LISA M. GILMAN AND WITH CONTRIBUTIONS BY JOAN SAXTON WEBER Computers and statistical

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

252 APPENDIX D EXPERIMENT 1 Introduction to Computer Tools and Uncertainties

252 APPENDIX D EXPERIMENT 1 Introduction to Computer Tools and Uncertainties 252 APPENDIX D EXPERIMENT 1 Introduction to Computer Tools and Uncertainties Objectives To become familiar with the computer programs and utilities that will be used throughout the semester. You will learn

More information

Physics 211 E&M and Modern Physics Spring Lab #1 (to be done at home) Plotting with Excel. Good laboratory practices

Physics 211 E&M and Modern Physics Spring Lab #1 (to be done at home) Plotting with Excel. Good laboratory practices NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT Physics 211 E&M and Modern Physics Spring 2018 Lab #1 (to be done at home) Lab Writeup Due: Mon/Wed/Thu/Fri, Jan. 22/24/25/26, 2018 Read Serway & Vuille:

More information

S-PLUS INSTRUCTIONS FOR CASE STUDIES IN THE STATISTICAL SLEUTH

S-PLUS INSTRUCTIONS FOR CASE STUDIES IN THE STATISTICAL SLEUTH S-PLUS INSTRUCTIONS FOR CASE STUDIES IN THE STATISTICAL SLEUTH Dan Schafer January, 2002 This guide contains brief instructions for accomplishing the graphical and numerical analyses of the case studies

More information

Years after US Student to Teacher Ratio

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

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Computer Essentials Session 1 Lesson Plan

Computer Essentials Session 1 Lesson Plan Note: Completing the Mouse Tutorial and Mousercise exercise which are available on the Class Resources webpage constitutes the first part of this lesson. ABOUT PROGRAMS AND OPERATING SYSTEMS Any time a

More information

SPSS for Survey Analysis

SPSS for Survey Analysis STC: SPSS for Survey Analysis 1 SPSS for Survey Analysis STC: SPSS for Survey Analysis 2 SPSS for Surveys: Contents Background Information... 4 Opening and creating new documents... 5 Starting SPSS...

More information

Graphical Analysis of Data using Microsoft Excel [2016 Version]

Graphical Analysis of Data using Microsoft Excel [2016 Version] Graphical Analysis of Data using Microsoft Excel [2016 Version] Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

Excel Primer CH141 Fall, 2017

Excel Primer CH141 Fall, 2017 Excel Primer CH141 Fall, 2017 To Start Excel : Click on the Excel icon found in the lower menu dock. Once Excel Workbook Gallery opens double click on Excel Workbook. A blank workbook page should appear

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

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

Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018

Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018 Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018 Contents Introduction... 1 Start DIONE... 2 Load Data... 3 Missing Values... 5 Explore Data... 6 One Variable... 6 Two Variables... 7 All

More information

Example how not to do it: JMP in a nutshell 1 HR, 17 Apr Subject Gender Condition Turn Reactiontime. A1 male filler

Example how not to do it: JMP in a nutshell 1 HR, 17 Apr Subject Gender Condition Turn Reactiontime. A1 male filler JMP in a nutshell 1 HR, 17 Apr 2018 The software JMP Pro 14 is installed on the Macs of the Phonetics Institute. Private versions can be bought from

More information

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

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

More information

TYPES OF VARIABLES, STRUCTURE OF DATASETS, AND BASIC STATA LAYOUT

TYPES OF VARIABLES, STRUCTURE OF DATASETS, AND BASIC STATA LAYOUT PRIMER FOR ACS OUTCOMES RESEARCH COURSE: TYPES OF VARIABLES, STRUCTURE OF DATASETS, AND BASIC STATA LAYOUT STEP 1: Install STATA statistical software. STEP 2: Read through this primer and complete the

More information

Logger Pro 3. Quick Reference

Logger Pro 3. Quick Reference Logger Pro 3 Quick Reference Getting Started Logger Pro Requirements To use Logger Pro, you must have the following equipment: Windows 98, 2000, ME, NT, or XP on a Pentium processor or equivalent, 133

More information

Microsoft Word 2010 Lesson Plan

Microsoft Word 2010 Lesson Plan Microsoft Word 2010 Lesson Plan Objective: This class is a brief introduction to Word 2010. It consists of 2 one and one-half hour sessions. By the end of this class you should be able to create a simple

More information

Intro to Stata for Political Scientists

Intro to Stata for Political Scientists Intro to Stata for Political Scientists Andrew S. Rosenberg Junior PRISM Fellow Department of Political Science Workshop Description This is an Introduction to Stata I will assume little/no prior knowledge

More information

EXST 7014, Lab 1: Review of R Programming Basics and Simple Linear Regression

EXST 7014, Lab 1: Review of R Programming Basics and Simple Linear Regression EXST 7014, Lab 1: Review of R Programming Basics and Simple Linear Regression OBJECTIVES 1. Prepare a scatter plot of the dependent variable on the independent variable 2. Do a simple linear regression

More information

WORKSHOP: Using the Health Survey for England, 2014

WORKSHOP: Using the Health Survey for England, 2014 WORKSHOP: Using the Health Survey for England, 2014 There are three sections to this workshop, each with a separate worksheet. The worksheets are designed to be accessible to those who have no prior experience

More information

An introduction to plotting data

An introduction to plotting data An introduction to plotting data Eric D. Black California Institute of Technology February 25, 2014 1 Introduction Plotting data is one of the essential skills every scientist must have. We use it on a

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

Fast, Easy, and Publication-Quality Ecological Analyses with PC-ORD

Fast, Easy, and Publication-Quality Ecological Analyses with PC-ORD Emerging Technologies Fast, Easy, and Publication-Quality Ecological Analyses with PC-ORD JeriLynn E. Peck School of Forest Resources, Pennsylvania State University, University Park, Pennsylvania 16802

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

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

Lab #1: Introduction to Basic SAS Operations

Lab #1: Introduction to Basic SAS Operations Lab #1: Introduction to Basic SAS Operations Getting Started: OVERVIEW OF SAS (access lab pages at http://www.stat.lsu.edu/exstlab/) There are several ways to open the SAS program. You may have a SAS icon

More information

Introduction to Spreadsheets

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

More information

Chemistry Excel. Microsoft 2007

Chemistry Excel. Microsoft 2007 Chemistry Excel Microsoft 2007 This workshop is designed to show you several functionalities of Microsoft Excel 2007 and particularly how it applies to your chemistry course. In this workshop, you will

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 THE BASICS PAGE 02! What is Microsoft Word?! Opening Microsoft Word! The Title Bar! Page View and Zoom MENUS...PAGE 03! Quick Access Toolbar! The Ribbon! File Tab! Home

More information

Minitab Notes for Activity 1

Minitab Notes for Activity 1 Minitab Notes for Activity 1 Creating the Worksheet 1. Label the columns as team, heat, and time. 2. Have Minitab automatically enter the team data for you. a. Choose Calc / Make Patterned Data / Simple

More information

NCSS 2004/2007 Orientation

NCSS 2004/2007 Orientation NSS 2004/2007 Orientation November 2006 TO: RE: Students enrolled in UB Real Estate Division courses NSS 2004/2007 Orientation Several Real Estate Division courses require the use of statistical software.

More information

Overview. Experiment Specifications. This tutorial will enable you to

Overview. Experiment Specifications. This tutorial will enable you to Defining a protocol in BioAssay Overview BioAssay provides an interface to store, manipulate, and retrieve biological assay data. The application allows users to define customized protocol tables representing

More information

Intro To Excel Spreadsheet for use in Introductory Sciences

Intro To Excel Spreadsheet for use in Introductory Sciences INTRO TO EXCEL SPREADSHEET (World Population) Objectives: Become familiar with the Excel spreadsheet environment. (Parts 1-5) Learn to create and save a worksheet. (Part 1) Perform simple calculations,

More information

Technology Assignment: Scatter Plots

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

More information

Introduction to R. base -> R win32.exe (this will change depending on the latest version)

Introduction to R. base -> R win32.exe (this will change depending on the latest version) Dr Raffaella Calabrese, Essex Business School 1. GETTING STARTED Introduction to R R is a powerful environment for statistical computing which runs on several platforms. R is available free of charge.

More information

Chapter 8 Relational Tables in Microsoft Access

Chapter 8 Relational Tables in Microsoft Access Chapter 8 Relational Tables in Microsoft Access Objectives This chapter continues exploration of Microsoft Access. You will learn how to use data from multiple tables and queries by defining how to join

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

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

1. Setup Everyone: Mount the /geobase/geo5215 drive and add a new Lab4 folder in you Labs directory.

1. Setup Everyone: Mount the /geobase/geo5215 drive and add a new Lab4 folder in you Labs directory. L A B 4 E X C E L For this lab, you will practice importing datasets into an Excel worksheet using different types of formatting. First, you will import data that is nicely organized at the source. Then

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

Introduction Microsoft Word CMPE 101 Fundamentals of Computer Engineering EXPERIMENT - 1

Introduction Microsoft Word CMPE 101 Fundamentals of Computer Engineering EXPERIMENT - 1 CMPE 101 EXPERIMENT 1 * INTRODUCTION TO MICROSOFT WORD AND EXCEL Aims 1. Getting used to the Graphical User Interface (GUI) of Windows Operating Systems. 2. Understanding how word processors work and developing

More information

Open a new Excel workbook and look for the Standard Toolbar.

Open a new Excel workbook and look for the Standard Toolbar. This activity shows how to use a spreadsheet to draw line graphs. Open a new Excel workbook and look for the Standard Toolbar. If it is not there, left click on View then Toolbars, then Standard to make

More information