FreeJSTAT for Windows. Manual

Size: px
Start display at page:

Download "FreeJSTAT for Windows. Manual"

Transcription

1 FreeJSTAT for Windows Manual (c) Copyright Masato Sato,

2 Table of Contents 1. Introduction 3 2. Functions List 6 3. Data Input / Output 7 4. Summary Statistics 8 5. t-test 9 6. ANOVA Contingency Table Nonparametric Tests Correlation and Regression Multiple Regression Analysis and Logistic Regression Analysis Principal Component Analysis Discriminant Analysis Other Tests Graph Source Code 22 2

3 1. Introduction FreeJSTAT is free statistical software for Windows. When it is installed, its source code is copied to the install folder by the name of sourcecode.zip. You can use it to develop your own software. However, I am not responsible for any damages your application may cause. Operating System FreeJSTAT runs on WindowsXP, WindowsVista, Windows 7, Windows 8, Windows 8.1, and Windows 10. It doesn t run on any other operating system. How to Use Before you start a statistical analysis, you have to set its data. There are eight types of data, which are Selected Column, Oneway Two Groups, Oneway Three Groups or More, Twoway Data, Selected Cells, Multiple Regression Data, Principal Component Analysis Data, and Discriminant Analysis Data. [Statistical Analyses for Selected Column] Summery Statistics Frequency Distribution Thompson s Rejection Test Smirnov-Grubbs Test Histogram [Statistical Analyses for Oneway Two Groups] F Test Paired t-test Unpaired t-test Wilcoxon Signed Rank Test Mann-Whitney U Test Regression Line Regression Curve Spearman s Rank Correlation Kendall s Rank Correlation Scatter Plot Line Plot (Oneway Two Groups) Line Plot (Oneway Two Related Groups) 3

4 Box Plot (Oneway Two Groups) Goodness-of-Fit Test Bar Plot (Oneway Two Groups) [Statistical Analyses for Oneway Three Groups or More] OnewayANOVA Kruskal-Wallis Rank Sum Test Friedman Rank Sum Test Line Plot (Oneway Three Groups or More) Line Plot (Oneway Three Related Groups or More) Box Plot (Oneway Three Groups or More) Bartlett s Test Bar Plot (Oneway Three Groups or More) Intraclass Correlation Coefficient [Statistical Analyses for Twoway Data] TwowayANOVA Line Plot (Twoway Data) Bar Plot (Twoway Data) [Statistical Analyses for Selected Cells] Pearson s Chi-squared Test TwowayANOVA without Replications Fisher s Exact Test (2x2) [Statistical Analyses for Multiple Regression Data] Multiple Regression Analysis Scatter Plot Matrix Logistic Regression Analysis [Statistical Analysis for Principal Component Analysis Data] Principal Component Analysis [Statistical Analysis for Discriminant Analysis Data] Discriminant Analysis Sample Files 4

5 Sample files copied to the install folder are as follows: ONEFAC.STJ: TWOFAC.STJ: SOUKAN.STJ: BUNKATU.STJ: ONEWAY.STJ: TWOWAY.STJ: JUUKAIKI.STJ: SHUSEI.STJ: HANBETU.STJ: LOGISTIC.STJ: Sample for Selected Column Sample for Oneway Two Groups Sample for Correlation Sample for Contingency Table Sample for Oneway Three Groups or More Sample for Twoway Data Sample for Multiple Regression Analysis Sample for Principal Component Analysis Sample for Discriminant Analysis Sample for Logistic Reression Analysis Their links are in FreeJSTAT menu bars. Notes -Data Sheet has only 100 columns. You cannot increase the number of columns. -You can input only numbers in cells except those in label column or in label row. -FreeJSTAT can read text files with less than 101 columns only when their seperaters are tab or comma. -There are some limitations to the number of data groups in some statistical analyses. -In nonparametric tests, the total number of data must be less than The change in the number of rows will be updated after you restart FreeJSTAT. User Support You can contact me by The latest version is uploaded onto my website. 5

6 2. Function List The following statistical analyses are available. Please refer to each page. Summary Statistics (p.8) Frequency Distribution (p.8) F Test (p.9) Bartlett s Test (p.20) Paired t-test (p.9) Unpaired t-test (p.9) Goodness-of-Fit Test (p.9) Wilcoxon Signed Rank Test (p.14) Mann-Whitney U Test (p.14) OnewayANOVA (p.10) TwowayANOVA (p.10) Pearson s Chi-squared Test (p.13) Kruskal-Wallis Rank Sum Test (p.14) Friedman Rank Sum Test (p.14) Regression Line (p.16) Regression Curve (p.16) Multiple Regression Analysis (p.17) Logistic Regression Analysis (p.17) Principal Component Analysis (p.17) Discriminant Analysis (p.19) Fisher s Exact Test (2x2) (p.13) Spearman s Rank Correlation (p.16) Kendall s Rank Correlation (p.16) Thompson s Rejection Test (p.20) Smirnov-Grubbs Test (p.20) Scatter Plot (p.21) Scatter Plot Matrix (p.21) Histogram (p.21) Line Plot (p.21) Box Plot (p.21) Bar Plot (p.21) Random Numbers Table (p.20) 6

7 3. Data Input / Output The following files are compatible with FreeJSTAT. Data Input 1. FreeJSTAT File (*.stj) 2. Tab or Comma Delimited Text File Data Output 1. FreeJSTAT File (*.stj) 2. Tab or Comma Delimited Text File (When saving data sheet) 3. Text File (When saving result) 4. Enhanced Meta File (When saving graph) 7

8 4. Summary Statistics How to get summary statistics and frequency distribution is shown in the following. 1. Input data into cells of a column. 2. Select a cell or some cells of the column. 3. Select Summary Statistics or Frquency Distribution in Statistics menu, and Result Window will appear. Press Esc to show Data Sheet. 8

9 5. t-test, Goodness-of-Fit Test, and F Test How to do t-test, Goodness-of-Fit Test, and F Test is shown in the following. 1. Input data into cells of two columns. 2. Select Oneway Two Groups in Data Settings menu. 3. Select a column and insert it into X in the dialog box. 4. Select a column and insert it into Y. 5. Press OK to close the dialog box. 6. Select Paired t-test, Unpaired t-test, Goodness-of-Fit Test, or F Test, and Result Window will appear. Press Esc to show Data Sheet. 9

10 6. ANOVA OnewayANOVA 1. Input data into cells of three or more columns. 2. Select Oneway Three Groups or More in Data Settings menu. 3. Press OK to close the dialog box. 4. Select OnewayANOVA in Statistics menu. Choose Factorial or Repeated measures in the dialog box. When you select Repeated measures, Hotelling s T-Square test will also be performed. You can choose some multiple comparisons. 5. Press OK to close the dialog box. 6. Result Window will appear. Press Esc to show Data Sheet. You can do Bartlett s Test and Intraclass Correlation Coefficient in the same way. 10

11 TwowayANOVA 1. Input data into cells. 2. Select Twoway Data in Data Settings menu. Click cells to set data by mouse in the Twoway Data Window. 11

12 3. Select TwowayANOVA in Statistics menu. Choose Factorial or Repeated measures in the dialog box. When you select Repeated measures and Factor A has two levels, Hotelling s T-Square test will also be performed. You can choose some multiple comparisons. 4. Press OK to close the dialog box. 5. Result Window will appear. Press Esc to show Data Sheet. 12

13 7. Contingency Table Pearson s Chi-squared Test Fisher s Exact Test (2x2) How to do these tests is shown in the following. 1. Input data into cells. 2. Select cells with data. 3. Select Pearson s Chi-squared Test or Fisher s Exact Test (2x2). Result Window will appear. Press Esc to show Data Sheet. 13

14 8. Nonparametric Test Wilcoxon Singed Rank Test Mann-Whitney U Test How to do these tests is shown in the following. 1. Input data into cells of two columns. 2. Select Oneway Two Groups in Data Settings menu. 3. Select a column and insert it into X in the dialog box. 4. Select a column and insert it into Y. 5. Press OK to close the dialog box. 6. Select Wilcoxon Signed Rank Test or Mann-Whitney U Test, and Result Window will appear. Kruskal-Wallis Rank Sum Test Friedman Rank Sum Test How to do these tests is shown in the following. 14

15 1. Input data into cells of three or more columns. 2. Select Oneway Three Groups or More in Data Settings menu. 3. Press OK to close the dialog box. 4. Select Kruskal-Wallis Rank Sum Test or Friedman Rank Sum Test. Choose some multiple comparisons in the dialog box. 5. Press OK to close the dialog box. 6. Result Window will appear. Press Esc to show Data Sheet. 15

16 9. Correlation and Regression 1. Input data into cells of two columns. 2. Select Oneway Two Groups in Data Settings menu. 3. Select a column and insert it into X in the dialog box. 4. Select a column and insert it into Y. 5. Press OK to close the dialog box. 6. Select Regression Line, Regression Curve, Spearman s Rank Correlation, or Kendall s Rank Correlation, and Result Window will appear. Press Esc to show Data Sheet. 16

17 10. Multiple Regression Analysis and Logistic Regression Analysis 1. Input data into cells of two or more columns. 2. Select Multiple Regression Data in Data Settings menu. 3. Press OK to close the dialog box. 4. Select Multiple Regression Analysis or Logistic Regression Analysis, and Result Window will appear. Press Esc to show Data Sheet. 11. Principal Component Analysis 1. Input data into cells. 2. Select Principal Component Analysis Data in Data Settings menu. 17

18 3. Press OK to close the dialog box. 4. Select Principal Component Analysis in Statistics menu, and Result Window will appear. Press Esc to show Data Sheet. 18

19 12. Discriminant Analysis 1. Input data into cells. 2. Select Discriminant Analysis Data in Data Settings menu. 3. Press OK to close the dialog box. 4. Select Discriminant Analysis in Statistics menu, and Result Window will appear. Press Esc to show Data Sheet. 19

20 13. Other Tests Thompson s Rejection Test Smirnov-Grubbs Test How to do these tests is shown in the following. 1. Input data in cells of a column. 2. Select a cell or some cells of the column. 3. Select Thompson s Rejection Test or Smirnov-Grubbs Test in Statistics menu, and Result Window will appear. Press Esc to show Data Sheet. You can do Bartlett s Test and Intraclass Correlation Coefficient in the same way as OnewayANOVA. When you select Random Numbers Table in Statistics menu, Data setting is not necessary. 20

21 14. Graph Available graphs and their data are as follows: Graph Data Scatter Plot Scatter Plot Matrix Histogram Line Plot (Oneway Two Groups) Line Plot (Oneway Two Related Groups) Line Plot (Oneway Three Groups or More) Line Plot (Oneway Three Related Groups or More) Line Plot (Twoway Data) Box Plot (Oneway Two Groups) Box Plot (Oneway Three Groups or More) Bar Plot (Oneway Two Groups) Bar Graph (Oneway Three Groups or More) Bar Graph (Twoway Data) Oneway Two Groups Explanatory variables for Multiple Regression Data SelectedColumn Oneway Two Groups Oneway Two Groups Oneway Three Groups or More Oneway Three Groups or More Twoway Data Oneway Two Groups Oneway Three Groups or More Oneway Two Groups Oneway Three Groups or More Twoway Data Set data first, and select a graph in menus to draw it. 21

22 15. Source Code You can use the source code of FreeJSTAT to develop your own application. However, I will not be responsible for any damage your software may cause. 22

Product Catalog. AcaStat. Software

Product Catalog. AcaStat. Software Product Catalog AcaStat Software AcaStat AcaStat is an inexpensive and easy-to-use data analysis tool. Easily create data files or import data from spreadsheets or delimited text files. Run crosstabulations,

More information

JMP 10 Student Edition Quick Guide

JMP 10 Student Edition Quick Guide JMP 10 Student Edition Quick Guide Instructions presume an open data table, default preference settings and appropriately typed, user-specified variables of interest. RMC = Click Right Mouse Button Graphing

More information

Bluman & Mayer, Elementary Statistics, A Step by Step Approach, Canadian Edition

Bluman & Mayer, Elementary Statistics, A Step by Step Approach, Canadian Edition Bluman & Mayer, Elementary Statistics, A Step by Step Approach, Canadian Edition Online Learning Centre Technology Step-by-Step - Minitab Minitab is a statistical software application originally created

More information

Organizing Your Data. Jenny Holcombe, PhD UT College of Medicine Nuts & Bolts Conference August 16, 3013

Organizing Your Data. Jenny Holcombe, PhD UT College of Medicine Nuts & Bolts Conference August 16, 3013 Organizing Your Data Jenny Holcombe, PhD UT College of Medicine Nuts & Bolts Conference August 16, 3013 Learning Objectives Identify Different Types of Variables Appropriately Naming Variables Constructing

More information

Index. Bar charts, 106 bartlett.test function, 159 Bottles dataset, 69 Box plots, 113

Index. Bar charts, 106 bartlett.test function, 159 Bottles dataset, 69 Box plots, 113 Index A Add-on packages information page, 186 187 Linux users, 191 Mac users, 189 mirror sites, 185 Windows users, 187 aggregate function, 62 Analysis of variance (ANOVA), 152 anova function, 152 as.data.frame

More information

Nuts and Bolts Research Methods Symposium

Nuts and Bolts Research Methods Symposium Organizing Your Data Jenny Holcombe, PhD UT College of Medicine Nuts & Bolts Conference August 16, 3013 Topics to Discuss: Types of Variables Constructing a Variable Code Book Developing Excel Spreadsheets

More information

GraphPad Prism Features

GraphPad Prism Features GraphPad Prism Features GraphPad Prism 4 is available for both Windows and Macintosh. The two versions are very similar. You can open files created on one platform on the other platform with no special

More information

Eksamen ERN4110, 6/ VEDLEGG SPSS utskrifter til oppgavene (Av plasshensyn kan utskriftene være noe redigert)

Eksamen ERN4110, 6/ VEDLEGG SPSS utskrifter til oppgavene (Av plasshensyn kan utskriftene være noe redigert) Eksamen ERN4110, 6/9-2018 VEDLEGG SPSS utskrifter til oppgavene (Av plasshensyn kan utskriftene være noe redigert) 1 Oppgave 1 Datafila I SPSS: Variabelnavn Beskrivelse Kjønn Kjønn (1=Kvinne, 2=Mann) Studieinteresse

More information

MINITAB Release Comparison Chart Release 14, Release 13, and Student Versions

MINITAB Release Comparison Chart Release 14, Release 13, and Student Versions Technical Support Free technical support Worksheet Size All registered users, including students Registered instructors Number of worksheets Limited only by system resources 5 5 Number of cells per worksheet

More information

Minitab 18 Feature List

Minitab 18 Feature List Minitab 18 Feature List * New or Improved Assistant Measurement systems analysis * Capability analysis Graphical analysis Hypothesis tests Regression DOE Control charts * Graphics Scatterplots, matrix

More information

Why is Statistics important in Bioinformatics?

Why is Statistics important in Bioinformatics? Why is Statistics important in Bioinformatics? Random processes are inherent in evolution and in sampling (data collection). Errors are often unavoidable in the data collection process. Statistics helps

More information

SPSS Modules Features

SPSS Modules Features SPSS Modules Features Core System Functionality (included in every license) Data access and management Data Prep features: Define Variable properties tool; copy data properties tool, Visual Bander, Identify

More information

STATS PAD USER MANUAL

STATS PAD USER MANUAL STATS PAD USER MANUAL For Version 2.0 Manual Version 2.0 1 Table of Contents Basic Navigation! 3 Settings! 7 Entering Data! 7 Sharing Data! 8 Managing Files! 10 Running Tests! 11 Interpreting Output! 11

More information

The Power and Sample Size Application

The Power and Sample Size Application Chapter 72 The Power and Sample Size Application Contents Overview: PSS Application.................................. 6148 SAS Power and Sample Size............................... 6148 Getting Started:

More information

FreeJSTAT for Windows. Macro Manual

FreeJSTAT for Windows. Macro Manual FreeJSTAT for Windows Macro Manual (c) Copyright Masato Sato, 1998-2018 [JSTAT MACRO Version 2.0 Overview] Macro File 1. Since m acro files are text files, you can edit them with text editors. 2. The file

More information

Learn What s New. Statistical Software

Learn What s New. Statistical Software Statistical Software Learn What s New Upgrade now to access new and improved statistical features and other enhancements that make it even easier to analyze your data. The Assistant Data Customization

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

Table Of Contents. Table Of Contents

Table Of Contents. Table Of Contents Statistics Table Of Contents Table Of Contents Basic Statistics... 7 Basic Statistics Overview... 7 Descriptive Statistics Available for Display or Storage... 8 Display Descriptive Statistics... 9 Store

More information

Technical Support Minitab Version Student Free technical support for eligible products

Technical Support Minitab Version Student Free technical support for eligible products Technical Support Free technical support for eligible products All registered users (including students) All registered users (including students) Registered instructors Not eligible Worksheet Size Number

More information

Statistical Pattern Recognition

Statistical Pattern Recognition Statistical Pattern Recognition Features and Feature Selection Hamid R. Rabiee Jafar Muhammadi Spring 2014 http://ce.sharif.edu/courses/92-93/2/ce725-2/ Agenda Features and Patterns The Curse of Size and

More information

Matlab for Engineers

Matlab for Engineers Matlab for Engineers Alistair Johnson 31st May 2012 Centre for Doctoral Training in Healthcare Innovation Institute of Biomedical Engineering Department of Engineering Science University of Oxford Supported

More information

SPSS: AN OVERVIEW. V.K. Bhatia Indian Agricultural Statistics Research Institute, New Delhi

SPSS: AN OVERVIEW. V.K. Bhatia Indian Agricultural Statistics Research Institute, New Delhi SPSS: AN OVERVIEW V.K. Bhatia Indian Agricultural Statistics Research Institute, New Delhi-110012 The abbreviation SPSS stands for Statistical Package for the Social Sciences and is a comprehensive system

More information

WolStat: A new statistics package for the behavioral and social sciences

WolStat: A new statistics package for the behavioral and social sciences Behavior Research Methods 2008, 40 (I), 94-101 doi: 10.3758/13RM40.1.94 WolStat: A new statistics package for the behavioral and social sciences ALLEN H. WOLACH Illinois Institute of Technology, Chicago,

More information

Statistical Pattern Recognition

Statistical Pattern Recognition Statistical Pattern Recognition Features and Feature Selection Hamid R. Rabiee Jafar Muhammadi Spring 2013 http://ce.sharif.edu/courses/91-92/2/ce725-1/ Agenda Features and Patterns The Curse of Size and

More information

SPSS: AN OVERVIEW. SEEMA JAGGI Indian Agricultural Statistics Research Institute Library Avenue, New Delhi

SPSS: AN OVERVIEW. SEEMA JAGGI Indian Agricultural Statistics Research Institute Library Avenue, New Delhi : AN OVERVIEW SEEMA JAGGI Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-110 012 seema@iasri.res.in 1. Introduction The abbreviation SPSS stands for Statistical Package for

More information

Statistical Pattern Recognition

Statistical Pattern Recognition Statistical Pattern Recognition Features and Feature Selection Hamid R. Rabiee Jafar Muhammadi Spring 2012 http://ce.sharif.edu/courses/90-91/2/ce725-1/ Agenda Features and Patterns The Curse of Size and

More information

SAS/STAT 13.1 User s Guide. The Power and Sample Size Application

SAS/STAT 13.1 User s Guide. The Power and Sample Size Application SAS/STAT 13.1 User s Guide The Power and Sample Size Application This document is an individual chapter from SAS/STAT 13.1 User s Guide. The correct bibliographic citation for the complete manual is as

More information

SPSS. (Statistical Packages for the Social Sciences)

SPSS. (Statistical Packages for the Social Sciences) Inger Persson SPSS (Statistical Packages for the Social Sciences) SHORT INSTRUCTIONS This presentation contains only relatively short instructions on how to perform basic statistical calculations in SPSS.

More information

for Windows User guide Exeter Software Statistical software for biologists Version 3.3

for Windows User guide Exeter Software Statistical software for biologists Version 3.3 for Windows Statistical software for biologists Version 3.3 User guide F. James Rohlf Dennis E. Slice Department of Ecology and Evolution State University of New York Stony Brook, NY 11794 Exeter Software

More information

Getting Started with MegaStat

Getting Started with MegaStat Getting Started with MegaStat J. B. Orris Butler University Copyright 2005 by J. B. Orris Table of Contents 1. Basic Procedures... 2 Buttons... 3 Data Selection... 3 Data Labels... 5 Output... 5 Repeat

More information

Table of Contents. Help/Information Help System System Information About MegaStat... 11

Table of Contents. Help/Information Help System System Information About MegaStat... 11 MegaStat User s Guide Windows version Copyright 2017 by J. B. Orris Table of Contents 1. Basic Procedures... 2 Buttons... 4 Data Selection... 5 Entering values... 6 Data Labels... 6 Output... 7 Repeat

More information

The ctest Package. January 3, 2000

The ctest Package. January 3, 2000 R objects documented: The ctest Package January 3, 2000 bartlett.test....................................... 1 binom.test........................................ 2 cor.test.........................................

More information

AcaStat User Manual. Version 10 for Mac and Windows. Copyright 2018, AcaStat Software. All rights Reserved.

AcaStat User Manual. Version 10 for Mac and Windows. Copyright 2018, AcaStat Software. All rights Reserved. AcaStat User Manual Version 10 for Mac and Windows Copyright 2018, AcaStat Software. All rights Reserved. http://www.acastat.com Table of Contents NEW IN VERSION 10... 6 INTRODUCTION... 7 GETTING HELP...

More information

MegaStat User s Guide

MegaStat User s Guide MegaStat User s Guide for Mac Excel 2016 Copyright 2017 by J. B. Orris Table of Contents 1. Basic Procedures... 2 Buttons... 4 Data Selection... 5 Entering values... 6 Data Labels... 6 Output... 7 Repeat

More information

Interval Estimation. The data set belongs to the MASS package, which has to be pre-loaded into the R workspace prior to use.

Interval Estimation. The data set belongs to the MASS package, which has to be pre-loaded into the R workspace prior to use. Interval Estimation It is a common requirement to efficiently estimate population parameters based on simple random sample data. In the R tutorials of this section, we demonstrate how to compute the estimates.

More information

MegaStat User s Guide

MegaStat User s Guide MegaStat User s Guide J. B. Orris Butler University Copyright 2015 by J. B. Orris Table of Contents 1. Basic Procedures... 2 Buttons... 4 Data Selection... 5 Entering values... 6 Data Labels... 6 Output...

More information

Brief Guide on Using SPSS 10.0

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

More information

One way ANOVA when the data are not normally distributed (The Kruskal-Wallis test).

One way ANOVA when the data are not normally distributed (The Kruskal-Wallis test). One way ANOVA when the data are not normally distributed (The Kruskal-Wallis test). Suppose you have a one way design, and want to do an ANOVA, but discover that your data are seriously not normal? Just

More information

JMP Chong Ho

JMP Chong Ho JMP Interface: ipod of statistical software Chong Ho Yu, Ph.D. (2012) cyu@apu.edu www.creative wisdom.com JMP is software package created by SAS Institute for data visualization and exploratory data analysis.

More information

LAMPIRAN. Tests of Normality. Kolmogorov-Smirnov a. Berat_Limfa KB KP P

LAMPIRAN. Tests of Normality. Kolmogorov-Smirnov a. Berat_Limfa KB KP P LAMPIRAN 1. Data Analisis Statistik 1.1 Berat Limpa U1 U2 U3 U4 U5 U6 Rata- SD Rata KB 0.53 0.17 0.18 0.2 0.18 0.13 0.23 0.15 KP 0.31 0.27 0.27 0.27 0.11 0.23 0.24 0.07 P1 0.23 0.21 0.12 0.2 0.24 0.23

More information

Getting Started with MegaStat

Getting Started with MegaStat Getting Started with MegaStat J. B. Orris Butler University Copyright 2005 by J. B. Orris Table of Contents 1. Basic Procedures... 2 Buttons... 3 Data Selection... 3 Entering values... 5 Data Labels...

More information

Research Methods for Business and Management. Session 8a- Analyzing Quantitative Data- using SPSS 16 Andre Samuel

Research Methods for Business and Management. Session 8a- Analyzing Quantitative Data- using SPSS 16 Andre Samuel Research Methods for Business and Management Session 8a- Analyzing Quantitative Data- using SPSS 16 Andre Samuel A Simple Example- Gym Purpose of Questionnaire- to determine the participants involvement

More information

What s new in MINITAB English R14

What s new in MINITAB English R14 What s new in MINITAB English R14 Overview Graphics Interface enhancements Statistical Enhancements Graphics Enhanced appearance Easy to create Easy to edit Easy to layout Paneling Automatic updating Rotating

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

Base package The Base subscription includes the following features:

Base package The Base subscription includes the following features: IBM SPSS Statistics Subscription: Base, add-ons and features 1 2 3 Base package The Base subscription includes the following features: Data access and management Compare two data files for compatibility

More information

Subject. Creating a diagram. Dataset. Importing the data file. Descriptive statistics with TANAGRA.

Subject. Creating a diagram. Dataset. Importing the data file. Descriptive statistics with TANAGRA. Subject Descriptive statistics with TANAGRA. The aim of descriptive statistics is to describe the main features of a collection of data in quantitative terms 1. The visualization of the whole data table

More information

IBM SPSS Statistics Traditional License packages and features

IBM SPSS Statistics Traditional License packages and features IBM SPSS Statistics Traditional License packages and features 1 2 3 The includes the following features: Data access and management Compare two data files for compatibility Data prep features: Define Variable

More information

Excel 2010 with XLSTAT

Excel 2010 with XLSTAT Excel 2010 with XLSTAT J E N N I F E R LE W I S PR I E S T L E Y, PH.D. Introduction to Excel 2010 with XLSTAT The layout for Excel 2010 is slightly different from the layout for Excel 2007. However, with

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

Want to Do a Better Job? - Select Appropriate Statistical Analysis in Healthcare Research

Want to Do a Better Job? - Select Appropriate Statistical Analysis in Healthcare Research Want to Do a Better Job? - Select Appropriate Statistical Analysis in Healthcare Research Liping Huang, Center for Home Care Policy and Research, Visiting Nurse Service of New York, NY, NY ABSTRACT The

More information

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

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

More information

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

In Minitab interface has two windows named Session window and Worksheet window.

In Minitab interface has two windows named Session window and Worksheet window. Minitab Minitab is a statistics package. It was developed at the Pennsylvania State University by researchers Barbara F. Ryan, Thomas A. Ryan, Jr., and Brian L. Joiner in 1972. Minitab began as a light

More information

Microarray Excel Hands-on Workshop Handout

Microarray Excel Hands-on Workshop Handout Microarray Excel Hands-on Workshop Handout Piali Mukherjee (pim2001@med.cornell.edu; http://icb.med.cornell.edu/) Importing Data Excel allows you to import data in tab, comma or space delimited text formats.

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

StatCalc User Manual. Version 9 for Mac and Windows. Copyright 2018, AcaStat Software. All rights Reserved.

StatCalc User Manual. Version 9 for Mac and Windows. Copyright 2018, AcaStat Software. All rights Reserved. StatCalc User Manual Version 9 for Mac and Windows Copyright 2018, AcaStat Software. All rights Reserved. http://www.acastat.com Table of Contents Introduction... 4 Getting Help... 4 Uninstalling StatCalc...

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

ANSWERS -- Prep for Psyc350 Laboratory Final Statistics Part Prep a

ANSWERS -- Prep for Psyc350 Laboratory Final Statistics Part Prep a ANSWERS -- Prep for Psyc350 Laboratory Final Statistics Part Prep a Put the following data into an spss data set: Be sure to include variable and value labels and missing value specifications for all variables

More information

Nonparametric Testing

Nonparametric Testing Nonparametric Testing in Excel By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission of the author. mark@excelmasterseries.com

More information

Getting Started with JMP at ISU

Getting Started with JMP at ISU Getting Started with JMP at ISU 1 Introduction JMP (pronounced like jump ) is the new campus-wide standard statistical package for introductory statistics courses at Iowa State University. JMP is produced

More information

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

Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2018/10/30) The numbers of figures in the SPSS_screenshot.pptx are shown in red. Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2018/10/30) 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

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

Practical OmicsFusion

Practical OmicsFusion Practical OmicsFusion Introduction In this practical, we will analyse data, from an experiment which aim was to identify the most important metabolites that are related to potato flesh colour, from an

More information

Statistical Package for the Social Sciences INTRODUCTION TO SPSS SPSS for Windows Version 16.0: Its first version in 1968 In 1975.

Statistical Package for the Social Sciences INTRODUCTION TO SPSS SPSS for Windows Version 16.0: Its first version in 1968 In 1975. Statistical Package for the Social Sciences INTRODUCTION TO SPSS SPSS for Windows Version 16.0: Its first version in 1968 In 1975. SPSS Statistics were designed INTRODUCTION TO SPSS Objective About the

More information

Data Management - Summary statistics - Graphics Choose a dataset to work on, maybe use it already

Data Management - Summary statistics - Graphics Choose a dataset to work on, maybe use it already Exercises Day 1 Data Management - Summary statistics - Graphics Choose a dataset to work on, maybe use it already Day 2 Inference introduction R Data Management - Summary statistics - Graphics Days 3 and

More information

Excel Assignment 4: Correlation and Linear Regression (Office 2016 Version)

Excel Assignment 4: Correlation and Linear Regression (Office 2016 Version) Economics 225, Spring 2018, Yang Zhou Excel Assignment 4: Correlation and Linear Regression (Office 2016 Version) 30 Points Total, Submit via ecampus by 8:00 AM on Tuesday, May 1, 2018 Please read all

More information

Nonparametric Methods

Nonparametric Methods 1 Excel Manual Nonparametric Methods Chapter 15 In this chapter, Excel is used more as an organizer; the actual statistics will performed by hand. Excel is used to do the simple task of ranking data, determining

More information

Psychology Press is an imprint of the Taylor & Francis Group, an informa business

Psychology Press is an imprint of the Taylor & Francis Group, an informa business First published 2012 by Psychology Press 27 Church Road, Hove, East Sussex BN3 2FA Simultaneously published in the USA and Canada by Psychology Press, 711 Third Avenue, New York NY 10017 Psychology Press

More information

JMP Book Descriptions

JMP Book Descriptions JMP Book Descriptions The collection of JMP documentation is available in the JMP Help > Books menu. This document describes each title to help you decide which book to explore. Each book title is linked

More information

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

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

More information

- 1 - Fig. A5.1 Missing value analysis dialog box

- 1 - Fig. A5.1 Missing value analysis dialog box WEB APPENDIX Sarstedt, M. & Mooi, E. (2019). A concise guide to market research. The process, data, and methods using SPSS (3 rd ed.). Heidelberg: Springer. Missing Value Analysis and Multiple Imputation

More information

NAME: BEST FIT LINES USING THE NSPIRE

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

More information

for statistical analyses

for statistical analyses Using for statistical analyses Robert Bauer Warnemünde, 05/16/2012 Day 6 - Agenda: non-parametric alternatives to t-test and ANOVA (incl. post hoc tests) Wilcoxon Rank Sum/Mann-Whitney U-Test Kruskal-Wallis

More information

Introduction to StatsDirect, 15/03/2017 1

Introduction to StatsDirect, 15/03/2017 1 INTRODUCTION TO STATSDIRECT PART 1... 2 INTRODUCTION... 2 Why Use StatsDirect... 2 ACCESSING STATSDIRECT FOR WINDOWS XP... 4 DATA ENTRY... 5 Missing Data... 6 Opening an Excel Workbook... 6 Moving around

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

More information

Tutorials Test Files and Worked Examples

Tutorials Test Files and Worked Examples SIMFIT SIMULATION, FITTING, STATISTICS, AND PLOTTING. Tutorials Test Files and Worked Examples bill.bardsley@simfit.org.uk http://www.simfit.org.uk Differential Equations Statistical Calculations Data

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

WINKS SDA 7. Version 7

WINKS SDA 7. Version 7 WINKS SDA 7 Version 7 (For BASIC and PROFESSIONAL Editions of WINKS SDA) PowerPoint Slides for this Guide are svailable at the website Click Instructors. www.texasoft.com TexaSoft, 2015 Do these tutorials

More information

Release Notes. JMP Genomics. Version 4.0

Release Notes. JMP Genomics. Version 4.0 JMP Genomics Version 4.0 Release Notes Creativity involves breaking out of established patterns in order to look at things in a different way. Edward de Bono JMP. A Business Unit of SAS SAS Campus Drive

More information

For Additional Information...

For Additional Information... For Additional Information... The materials in this handbook were developed by Master Black Belts at General Electric Medical Systems to assist Black Belts and Green Belts in completing Minitab Analyses.

More information

WINKS SDA Windows KwikStat Statistical Data Analysis and Graphs Getting Started Guide

WINKS SDA Windows KwikStat Statistical Data Analysis and Graphs Getting Started Guide WINKS SDA Windows KwikStat Statistical Data Analysis and Graphs Getting Started Guide 2011 Version 6A Do these tutorials first This series of tutorials provides a quick start to using WINKS. Feel free

More information

APPENDIX. Appendix 2. HE Staining Examination Result: Distribution of of BALB/c

APPENDIX. Appendix 2. HE Staining Examination Result: Distribution of of BALB/c APPENDIX Appendix 2. HE Staining Examination Result: Distribution of of BALB/c mice nucleus liver cells changes in percents between control group and intervention groups. Descriptives Groups Statistic

More information

NCSS Statistical Software. Design Generator

NCSS Statistical Software. Design Generator Chapter 268 Introduction This program generates factorial, repeated measures, and split-plots designs with up to ten factors. The design is placed in the current database. Crossed Factors Two factors are

More information

Multiple Regression White paper

Multiple Regression White paper +44 (0) 333 666 7366 Multiple Regression White paper A tool to determine the impact in analysing the effectiveness of advertising spend. Multiple Regression In order to establish if the advertising mechanisms

More information

Assumption 1: Groups of data represent random samples from their respective populations.

Assumption 1: Groups of data represent random samples from their respective populations. Tutorial 6: Comparing Two Groups Assumptions The following methods for comparing two groups are based on several assumptions. The type of test you use will vary based on whether these assumptions are met

More information

For a walkthrough on how to install this ToolPak, please follow the link below.

For a walkthrough on how to install this ToolPak, please follow the link below. Using histograms to display turntable data On the explore page there is an option to produce a histogram using the data your students gather as they work their way through each of the different sources

More information

2) familiarize you with a variety of comparative statistics biologists use to evaluate results of experiments;

2) familiarize you with a variety of comparative statistics biologists use to evaluate results of experiments; A. Goals of Exercise Biology 164 Laboratory Using Comparative Statistics in Biology "Statistics" is a mathematical tool for analyzing and making generalizations about a population from a number of individual

More information

Using Large Data Sets Workbook Version A (MEI)

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

More information

SAS (Statistical Analysis Software/System)

SAS (Statistical Analysis Software/System) SAS (Statistical Analysis Software/System) SAS Adv. Analytics or Predictive Modelling:- Class Room: Training Fee & Duration : 30K & 3 Months Online Training Fee & Duration : 33K & 3 Months Learning SAS:

More information

CHAPTER 1 GETTING STARTED

CHAPTER 1 GETTING STARTED CHAPTER 1 GETTING STARTED Configuration Requirements This design of experiment software package is written for the Windows 2000, XP and Vista environment. The following system requirements are necessary

More information

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1 Word 2010 Working with Tables Introduction Page 1 A table is a grid of cells arranged in rows and columns. Tables can be customized and are useful for various tasks such as presenting text information

More information

CLAREMONT MCKENNA COLLEGE. Fletcher Jones Student Peer to Peer Technology Training Program. Basic Statistics using Stata

CLAREMONT MCKENNA COLLEGE. Fletcher Jones Student Peer to Peer Technology Training Program. Basic Statistics using Stata CLAREMONT MCKENNA COLLEGE Fletcher Jones Student Peer to Peer Technology Training Program Basic Statistics using Stata An Introduction to Stata A Comparison of Statistical Packages... 3 Opening Stata...

More information

Using PC SAS/ASSIST* for Statistical Analyses

Using PC SAS/ASSIST* for Statistical Analyses Using PC SAS/ASSIST* for Statistical Analyses Margaret A. Nemeth, Monsanto Company lptroductjon SAS/ASSIST, a user friendly, menu driven applications system, is available on several platforms. This paper

More information

What is KNIME? workflows nodes standard data mining, data analysis data manipulation

What is KNIME? workflows nodes standard data mining, data analysis data manipulation KNIME TUTORIAL What is KNIME? KNIME = Konstanz Information Miner Developed at University of Konstanz in Germany Desktop version available free of charge (Open Source) Modular platform for building and

More information

9.8 Rockin the Residuals

9.8 Rockin the Residuals 42 SECONDARY MATH 1 // MODULE 9 9.8 Rockin the Residuals A Solidify Understanding Task The correlation coefficient is not the only tool that statisticians use to analyze whether or not a line is a good

More information

Introduction to Statistical Analyses in SAS

Introduction to Statistical Analyses in SAS Introduction to Statistical Analyses in SAS Programming Workshop Presented by the Applied Statistics Lab Sarah Janse April 5, 2017 1 Introduction Today we will go over some basic statistical analyses in

More information

Creating and Displaying Multi-Layered Cross Sections in Surfer 11

Creating and Displaying Multi-Layered Cross Sections in Surfer 11 Creating and Displaying Multi-Layered Cross Sections in Surfer 11 The ability to create a profile in Surfer has always been a powerful tool that many users take advantage of. The ability to combine profiles

More information

Forfattere Intro to SPSS 19.0 Description

Forfattere Intro to SPSS 19.0 Description Forfattere Nicholas Fritsche Rasmus Porsgaard Casper Voigt Rasmussen Martin Klint Hansen Morten Christoffersen Ulrick Tøttrup Niels Yding Sørensen Morten Mondrup Andreassen Jesper Pedersen Intro to SPSS

More information

Introduction to SPSS A Tutorial for SPSS v20

Introduction to SPSS A Tutorial for SPSS v20 Student Learning Services (Tā te Ākonga) Introduction to SPSS A Tutorial for SPSS v20 As with any software package, there are multiple ways to perform any task. In order to avoid confusion for the beginning

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