Moving from SPSS to JMP : A Transition Guide

Size: px
Start display at page:

Download "Moving from SPSS to JMP : A Transition Guide"

Transcription

1 WHITE PAPER Moving from SPSS to JMP : A Transition Guide Dr. Jason Brinkley, Department of Biostatistics, East Carolina University

2 Table of Contents Introduction... 1 Example... 2 Importing and Cleaning Data... 2 Visualization... 6 Descriptives Descriptive Statistics Custom Tables Correlation Inference Two-Sample t-test Crosstabs/Contingency Tables Linear Regression Data Manipulation Creating New Variables File Splitting Saving and Reproducing Output Other Features Conclusion Acknowledgements i

3 Introduction There is an increasing multitude of software options for processing and analyzing data. The way each piece of software handles, processes and outputs analysis can be quite different. This can make transitions from one software program to another quite difficult. In fact, it can be just as difficult to go to another version of the same software program. Sometimes novice and infrequent users struggle with changes in the same program or transitions in analytic programs. Many such users remember the way to perform specific analysis or how to interpret output only by the means they are used to performing such functions in their originally chosen software. Thus when a switch is to be made to another software, there can be many transitional issues. SPSS is a well-known and highly utilized program for the statistical analysis of data. It has a rich history in both academia and industry, and is the standard in particular disciplines. Originally developed in the pre-windows graphical interface era, SPSS found a niche early on by being among the first to switch to the graphical user interface format (GUI), which is more commonly referred to as point and click. SPSS developed a graphical front end that allowed users to specify what analysis and options they would like the software to perform without the need to write code. In doing so they delivered analytics to the masses, those unable or unwilling to work in the programming language environment. JMP is a GUI-based analytics software developed by SAS. Originally intended exclusively for Mac users, the JMP division has a more than 20-year history of delivering high quality analytics in the point-and-click manner to users in many different areas. It is important for those transitioning from SPSS to JMP to realize that there are some fundamental differences in how the software operates, which can boil down to a matter of perspective. The SPSS point-and-click interface is a vehicle for developing and implementing SPSS code. Users select which analysis they want to perform and the software writes and submits the subsequent code. The appropriate code is saved to the output file from which users can save and potentially resubmit various routines. New users to JMP need to know that JMP is designed so that users have a dynamic link between their data and analysis. This link leads to a different perspective for data analysis, one which we will explore in this guide. SPSS requires users to specify which analysis they would like to perform prior to seeing output, while JMP prefers users to specify a general direction first and then customize interactively. In addition, in many instances JMP prefers to combine sets of analysis that are all under one general idea and put them together in one platform for convenient access. Perhaps the best way to illustrate the differences and how to transition from SPSS to JMP is via an example. The example for this guide is independent of the software under consideration, so the background and data sets come from alternate sources. In order to be as up-to-date as possible, this transition guide uses the most recent available versions of SPSS (version 19) and JMP (version 9). 1

4 Example Students in an introductory statistics class, taught by Professor John Eccleston and Dr. Richard Wilson at the University of Queensland, participated in a simple experiment. The students took their own pulse rate and then were asked to flip a coin. If the coin came up heads, they were to run in place for one minute. Otherwise they sat for one minute. Then everyone took their pulse again. The pulse rates and other physiological and lifestyle information are given in the data. This is a commonly used data set for teaching statistics and can be found online at the Australasian Data and Story Library via the website Importing and Cleaning Data We start by opening the data; the tab-delimited text file available at the above website can be modified into many formats but can also be directly imported into either software. Let s start with opening the file and viewing data in SPSS. SPSS Upon opening SPSS, users can open the text file using the options under the File menu. After a series of steps where the software checks for things like delimiters, menus, etc., you eventually end up importing the following file: A quick glance at the spreadsheet reveals 11 variables and 110 observations. We see data on height and weight (measured in cm and kg respectively), age, gender (male = 1), smoking and alcohol use (yes = 1), exercise frequency (1 = high, 2=moderate, 3=low), ran or sat status (1=ran), baseline and follow-up pulse, and year the class met. 2

5 SPSS has two methods of looking at each data set, the Data View and Variable View options, which can be seen via tabs on the bottom of each data set. When we open the data in Variable View, we see what type of data each variable is and can modify that information by adding labels and changing format. There are already a handful of things that need to be taken care of to clean this data and get it ready for analysis. Pulse 1 and Pulse 2 variables were imported in nominal format, and the original data has an observation with no measurement for observation 76 (only a listing of NA ). In order to perform proper analysis on this data, we need to inform the software that this is a missing value. We can start by clearing the NA and then changing the variables format. So under Variable View we go from this: To this: In doing so we also change the format of Year to ordinal in order to ensure that it is of the appropriate type for analysis. Next, we may want to label categorical variables for other analysis. This is also done in the variable view table using the Values option. 3

6 So we see that the basic idea of presenting data in SPSS is to provide two viewing options that show the data in terms of the individual observations, as well as an overview of each variable s type. JMP Switching over to JMP, we will open the same data and do the same manipulations. Let s begin with what happens when starting the program. When JMP starts the first thing users receive is a Home Window screen, which manages different windows for data, log and output. Recently used files are available over to the left side so that users can conveniently reopen files they were using in a previous session. Another feature of JMP is the JMP Starter window, which is found under the View menu. The JMP Starter is convenient for new users by organizing commands for analysis into categories and providing summaries for each data and analytic option. We can open the data for this project by clicking on the Open Data Table command in the File category. You can also open data directly from the File menu. 4

7 Like SPSS, JMP can open a variety of files including Excel spreadsheets, SAS data sets, SPSS documents and text files. We can import the data from our example and see that it looks similar to what we have already seen in SPSS. Unlike SPSS, JMP does not switch between multiple views in the data. Instead, there are table panels along the left side that do similar things. The middle left panel displays the column information and shows each of the 11 variables and the data type. There are modeling-type icons for each data type: blue for continuous variables, red for nominal data and green for ordinal data. Note that Year was changed to ordinal (simply click on the icon) to make it appropriate for analysis. The bottom left panel summarizes the rows and will show additional information that we will discuss later. As in the SPSS file, there is a problem with the format of variables Pulse 1 and Pulse 2. After removing the codes for missing data, we still need to tell JMP that this variable is continuous. By right-clicking on the Pulse 1 variable in the column panel, we can go to Column Info and change the data type. The Column Info pop-up window also lists a set of column properties that can be used to add labels to the data, so we can pull the column info for gender and add the labels 1 for males and 2 for females. When columns are given properties, JMP signals these changes with different symbols in front of the column names of interest. Here we see that asterisk symbols have been created for both Gender and Smoking Status variables. 5

8 Visualization Visualization is a powerful tool for analyzing and understanding data. The ability to easily make graphs via statistical software is one of the principal reasons why analytic software is so popular. We will confine our discussion to three simple tools: bar charts, histograms and scatter plots. SPSS Suppose we want to limit the discussion to the variables Height, Weight and Gender to visualize the distribution of each and perhaps see all three on one graph. We start with forming a bar chart of Gender. One quick and easy way to do this is with the Legacy Dialogues under the Graph menu. For this data we see that slightly more than half of the data points are male. Turning to Height and Weight, we can visualize this data in a histogram, which can also be found in the Legacy Dialogues. 6

9 In addition to the histograms, we also get some simple statistics for each variable. We can double-click on each graph in the output and customize as we see fit. Examining the distribution of heights and weights, we see two observations whose heights are much shorter than the rest of the data. For more complicated graphs, we use the Chart Builder option under the Graph menu. Using Chart Builder, we can build a scatter plot of height versus weight that is color-coded by gender. The Chart Builder dialog box is useful because it s easy to use and can be customized. Simply click on the type of graph you want to make and drag it into the preview box. From there, click and drag the variables you want to use on the x- and y-axis and overlay color. Once the graph is set we can view our results. In viewing this scatter plot, several points about the data can be made. First, the unusual observations for height are still an issue, the lowest value of height in particular. That data point certainly looks out of place with respect to the rest of the data. Besides this insight, we also see a linear relationship between height and weight and that the males tend to be taller and heavier than the females. Given that the unusual point is male adds to the suspicion of a possible outlier. 7

10 JMP Before we look at data visualizations in JMP, recall from the introduction that it was stated that JMP was designed to be interactive software. The majority of this interactivity comes in the form of little red triangle icons in various places on the data and output that enables the user to explore additional analysis. We start again with a basic bar chart. Users can access graphing features either by the Graph menu in the JMP Starter window or the under the Graph menu item from the top menu bar. To make a bar chart we select the Chart platform. The Chart platform lets users make a wide variety of graphs, such as pie charts, bar charts and line graphs. In the launch window users select Gender from the Select Columns list and then click Categories, X and Levels to load the variable. It is important to note that if the data is shown as a summary count instead of individual rows, we can still form a bar chart. Note that the Chart platform in JMP makes bar charts for raw data as well as summaries. In SPSS, users have to weight summarized data by counts prior to creating such a graph. In JMP, users who have data in the form of summarized counts simply pick the N option from the Statistics menu to tell JMP that the data is summarized counts rather than in raw format. 8

11 The standard report is a simple bar for each group along with a red triangle icon to manipulate the report. Some options for manipulation include changing the chart from vertical to horizontal format, making pie graphs, adding percentages and manipulating the axis scale. We begin to see the difference in the way JMP operates. Rather than changing options prior to seeing the graph, users are allowed to look at the graph and make changes that are instantly reflected in the report. An important option is the Recall button that reproduces the last set of analysis used in that platform for that session. So if you accidently close the wrong report, it can easily be retrieved. Moving on to histograms, we find a shortcut button when Graph is selected on the JMP Starter. Starting with Height and Weight variables we can obtain simple and straightforward output. As with the chart report, there are red triangles that allow certain customizations such as showing the percentage of the data that is in each bar. Users can also make histograms using the Distribution platform from the Analyze menu, which we will discuss later. 9

12 Again, we see two unique individuals who have heights much smaller than the other individuals. We list them as possible outliers, but here is where the differences between SPSS and JMP truly begin. JMP allows users to dynamically interact between the data and reports. For example, users can click on individual bars on a histogram to highlight a certain subset of the data. Here we are calling attention to the potential outliers. There is similar shading in the weight histogram, indicating the weight values for the selected heights. We see that one observation with a low height does indeed have the lowest observed weight, while another has a weight value in the middle of the data. Returning to the data table, the selected rows show up as highlights in the data table. This gives users the option to quickly inspect the rows to determine exactly which observations are causing the controversy. If the data needs to be checked for consistency, then having the data and the output dynamically linked makes it easy to go back and inspect individual observations. There are many ways to clear data selections, but one of the easiest is just to double-click on Selected in the Rows panel of the data table (likewise double-clicking on All Rows selects all the data). Moving on to the JMP Graph Builder platform (located under the Graph menu), JMP creates an environment for building a graph similar in spirit to the Chart Builder in SPSS. However, instead of preselecting a graph type and then setting the variables, JMP wants users to set the variable roles first. To create the same graph as earlier, we can click and drag Height to the x-axis, Weight to the y-axis, and Gender to the Color zone. Graph Builder gives you many other options to overlay and stratify data. Different graph types and options can be obtained by right-clicking on the background of the graph (such as adding or removing the Smoother function). New in JMP 9 is the Shape zone, which can be used to quickly create map shapes such as US state or county maps. 10

13 After the graph is appropriately customized, then it can be copied and pasted into many outside programs such as Microsoft Word and PowerPoint. All JMP reports can be copied in such fashion, but by default the menus for saving, editing and copying in a JMP Report window are hidden. New users need to be aware that starting with JMP 9, one must click on a thin strip at the top of the report to get the hidden menus to appear. Users can change this option by going to Preferences under the File menu and looking for Window Specifics. From Graph Builder, we can begin to see exactly how dynamic linkage separates working with JMP from working with SPSS. Users can click on individual points in these graphs and select them for dynamic analysis. In SPSS we observed the possible outliers in the graph, but JMP takes it a step further and allows users to highlight those individual points and see them in the data and/or other report. In addition, one can exclude certain data points from analysis without having to delete them. Excluded data stays within the data table, but is not considered in analysis, thus making it easy to do analysis with and without potential outliers. There is also the Hide option if one wants to remove individual points from visualizations, but not analysis. 11

14 Descriptives Descriptive statistics are at the heart of any good statistical analysis and when performed properly, provide real insight beyond what is seen in visualizations. This section will focus on univariate descriptions of continuous data and creating custom tables. Assuming we want to continue to study the variables Height and Weight, we will leave in the potential outliers and consider that data because it is still unclear whether the potential outliers should be removed from analysis. Descriptive Statistics SPSS Many SPSS users know that the Frequencies dialog box can be a one-stop option for analysis of many different variables simultaneously. While there is a Descriptives dialog box, the Frequencies dialog box is nice because one can request descriptive statistics and graphs in one place. Also, users can put several different types of data into this option and SPSS will produce the appropriate graphs and statistics for each type of variable. The options selected here give the standard univariate report, where we see the typical measures of center and spread that are discussed in basic statistics courses. But frequency tables, histograms, bar charts and many other useful descriptive outputs are also available. 12

15 JMP Similar to the Frequencies option in SPSS, JMP has the Distribution platform to obtain simple descriptive output. The Distribution is found under the Analyze menu. We start by selecting Height, Weight and Gender and continue the tradition of manipulating output after we have selected the variables we want to study. This is a standard distribution report. By default, quantiles and moments are produced for continuous variables as well as a 95 percent confidence interval for the mean. Frequency tables are produced for categorical variables, and the male subgroup has been selected to highlight the interactivity between different portions of the same report. 13

16 By clicking on the red triangle, users can customize report display, obtain more descriptive measures or fit different distributions to the data. Add-ons include box plots, normal quantile plots, CDF plots and distribution fits. Being able to work with the output interactively allows the users to fit many different theoretical distributions to the data (i.e., normal, exponential, Poisson, binomial, normal mixtures, etc.) and assess their relative fit to the data. New to JMP 9 is the option to save distribution reports as Adobe flash files that can be viewed and worked with interactively without the use of JMP software. These files make for good demos to students or can be worked into reports so clients can discuss results with consultants. Custom Tables SPSS In many cases, specific output is necessary; like in our example, where the visuals showed differences in height and weight by gender. SPSS also has options to create custom tables for specific output. We can click and drag the variables into the proper locations and specify what descriptive output we want to see. An example of this output is seen below. 14

17 JMP JMP makes custom tables via the Tabulate platform under the Tables menu. The Tabulate platform can build a table interactively, similar in spirit to the Graph Builder. Users see computations and output as they begin customizing their table. In addition, the interactive table can be turned off in favor of a traditional dialog box if the user wants to make a very specific output. Correlation SPSS Using the Bivariate dialog box inside Correlate under the Analyze menu, we can obtain sample correlation estimates between height and weight. Note that there is significant positive correlation between the two variables. 15

18 JMP JMP groups sets of analyses into one platform that allows users to do many different things (all somewhat related) in one common set of reports. For example, the easiest option for finding Pearson correlation coefficients is to use the Multivariate platform under the Multivariate Methods of the Analyze menu. The Multivariate platform is much more than a simple vehicle for finding correlations; however the basic report shown here delivers both a Pearson correlation estimate and a scatter plot matrix. By clicking on the red triangle, the histograms can be added along the diagonal so that both the univariate and bivariate distributions can be quickly visualized. The Multivariate platform also allows users to test correlations, find alternative measures of correlation (i.e., Spearman and Kendall), confidence intervals, partial correlations and visuals such as Color Maps. In addition, correlationbased measurements such as principal components analysis, outlier analysis and item reliability are all available in the Multivariate platform. 16

19 Inference We now move on from descriptive statistics to general inference between two variables. The discussion here will focus on two-sample t-tests, chi-square tests for tables, and regression. Both SPSS and JMP have many other great analytic features for descriptive and inferential statistics, but these three are some of the most commonly used and generally understood methods. Two-Sample t-test SPSS Suppose we want to test whether the heights significantly differ between men and women. The standard independent samples t-test is a popular option in SPSS, which is found under the Compare Means menu. Here we can specify one or more continuous measurements and determine if the mean value of that measurement significantly differs between two groups. We see that there is a significant difference between the heights of the males and females within this data set. In SPSS, both the equal variance and unequal variance tests are calculated and users can rely on a test for variances to determine which test is the most appropriate. 17

20 JMP While there is a button in the JMP Starter menu for t-tests, users should be aware that the t-test and one-way ANOVA analyses all go into the same platform. In fact, JMP combines all two-variable inferences into one Fit Y by X platform. Using the Fit Y by X platform, users can make inferences on bivariate comparisons for any type of data. The grid in the bottom left corner of the launch window lists different analysis types. Users choose which x and y variables they want to study and JMP chooses the appropriate method based on what type of data is being used. For now, we want to examine the differences between heights based on gender. In the report, we have simple descriptives along with a t-test that assumes unequal variances (found by selecting t-test from the red triangle icon). Users may add graphics (such as box plots) and additional tests looking at the variances, or nonparametric tests more appropriate for skewed data. 18

21 Again, we see an important distinction in JMP with the combining of many similar tests into one common platform. Users can start with a t-test and look at graphics and summary statistics to determine if the assumptions of a t-test are met. If they are not, then the user may add on an alternate test that is more appropriate for the data they are considering. Crosstabs/Contingency Tables SPSS Creating a contingency table and performing a chi-square test of categorical data is an important component to many analyses. Examination of table data is one area where SPSS has always focused, and users can find many options for analysis under the Crosstabs listing in the Descriptive Statistics menu. The Crosstabs menus allow users to ask for a number of different sets of analysis based on what type of comparisons the user wants to make. 19

22 From this example we see that even though the rate of smokers among alcohol users is more than twice the rate of smokers among non-alcohol users (13.2 percent versus 4.8 percent), there is not enough evidence to conclude that there is significant association between alcohol use and smoking status (chi-square p-value = 0.15). SPSS does give us a warning that the expected counts are small and provides a Fisher s exact test of the difference among samples with small cell counts. Users interested in relative risk and odds ratio estimates can check the risk option in the statistics box to gain those estimates. JMP Users can access the Contingency Analysis options in JMP via the Fit Y by X platform. Simply specifying categorical variables for both x and y will lead users to contingency analysis. We can specify the same table as we did in SPSS to look at the relationship between alcohol and smoking status. The JMP report gives table information, a chisquare test and Fisher s exact test (2 x 2 table only, same as SPSS). Users can then add on additional summaries and tests such as relative risk, odds ratios and measures of association (for items such as Kendall s tau). The image to the left is considered a standard report, but we can also see the list of options that are available via the red triangle icon. An interesting aspect to JMP is that the software tries to help users in areas where they may be unfamiliar. By selecting the odds ratio option and simply hovering the mouse over that area, an explanation box appears that indicates what kind of analysis this option will add on. For users having trouble interpreting statistics, p-values or other output, this option is available by simply circling or hovering over an area with the mouse. 20

23 Linear Regression SPSS Simple linear regression can be performed using the Linear Regression option under the Regression menu. Suppose we want to use height as a predictor of baseline pulse rate. The Linear Regression option in SPSS is a powerful tool with many different options for model-based estimates, measures of fit, diagnostics, predicted value output and visual plots to assess fit. Users can incorporate many potential predictors and look at both simple linear regression and multiple regression in the same set of menus. Without using additional options, we obtain standard output with R-square, ANOVA table and a table for regression estimates. We see a significant relationship between height and baseline pulse and that as height increases, the baseline pulse of these individuals tends to decline. It is important to note that the linear option does not allow string variables to be used as potential predictors. In fact there are many different regression options in SPSS, depending on what type of model needs to be fit. The linear option is limited to numeric covariates only, and users for multiple regression with both continuous and categorical covariates need to refer to the General Linear Model platform. 21

24 JMP Users have two options for regression models in JMP: the Fit Y by X platform or the Fit Model platform both under the Analyze menu. Simple bivariate fits go along the Fit Y by X platform, so let s start there. 22

25 The Fit Y by X platform can again be employed to look at the relationship between two different variables. Here we have listed Height as X and Pulse 1 as Y. It is important to note that the Fit Y by X platform ONLY looks at bivariate relationships. It is possible to select more than one candidate for both the X and Y roles. In such cases, output consists of multiple bivariate fits with each output displaying the appropriate measures for each set of variables. The Bivariate Fit report starts with a simple scatter plot and the user must assess exactly what type of bivariate fit they would like to make. Here we see a linear fit that models a simple linear regression line to the data. A standard report includes the same basic information as found in SPSS: R-square, ANOVA and parameter estimates with hypothesis tests for the intercept and slope parameters. However, JMP users can interact with this output to look at multiple fits simultaneously. For example, one can choose a simple mean, straight line and quadratic fits to the data and compare the fits by either R-square or looking at the parameter estimates. Other fits include density ellipses and smoothing splines, from which comparisons between fits can be made and estimated values can be output to the original data for further study. Under each fit, users can specify diagnostic measurements and plots to assess whether the assumptions for using each particular model are satisfied. 23

26 While more complicated regression is a difficult matter in SPSS, where users must distinguish what type of regression is necessary from many different options, JMP puts many different types of regression models all under the Fit Model platform. In the example shown here, we are fitting a multiple regression model that predicts baseline pulse via a combination of height, weight and the categorical variable, gender (no need to separate categorical and continuous covariates). Had the response been categorical, then either the nominal or ordinal logistic model would have been the default option for type of analysis. A generalized linear model is available for Poisson or binomial type fits, proportional hazards models for survival data, and MANOVA for repeated measures analysis. For model selection, the stepwise regression option is available and works with any response type, continuous or categorical. Data Manipulation In addition to high quality graphics and analytics, both SPSS and JMP are excellent for manipulating data. SPSS and JMP provide a number of different ways to organize and manipulate the data. Users can sort data, sort variables, merge files, recode and run many other manipulations. Listed below is a side-by-side comparison illustrating a number of the data manipulation features in SPSS and JMP. New JMP users should know that since the data file and the output are dynamically linked, there are occasions where output needs to be closed before the data is manipulated. When sorting or manipulating data, JMP will sometimes default to creating a new data table that has the necessary manipulation; new users should specify that the manipulated file should replace the current data file. 24

27 SPSS JMP 25

28 Creating New Variables SPSS Suppose that we want to create a new variable that is the difference between baseline and follow-up pulse rate. We can use the Compute Variable option to define a new variable (call it Pulse_Diff) and attach a formulaic calculation to that variable. SPSS has a number of different functions for aggregating and transforming data, which are all grouped by function type. After filling in the numeric expression, SPSS creates a new variable of the specified name and populates it with the computation from the numeric expression. JMP JMP creates new variables directly in the data table. Suppose we want to create the same new variable Pulse_Diff in JMP. We start by double-clicking on the unused column at the end of data table to make a new column. Then we double-click on the column name to bring up the Column Info window where we give the column a name, and click on Column Properties and choose Formula to bring up the Edit Formula window. Now, we can edit the formula to create the numeric expression we used in SPSS. Note that JMP also has a wide array of functions that can be applied to manipulate and transform our existing data. 26

29 File Splitting SPSS Suppose we want to look at different output for men versus women (given that men are taller and height is related to baseline pulse). We can use the Split File option to tell SPSS that further output should always be stratified by a particular variable. Users have the option of creating new files for just men and just women, but the splitting option is a unique way to indicate to SPSS that subsequent output should be separated between women and men. Consider the following descriptives output that was automatically stratified by gender. 27

30 SPSS users who want to return to a nonstratified analysis simply return to the Split File option and choose Analyze all cases, do not create groups to turn the stratification off. JMP Splitting a file may not be necessary in JMP since all analysis platforms feature a By option to stratify output by a particular variable. So if we want stratified descriptive statistics then we use the By statement in the Distribution platform as seen below. 28

31 Saving and Reproducing Output Manipulating data and producing great output and visuals are only great if there is a mechanism to save and reproduce them. It doesn t seem obvious but JMP is also fueled by a scripting language, which works mostly behind the scenes for the casual or new users. Advanced users many times find that coding produces quicker results for repetitive tasks. Let s discuss how to save and reproduce output in SPSS and JMP. SPSS When users save an SPSS data file in SPSS format (.sav file) the data file maintains all manipulations, transformations and labels. In order to retain output, we save as a separate file (.spv format). Since the point-and-click interface for SPSS is really a mechanism for code generation, code precedes all output in the output file. For instance, if I want to look at the descriptive statistics for height and weight, the following code could be generated in the output from the point-and-click interface: Users can easily reproduce the exact output by simply retaining and reusing the code that is located in the output file. Therefore, saving both the data and output in SPSS format makes it possible for users to continue to work on the file by reopening them in SPSS and running saved syntax. JMP JMP software takes a different approach to saving and reproducing output. When you save data as a JMP data file (.jmp file) the data retains manipulations, transformations, labels AND script saved from analysis. Let s look at an example: Suppose we want to save the distribution analysis of height and weight information for later use. In all JMP reports, users can find an option for saving the code (referred to as JMP script) to the data table. There are other options to save JMP script, but saving to the JMP data table is one option. When users save the data in JMP format, all scripts saved to the data table are saved as well. Users can edit the name of the saved script and reproduce the output with the red triangle located by the saved script s name in the data table. In addition, JMP users have one file that contains both the data information and analysis related to a specific project. JMP data files can be shared among many JMP users and one file can be a single platform for all project analysis. 29

32 Other Features For those transitioning from SPSS to JMP who are interested in some of JMP s unique features, there are several options available. JMP 9 comes standard with data mining tools such as decision trees and neural networks; these options are not standard in SPSS 19. While data mining tools are advanced features that require some additional reading or training, they can add a completely new level to data analysis. JMP has features for creating reports or dashboards that are very popular in many different industries. As stated earlier, the Graph Builder in JMP 9 contains a mechanism for easy-to-develop graphics that involve map or geographic data. Lastly, JMP has an easy-to-use sample size and power calculator that can be used for simple one and two sample studies involving means and proportions. This platform is easy to use and is useful in research, industry and in classroom discussion on statistical power. 30

33 Conclusion Both SPSS and JMP do a great job of manipulating, visualizing and analyzing data. The purpose of this guide is to transition users who are familiar with SPSS to performing analysis in JMP. We did this through an example that is independent of either software. Looking across several instances, we start to see a pattern emerge in the overall differences JMP and SPSS. Point and click in SPSS is a mechanism for generating SPSS code, so users decide which analysis and options they want to perform and then submit the generated code to obtain the output. The code and results are listed in the output file, which can be saved, copied or manipulated. By contrast, JMP dynamically links the data and reports in order to create an interaction; users start with a general area of analysis and then are allowed to customize output to add different features or analytics. The dynamic link between data and output makes exploring unusual observations very simple, and the interactivity of features such as Graph Builder allows users to create and update visuals in real time. Acknowledgements I would like to thank Curt Hinrichs and Jian Cao at JMP for their help during both the discussion and revision phase of this white paper. I would also like to extend a special thanks to Dr. F. Michael Speed at Texas A&M University, who made some extremely valuable contributions and insight to an early outline of this paper. 31

34 SAS Institute Inc. World Headquarters To contact your local JMP office, please visit: SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. Other brand and product names are trademarks of their respective companies. Copyright 2011, SAS Institute Inc. All rights reserved _S

Using SPSS, Chapter 2: Descriptive Statistics

Using SPSS, Chapter 2: Descriptive Statistics 1 Using SPSS, Chapter 2: Descriptive Statistics Chapters 2.1 & 2.2 Descriptive Statistics 2 Mean, Standard Deviation, Variance, Range, Minimum, Maximum 2 Mean, Median, Mode, Standard Deviation, Variance,

More information

SPSS Explore procedure

SPSS Explore procedure SPSS Explore procedure One useful function in SPSS is the Explore procedure, which will produce histograms, boxplots, stem-and-leaf plots and extensive descriptive statistics. To run the Explore procedure,

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

An introduction to IBM SPSS Statistics

An introduction to IBM SPSS Statistics An introduction to IBM SPSS Statistics Contents 1 Introduction... 1 2 Entering your data... 2 3 Preparing your data for analysis... 10 4 Exploring your data: univariate analysis... 14 5 Generating descriptive

More information

Directions for using SPSS

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

More information

Introduction Course in SPSS - Evening 1

Introduction Course in SPSS - Evening 1 ETH Zürich Seminar für Statistik Introduction Course in SPSS - Evening 1 Seminar für Statistik, ETH Zürich All data used during the course can be downloaded from the following ftp server: ftp://stat.ethz.ch/u/sfs/spsskurs/

More information

SAS Analyst for Windows Tutorial

SAS Analyst for Windows Tutorial Updated: August 2012 Table of Contents Section 1: Introduction... 3 1.1 About this Document... 3 1.2 Introduction to Version 8 of SAS... 3 Section 2: An Overview of SAS V.8 for Windows... 3 2.1 Navigating

More information

Describing, Exploring, and Comparing Data

Describing, Exploring, and Comparing Data 24 Chapter 2. Describing, Exploring, and Comparing Data Chapter 2. Describing, Exploring, and Comparing Data There are many tools used in Statistics to visualize, summarize, and describe data. This chapter

More information

ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS

ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS DATABASE MARKETING Fall 2015, max 24 credits Dead line 15.10. ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS PART A Gains chart with excel Prepare a gains chart from the data in \\work\courses\e\27\e20100\ass4b.xls.

More information

Once saved, if the file was zipped you will need to unzip it. For the files that I will be posting you need to change the preferences.

Once saved, if the file was zipped you will need to unzip it. For the files that I will be posting you need to change the preferences. 1 Commands in JMP and Statcrunch Below are a set of commands in JMP and Statcrunch which facilitate a basic statistical analysis. The first part concerns commands in JMP, the second part is for analysis

More information

Introduction to SPSS 16.0

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

More information

Data exploration with Microsoft Excel: analysing more than one variable

Data exploration with Microsoft Excel: analysing more than one variable Data exploration with Microsoft Excel: analysing more than one variable Contents 1 Introduction... 1 2 Comparing different groups or different variables... 2 3 Exploring the association between categorical

More information

SPSS Manual for Introductory Applied Statistics: A Variable Approach

SPSS Manual for Introductory Applied Statistics: A Variable Approach SPSS Manual for Introductory Applied Statistics: A Variable Approach John Gabrosek Department of Statistics Grand Valley State University Allendale, MI USA August 2013 2 Copyright 2013 John Gabrosek. All

More information

The Forgotten JMP Visualizations (Plus Some New Views in JMP 9) Sam Gardner, SAS Institute, Lafayette, IN, USA

The Forgotten JMP Visualizations (Plus Some New Views in JMP 9) Sam Gardner, SAS Institute, Lafayette, IN, USA Paper 156-2010 The Forgotten JMP Visualizations (Plus Some New Views in JMP 9) Sam Gardner, SAS Institute, Lafayette, IN, USA Abstract JMP has a rich set of visual displays that can help you see the information

More information

Doing Multiple Regression with SPSS. In this case, we are interested in the Analyze options so we choose that menu. If gives us a number of choices:

Doing Multiple Regression with SPSS. In this case, we are interested in the Analyze options so we choose that menu. If gives us a number of choices: Doing Multiple Regression with SPSS Multiple Regression for Data Already in Data Editor Next we want to specify a multiple regression analysis for these data. The menu bar for SPSS offers several options:

More information

There are six different windows that can be opened when using SPSS. The following will give a description of each of them.

There are six different windows that can be opened when using SPSS. The following will give a description of each of them. SPSS Basics Tutorial 1: SPSS Windows There are six different windows that can be opened when using SPSS. The following will give a description of each of them. The Data Editor The Data Editor is a spreadsheet

More information

SPSS Introduction. Yi Li

SPSS Introduction. Yi Li SPSS Introduction Yi Li Note: The report is based on the websites below http://glimo.vub.ac.be/downloads/eng_spss_basic.pdf http://academic.udayton.edu/gregelvers/psy216/spss http://www.nursing.ucdenver.edu/pdf/factoranalysishowto.pdf

More information

IBM SPSS Statistics 20 Part 1: Descriptive Statistics

IBM SPSS Statistics 20 Part 1: Descriptive Statistics CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 1: Descriptive Statistics Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

Scatter Plots with Error Bars

Scatter Plots with Error Bars Chapter 165 Scatter Plots with Error Bars Introduction The procedure extends the capability of the basic scatter plot by allowing you to plot the variability in Y and X corresponding to each point. Each

More information

Module 3: Correlation and Covariance

Module 3: Correlation and Covariance Using Statistical Data to Make Decisions Module 3: Correlation and Covariance Tom Ilvento Dr. Mugdim Pašiƒ University of Delaware Sarajevo Graduate School of Business O ften our interest in data analysis

More information

Simple Predictive Analytics Curtis Seare

Simple Predictive Analytics Curtis Seare Using Excel to Solve Business Problems: Simple Predictive Analytics Curtis Seare Copyright: Vault Analytics July 2010 Contents Section I: Background Information Why use Predictive Analytics? How to use

More information

Excel Tutorial. Bio 150B Excel Tutorial 1

Excel Tutorial. Bio 150B Excel Tutorial 1 Bio 15B Excel Tutorial 1 Excel Tutorial As part of your laboratory write-ups and reports during this semester you will be required to collect and present data in an appropriate format. To organize and

More information

Analysing Questionnaires using Minitab (for SPSS queries contact -) Graham.Currell@uwe.ac.uk

Analysing Questionnaires using Minitab (for SPSS queries contact -) Graham.Currell@uwe.ac.uk Analysing Questionnaires using Minitab (for SPSS queries contact -) Graham.Currell@uwe.ac.uk Structure As a starting point it is useful to consider a basic questionnaire as containing three main sections:

More information

SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis

SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS Add-In 2.1 for Microsoft Office: Getting

More information

The Dummy s Guide to Data Analysis Using SPSS

The Dummy s Guide to Data Analysis Using SPSS The Dummy s Guide to Data Analysis Using SPSS Mathematics 57 Scripps College Amy Gamble April, 2001 Amy Gamble 4/30/01 All Rights Rerserved TABLE OF CONTENTS PAGE Helpful Hints for All Tests...1 Tests

More information

IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA

IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

An SPSS companion book. Basic Practice of Statistics

An SPSS companion book. Basic Practice of Statistics An SPSS companion book to Basic Practice of Statistics SPSS is owned by IBM. 6 th Edition. Basic Practice of Statistics 6 th Edition by David S. Moore, William I. Notz, Michael A. Flinger. Published by

More information

Dealing with Data in Excel 2010

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

More information

Projects Involving Statistics (& SPSS)

Projects Involving Statistics (& SPSS) Projects Involving Statistics (& SPSS) Academic Skills Advice Starting a project which involves using statistics can feel confusing as there seems to be many different things you can do (charts, graphs,

More information

II. DISTRIBUTIONS distribution normal distribution. standard scores

II. DISTRIBUTIONS distribution normal distribution. standard scores Appendix D Basic Measurement And Statistics The following information was developed by Steven Rothke, PhD, Department of Psychology, Rehabilitation Institute of Chicago (RIC) and expanded by Mary F. Schmidt,

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide

WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide STEPS Epi Info Training Guide Department of Chronic Diseases and Health Promotion World Health Organization 20 Avenue Appia, 1211 Geneva 27, Switzerland For further information: www.who.int/chp/steps WHO

More information

Chapter 4 Creating Charts and Graphs

Chapter 4 Creating Charts and Graphs Calc Guide Chapter 4 OpenOffice.org Copyright This document is Copyright 2006 by its contributors as listed in the section titled Authors. You can distribute it and/or modify it under the terms of either

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Instructions for SPSS 21

Instructions for SPSS 21 1 Instructions for SPSS 21 1 Introduction... 2 1.1 Opening the SPSS program... 2 1.2 General... 2 2 Data inputting and processing... 2 2.1 Manual input and data processing... 2 2.2 Saving data... 3 2.3

More information

HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION

HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION HOD 2990 10 November 2010 Lecture Background This is a lightning speed summary of introductory statistical methods for senior undergraduate

More information

Association Between Variables

Association Between Variables Contents 11 Association Between Variables 767 11.1 Introduction............................ 767 11.1.1 Measure of Association................. 768 11.1.2 Chapter Summary.................... 769 11.2 Chi

More information

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel Plots, Curve-Fitting, and Data Modeling in Microsoft Excel This handout offers some tips on making nice plots of data collected in your lab experiments, as well as instruction on how to use the built-in

More information

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents: Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap

More information

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar business statistics using Excel Glyn Davis & Branko Pecar OXFORD UNIVERSITY PRESS Detailed contents Introduction to Microsoft Excel 2003 Overview Learning Objectives 1.1 Introduction to Microsoft Excel

More information

Session 7 Bivariate Data and Analysis

Session 7 Bivariate Data and Analysis Session 7 Bivariate Data and Analysis Key Terms for This Session Previously Introduced mean standard deviation New in This Session association bivariate analysis contingency table co-variation least squares

More information

SPSS for Simple Analysis

SPSS for Simple Analysis STC: SPSS for Simple Analysis1 SPSS for Simple Analysis STC: SPSS for Simple Analysis2 Background Information IBM SPSS Statistics is a software package used for statistical analysis, data management, and

More information

Information Literacy Program

Information Literacy Program Information Literacy Program Excel (2013) Advanced Charts 2015 ANU Library anulib.anu.edu.au/training ilp@anu.edu.au Table of Contents Excel (2013) Advanced Charts Overview of charts... 1 Create a chart...

More information

Getting started manual

Getting started manual Getting started manual XLSTAT Getting started manual Addinsoft 1 Table of Contents Install XLSTAT and register a license key... 4 Install XLSTAT on Windows... 4 Verify that your Microsoft Excel is up-to-date...

More information

Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2014/11/6) The numbers of figures in the SPSS_screenshot.pptx are shown in red.

Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2014/11/6) The numbers of figures in the SPSS_screenshot.pptx are shown in red. Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2014/11/6) The numbers of figures in the SPSS_screenshot.pptx are shown in red. 1. How to display English messages from IBM SPSS Statistics

More information

CHARTS AND GRAPHS INTRODUCTION USING SPSS TO DRAW GRAPHS SPSS GRAPH OPTIONS CAG08

CHARTS AND GRAPHS INTRODUCTION USING SPSS TO DRAW GRAPHS SPSS GRAPH OPTIONS CAG08 CHARTS AND GRAPHS INTRODUCTION SPSS and Excel each contain a number of options for producing what are sometimes known as business graphics - i.e. statistical charts and diagrams. This handout explores

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

5. Correlation. Open HeightWeight.sav. Take a moment to review the data file.

5. Correlation. Open HeightWeight.sav. Take a moment to review the data file. 5. Correlation Objectives Calculate correlations Calculate correlations for subgroups using split file Create scatterplots with lines of best fit for subgroups and multiple correlations Correlation The

More information

This activity will show you how to draw graphs of algebraic functions in Excel.

This activity will show you how to draw graphs of algebraic functions in Excel. This activity will show you how to draw graphs of algebraic functions in Excel. Open a new Excel workbook. This is Excel in Office 2007. You may not have used this version before but it is very much the

More information

An introduction to using Microsoft Excel for quantitative data analysis

An introduction to using Microsoft Excel for quantitative data analysis Contents An introduction to using Microsoft Excel for quantitative data analysis 1 Introduction... 1 2 Why use Excel?... 2 3 Quantitative data analysis tools in Excel... 3 4 Entering your data... 6 5 Preparing

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm Mgt 540 Research Methods Data Analysis 1 Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm http://web.utk.edu/~dap/random/order/start.htm

More information

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

More information

Excel Charts & Graphs

Excel Charts & Graphs MAX 201 Spring 2008 Assignment #6: Charts & Graphs; Modifying Data Due at the beginning of class on March 18 th Introduction This assignment introduces the charting and graphing capabilities of SPSS and

More information

Chapter 5 Analysis of variance SPSS Analysis of variance

Chapter 5 Analysis of variance SPSS Analysis of variance Chapter 5 Analysis of variance SPSS Analysis of variance Data file used: gss.sav How to get there: Analyze Compare Means One-way ANOVA To test the null hypothesis that several population means are equal,

More information

T O P I C 1 2 Techniques and tools for data analysis Preview Introduction In chapter 3 of Statistics In A Day different combinations of numbers and types of variables are presented. We go through these

More information

January 26, 2009 The Faculty Center for Teaching and Learning

January 26, 2009 The Faculty Center for Teaching and Learning THE BASICS OF DATA MANAGEMENT AND ANALYSIS A USER GUIDE January 26, 2009 The Faculty Center for Teaching and Learning THE BASICS OF DATA MANAGEMENT AND ANALYSIS Table of Contents Table of Contents... i

More information

Using the SAS Enterprise Guide (Version 4.2)

Using the SAS Enterprise Guide (Version 4.2) 2011-2012 Using the SAS Enterprise Guide (Version 4.2) Table of Contents Overview of the User Interface... 1 Navigating the Initial Contents of the Workspace... 3 Useful Pull-Down Menus... 3 Working with

More information

Integrating SAS with JMP to Build an Interactive Application

Integrating SAS with JMP to Build an Interactive Application Paper JMP50 Integrating SAS with JMP to Build an Interactive Application ABSTRACT This presentation will demonstrate how to bring various JMP visuals into one platform to build an appealing, informative,

More information

How to Use a Data Spreadsheet: Excel

How to Use a Data Spreadsheet: Excel How to Use a Data Spreadsheet: Excel One does not necessarily have special statistical software to perform statistical analyses. Microsoft Office Excel can be used to run statistical procedures. Although

More information

We are often interested in the relationship between two variables. Do people with more years of full-time education earn higher salaries?

We are often interested in the relationship between two variables. Do people with more years of full-time education earn higher salaries? Statistics: Correlation Richard Buxton. 2008. 1 Introduction We are often interested in the relationship between two variables. Do people with more years of full-time education earn higher salaries? Do

More information

Figure 1. An embedded chart on a worksheet.

Figure 1. An embedded chart on a worksheet. 8. Excel Charts and Analysis ToolPak Charts, also known as graphs, have been an integral part of spreadsheets since the early days of Lotus 1-2-3. Charting features have improved significantly over the

More information

An Introduction to SPSS. Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman

An Introduction to SPSS. Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman An Introduction to SPSS Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman Topics to be Covered Starting and Entering SPSS Main Features of SPSS Entering and Saving Data in SPSS Importing

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Data analysis and regression in Stata

Data analysis and regression in Stata Data analysis and regression in Stata This handout shows how the weekly beer sales series might be analyzed with Stata (the software package now used for teaching stats at Kellogg), for purposes of comparing

More information

Linear Models in STATA and ANOVA

Linear Models in STATA and ANOVA Session 4 Linear Models in STATA and ANOVA Page Strengths of Linear Relationships 4-2 A Note on Non-Linear Relationships 4-4 Multiple Linear Regression 4-5 Removal of Variables 4-8 Independent Samples

More information

Microsoft Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

More information

STATISTICA Formula Guide: Logistic Regression. Table of Contents

STATISTICA Formula Guide: Logistic Regression. Table of Contents : Table of Contents... 1 Overview of Model... 1 Dispersion... 2 Parameterization... 3 Sigma-Restricted Model... 3 Overparameterized Model... 4 Reference Coding... 4 Model Summary (Summary Tab)... 5 Summary

More information

Switching from PC SAS to SAS Enterprise Guide Zhengxin (Cindy) Yang, inventiv Health Clinical, Princeton, NJ

Switching from PC SAS to SAS Enterprise Guide Zhengxin (Cindy) Yang, inventiv Health Clinical, Princeton, NJ PharmaSUG 2014 PO10 Switching from PC SAS to SAS Enterprise Guide Zhengxin (Cindy) Yang, inventiv Health Clinical, Princeton, NJ ABSTRACT As more and more organizations adapt to the SAS Enterprise Guide,

More information

Client Marketing: Sets

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

More information

Simple Linear Regression, Scatterplots, and Bivariate Correlation

Simple Linear Regression, Scatterplots, and Bivariate Correlation 1 Simple Linear Regression, Scatterplots, and Bivariate Correlation This section covers procedures for testing the association between two continuous variables using the SPSS Regression and Correlate analyses.

More information

Excel Companion. (Profit Embedded PHD) User's Guide

Excel Companion. (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Copyright, Notices, and Trademarks Copyright, Notices, and Trademarks Honeywell Inc. 1998 2001. All

More information

New Features in JMP 9

New Features in JMP 9 Version 9 New Features in JMP 9 The real voyage of discovery consists not in seeking new landscapes, but in having new eyes. Marcel Proust JMP, A Business Unit of SAS SAS Campus Drive Cary, NC 27513 The

More information

Chapter 4 Displaying and Describing Categorical Data

Chapter 4 Displaying and Describing Categorical Data Chapter 4 Displaying and Describing Categorical Data Chapter Goals Learning Objectives This chapter presents three basic techniques for summarizing categorical data. After completing this chapter you should

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

SPSS Tests for Versions 9 to 13

SPSS Tests for Versions 9 to 13 SPSS Tests for Versions 9 to 13 Chapter 2 Descriptive Statistic (including median) Choose Analyze Descriptive statistics Frequencies... Click on variable(s) then press to move to into Variable(s): list

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools AP Statistics AP Statistics BOE Approved 04/08/2014 1 AP STATISTICS Critical Areas of Focus AP Statistics is a rigorous course that offers advanced students an opportunity

More information

Paper 232-2012. Getting to the Good Part of Data Analysis: Data Access, Manipulation, and Customization Using JMP

Paper 232-2012. Getting to the Good Part of Data Analysis: Data Access, Manipulation, and Customization Using JMP Paper 232-2012 Getting to the Good Part of Data Analysis: Data Access, Manipulation, and Customization Using JMP Audrey Ventura, SAS Institute Inc., Cary, NC ABSTRACT Effective data analysis requires easy

More information

Silvermine House Steenberg Office Park, Tokai 7945 Cape Town, South Africa Telephone: +27 21 702 4666 www.spss-sa.com

Silvermine House Steenberg Office Park, Tokai 7945 Cape Town, South Africa Telephone: +27 21 702 4666 www.spss-sa.com SPSS-SA Silvermine House Steenberg Office Park, Tokai 7945 Cape Town, South Africa Telephone: +27 21 702 4666 www.spss-sa.com SPSS-SA Training Brochure 2009 TABLE OF CONTENTS 1 SPSS TRAINING COURSES FOCUSING

More information

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

SCHOOL OF HEALTH AND HUMAN SCIENCES DON T FORGET TO RECODE YOUR MISSING VALUES

SCHOOL OF HEALTH AND HUMAN SCIENCES DON T FORGET TO RECODE YOUR MISSING VALUES SCHOOL OF HEALTH AND HUMAN SCIENCES Using SPSS Topics addressed today: 1. Differences between groups 2. Graphing Use the s4data.sav file for the first part of this session. DON T FORGET TO RECODE YOUR

More information

Step-by-Step Guide to Bi-Parental Linkage Mapping WHITE PAPER

Step-by-Step Guide to Bi-Parental Linkage Mapping WHITE PAPER Step-by-Step Guide to Bi-Parental Linkage Mapping WHITE PAPER JMP Genomics Step-by-Step Guide to Bi-Parental Linkage Mapping Introduction JMP Genomics offers several tools for the creation of linkage maps

More information

How to Get More Value from Your Survey Data

How to Get More Value from Your Survey Data Technical report How to Get More Value from Your Survey Data Discover four advanced analysis techniques that make survey research more effective Table of contents Introduction..............................................................2

More information

The North Carolina Health Data Explorer

The North Carolina Health Data Explorer 1 The North Carolina Health Data Explorer The Health Data Explorer provides access to health data for North Carolina counties in an interactive, user-friendly atlas of maps, tables, and charts. It allows

More information

INTRODUCTION TO SPSS FOR WINDOWS Version 19.0

INTRODUCTION TO SPSS FOR WINDOWS Version 19.0 INTRODUCTION TO SPSS FOR WINDOWS Version 19.0 Winter 2012 Contents Purpose of handout & Compatibility between different versions of SPSS.. 1 SPSS window & menus 1 Getting data into SPSS & Editing data..

More information

IBM SPSS Statistics Basics

IBM SPSS Statistics Basics October, 2011 IBM SPSS Statistics Basics I. Availability... 2 II. SPSS Statistics Versions... 2 III. Documentation... 2 IV. Creating SPSS Statistics data files... 3 Using the SPSS Statistics Data Editor...

More information

Introduction to Exploratory Data Analysis

Introduction to Exploratory Data Analysis Introduction to Exploratory Data Analysis A SpaceStat Software Tutorial Copyright 2013, BioMedware, Inc. (www.biomedware.com). All rights reserved. SpaceStat and BioMedware are trademarks of BioMedware,

More information

Heat Map Explorer Getting Started Guide

Heat Map Explorer Getting Started Guide You have made a smart decision in choosing Lab Escape s Heat Map Explorer. Over the next 30 minutes this guide will show you how to analyze your data visually. Your investment in learning to leverage heat

More information

INTRODUCTORY LAB: DOING STATISTICS WITH SPSS 21

INTRODUCTORY LAB: DOING STATISTICS WITH SPSS 21 INTRODUCTORY LAB: DOING STATISTICS WITH SPSS 21 This section covers the basic structure and commands of SPSS for Windows Release 21. It is not designed to be a comprehensive review of the most important

More information

Directions for Frequency Tables, Histograms, and Frequency Bar Charts

Directions for Frequency Tables, Histograms, and Frequency Bar Charts Directions for Frequency Tables, Histograms, and Frequency Bar Charts Frequency Distribution Quantitative Ungrouped Data Dataset: Frequency_Distributions_Graphs-Quantitative.sav 1. Open the dataset containing

More information

TIPS FOR DOING STATISTICS IN EXCEL

TIPS FOR DOING STATISTICS IN EXCEL TIPS FOR DOING STATISTICS IN EXCEL Before you begin, make sure that you have the DATA ANALYSIS pack running on your machine. It comes with Excel. Here s how to check if you have it, and what to do if you

More information

Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies

Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Components of a Chart 1 Chart types 2 Data tables 4 The Chart Wizard 5 Column Charts 7 Line charts

More information

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Calculate counts, means, and standard deviations Produce

More information

Working with Excel in Origin

Working with Excel in Origin Working with Excel in Origin Limitations When Working with Excel in Origin To plot your workbook data in Origin, you must have Excel version 7 (Microsoft Office 95) or later installed on your computer

More information

Introduction to Regression and Data Analysis

Introduction to Regression and Data Analysis Statlab Workshop Introduction to Regression and Data Analysis with Dan Campbell and Sherlock Campbell October 28, 2008 I. The basics A. Types of variables Your variables may take several forms, and it

More information

SPSS (Statistical Package for the Social Sciences)

SPSS (Statistical Package for the Social Sciences) SPSS (Statistical Package for the Social Sciences) What is SPSS? SPSS stands for Statistical Package for the Social Sciences The SPSS home-page is: www.spss.com 2 What can you do with SPSS? Run Frequencies

More information

Appendix 2.1 Tabular and Graphical Methods Using Excel

Appendix 2.1 Tabular and Graphical Methods Using Excel Appendix 2.1 Tabular and Graphical Methods Using Excel 1 Appendix 2.1 Tabular and Graphical Methods Using Excel The instructions in this section begin by describing the entry of data into an Excel spreadsheet.

More information

Minitab 17 Statistical Software

Minitab 17 Statistical Software Minitab 17 Statistical Software Contents Part 1. Introduction to Minitab 17 Part 2. New Features in 17.2 Part 3. Problems Resolved in Minitab 17.2 Part 4. New Features in 17.3 Part 5. Problems Resolved

More information