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

Size: px
Start display at page:

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

Transcription

1 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 to help educators teach statistics but has evolved into a business data analysis tool. "Minitab Inc. is the leading global provider of software and services for quality improvement and statistics education. Our mission is to provide the tools and resources professionals need to analyze complex problems, improve their processes, and train their students." The current version Minitab 15 is available for Microsoft Windows XP (32-bit versions) or Vista. Procedures explained utilize Minitab 14. The author s operating system is Windows XP Professional. The described Minitab procedures will follow topics in the textbook. Note: Procedures shown are representative, not comprehensive. Refer to the Minitab user guide for a more in-depth description of statistical methods. The Minitab application website is Minitab Starting Minitab In Windows XP, click Start > Programs > Minitab 14 > Minitab 14. Opening Screen Session window Column Cell Row Data entry window Bluman & Mayer, Elementary Statisitics, A Step by Step Approach, Canadian Edition Minitab Page 1 of 8

2 Entering Data Input data in the worksheet window in the columns and rows. Column labels may be typed into the cells below the column headings above row 1. Save a Worksheet File and Worksheet Project Click folder. or File > Save Current Worksheet or File > Save Project with file or project name to desired Open a Worksheet File and Worksheet Project Click or File > Open Worksheet or File > Open Project from saved folder. Minitab Commands Menus may be used to access available commands depending on the desired procedure. Procedure shown uses menu commands. Alternatively, commands can be input directly in the Session window, commands are typed at the MTB> prompt, subcommands at the SUBC> prompt and data at the DATA> prompt. Press Enter to execute commands. Note: Command may need to be enabled in menu. Click Editor > Enable Commands. Categorical Frequency Table (Qualitative or Discrete Data) Input data in column and type heading. Select Stat > Tables > Tally Individual Variables. Double-click column with data to display under Variables:, then select Display: Counts Percents Cumulative counts. Click OK. Grouped Frequency Distribution (Quantitative Variable) Input data in column and type heading label. Select Data > Code > Numeric to Text. Double-click column name containing data to display under Code data from columns:. Type new column name under Into columns:. Type class limits separated with a colon under Original values [eg, 1:4 12]:, then type the text category classes, usually separated with a dash, under New:. Continue to type each additional class, then click OK. Click Stat > Tables > Tally Individual Variables, then double-click column with new data (class limits) to display under Variables:, then select Display: Counts Percents Cumulative counts. Click OK. Histogram Enter data with column label on worksheet. Select Graph > Histogram > Simple > OK. In Histogram dialogue, double-click column label containing data to display under Graph variables:. Click Labels > Select Titles/Footnotes {type chart title and subtitle} > OK. Other Chart Types Input appropriate data for the chart type in the worksheet. Pie charts, bar charts, dot plots, stem and leaf plots, and time series plots are accessed in the Graph menu. Pareto charts can be created via the Stat > Quality Tools > Pareto menu. In all cases, the dialogue box will prompt the user for required information. Bluman & Mayer, Elementary Statisitics, A Step by Step Approach, Canadian Edition Minitab Page 2 of 8

3 Descriptive Measures Enter data with column label on worksheet. Click Data > Basic Statistics > Display Descriptive Statistics. Double-click column containing data to display under Variables:. Click Statistics and select desired descriptive measures mean, median, range, standard deviation and variance. Click OK twice to display selected descriptive statistics. Measures of Position Input data in the worksheet. Access Calc > Standardize menu. In the Standardize dialogue, double-click column containing data to display under Input column(s): and identify column to Store results in:. Click OK to convert data to standard (z) scores. Relative Frequency Probabilities Input data for X values and frequencies in two columns in worksheet. Label column headings. Select Calc > Calculator menu. Identify column, or type a new column label, in Store result in variable:. In Expression: window, double-click column with frequency data, then click / (division sign), then under Functions: scroll down and select Sum, then double-click column with frequency data. Expression should be similar to 'f' / SUM('f'). Click OK to display relative frequency probabilities. Contingency Table Input appropriate data in two columns. Label column headings. Select Stat > Tables > Cross Tabulation and Chi-Square. Double-click desired columns under Categorical variables: For rows and For columns:. Select Count Row percents Column percents Total Percents as required. Click OK. Factorials, Permutations, and Combinations Minitab Release 14 does not have built-in functions for Factorials, Permutations, and Combinations and does not handle very large values without an overflow. The solution is with the use of a natural logarithm expression. Select Calc > Calculator. In Store result in variable:, indicate desired column. In Expression, type the following (replace n and r with desired values), then click OK. Factorial EXPO (LNGAMMA(n +1) - LNGAMMA (r +1) - LNGAMMA(n - r +1)) Permutation EXPO (LNGAMMA(n+1) - LNGAMMA(n-x+1)) Combination EXPO (LNGAMMA(n+1) - LNGAMMA(r+1) - LNGAMMA(n-r+1)) Note: In Minitab Release 15 replace above expressions, respectively, with FACTORIAL(n), PERMUTATION(n,r) and COMBINATION(n,r). Binomial Probability Distribution Input data (X values) in column and type heading label. Label 2 nd column for probabilities (i.e. P(X)). Select Calc > Probability Distributions > Binomial. In dialogue box, check Probability, and specify Number of trials: and Probability of success:. Indicate location of Input column: {X values} and Optional storage: {P(X)}. Click OK to display probabilities. Note: If a single binomial probability is desired, type X value in Input constant: instead of using Input column. Bluman & Mayer, Elementary Statisitics, A Step by Step Approach, Canadian Edition Minitab Page 3 of 8

4 Note: If cumulative or inverse cumulative binomial probabilities are desired, check appropriate boxes instead of Probability: in dialogue box. Graph Binomial Distribution Create a binomial probability distribution in worksheet. Select Graph > Scatterplot > Simple. Click Data View > Select Data Display, and check only Project Lines > OK. Click Labels {type an appropriate title and subtitle} > OK. Optional: change Scale > Gridlines > OK twice to display graph. Poisson Probability Distribution Input data (X values) in column and type heading label. Label 2 nd column heading for probabilities (i.e. P(X)). Select Calc > Probability Distributions > Poisson. In dialogue box, check Probability, and specify Mean:. Identify location of Input column: {X values} and Optional storage: {P(X)}. Click OK to display probabilities. Note: If a single binomial probability is desired, type X value in Input constant: instead of using Input column. Note: If a cumulative or inverse cumulative binomial probabilities are desired, check appropriate boxes instead of Probability: in dialogue box. Standard Normal Distribution Select Calc > Probability Distributions > Normal. In dialogue box, check Cumulative Probability, and specify Mean: 0 and Standard Deviation: 1. Select Input constant: {type desired z-score}. Click OK to display area to the left of z-score. Note: To calculate areas to the right of z-score, store probability for area to the left as a variable (i.e. K1) in Optional Storage:. Select Calc > Calculator > {type new variable (i.e. K2) in Store result in variable:}. Type Expression: {i.e. 1 K1}. Click OK. To display areas to the left and right, respectively, select Data > Display Data > select variables {i.e. K1 and K2}. Click OK. Note: To find a z-score given an area, in Normal dialogue box, check Inverse cumulative probability. Specify Mean: 0 and Standard Deviation: 1. Check Input constant: {type desired area to the left}. Click OK to display z-score. Determining Normality Graphical Method Input data in worksheet and label column. Select Stat > Basic Statistics > Graphical Summary. In Variables: double-click column data label. Click OK. *Check for a bell-shaped curve on histogram. Normal Probability Plot Method Input data in worksheet and label column. Select Graph > Probability Plot > select Single. In Graph variables: double-click column data label. Click Distribution > Distribution tab > select Normal. Click OK. Click Labels: and input appropriate title and subtitle. Click OK twice. * Check for linearity of point on graph. Normality Test Method Input data in worksheet and label column. Select Stat > Basic Statistics > Normality Test > In Variable: double-click column data label. Select desired Tests for Normality. Enter Title. Click OK. * Check for linearity of point on graph. Confidence Interval Estimate Bluman & Mayer, Elementary Statisitics, A Step by Step Approach, Canadian Edition Minitab Page 4 of 8

5 Normal z Interval (means) Input data in worksheet and label column. If σ is known, continue to next step*. If σ is not known, select Calc > Column > check Standard deviation > In Input variable: doubleclick column data > In Store results in: type a variable name (i.e. s). Click OK. *Select Stat > Basic Statistics > 1-Sample Z > In Samples in columns: double-click column data label. In Standard deviation: type σ (if known) or variable for standard deviation {i.e. s). > Click Options > In Confidence level: type desired level of confidence. In Alternative: not equal to. Click OK twice to display results. t Interval (means) Input data in worksheet and label column. Select Stat > Basic Statistics > 1-Sample t > In Samples in columns: double-click column data label > Click Options > In Confidence level: type desired level of confidence. In Alternative: not equal to. Click OK twice to display results. Note: If data is not given but summary statistics are known, type values for Sample size:, Mean:, and Standard deviation: in appropriate boxes under Summarized data. Normal z Interval (proportions) No data will be input in worksheet. Select Stat > Basic Statistics > 1 Proportion > Check Summarized data, input appropriate values for Number of trials: and Number of events:.> Click Options > In Confidence level: type desired level of confidence. In Alternative: not equal to. Click OK twice to display results. Variance Minitab Release 14 does not include a confidence interval estimate for variances and standard deviations. This feature will be available in Release 15. Hypothesis Tests Normal z Test (means) Repeat Normal z Interval (means) procedure except in Test mean: type hypothesized mean value > Click Options > In Confidence level: input 1 significance level (α) (i.e. if α = 0.05, 1 α = 0.95, use 95). Change Alternative: to less than or not equal or greater than as required. Click OK twice to display results including z-score and P-value. t Test (means) Repeat t Interval (means) procedure except in Test mean: type hypothesized mean value > Click Options > In Confidence level: input 1 significance level (α) (i.e. if α = 0.01, 1 α = 0.99, use 99). Change Alternative: to less than or not equal or greater than as required. Click OK twice to display results including z-score and P-value. Normal z Test (proportions) Repeat Normal z Interval (proportions) procedure except in Options > Confidence level: input 1 significance level (α) (i.e. if α = 0.10, 1 α = 0.90, use 90). In Test proportion: type value for test. Change Alternative: to less than or not equal or greater than as required. Add check to Use test and interval based on normal distribution. Click OK twice to display results including z-score and P-value. Variance Minitab Release 14 does not include a confidence interval estimate for variances and standard deviations. This feature will be available in Release 15. Hypothesis Test Difference Between Two Means Large Independent Samples Input two columns of data with headings. Select Stat > Basic Statistics > 2-Sample t. Select Samples in different columns. In First: double-click first column data label. In Second: double-click second column data label. Click Options > In Confidence level: input 1 significance level (α) (i.e. if α = 0.05, 1 α = 0.95, use 95). In Test difference: 0.0. In Change Alternative: to less than or not equal or greater than as required. Click OK twice to display results including t-value and P-value. Small Independent Samples with Equal Variances Repeat procedure for Large Independent Samples except in dialogue check Assume equal variances. Bluman & Mayer, Elementary Statisitics, A Step by Step Approach, Canadian Edition Minitab Page 5 of 8

6 Small Dependent Samples Input two columns of data with headings. Select Stat > Basic Statistics > Paired t. Select Samples in columns. In First sample: double-click first column data label. In Second sample: double-click second column data label. Click Options > For Confidence level: input 1 α (as a %), Test mean: 0 and Alternative: less than or not equal or greater than as required. Click OK twice to display results. Hypothesis Test Difference Between Two Variances Input two columns of data with headings. Select Stat > Basic Statistics > 2-Variances. Select Samples in different columns. In First: double-click first column data label. In Second: double-click second column data label. Click Options > In Confidence level: input 1 significance level (α) (i.e. if α = 0.05, 1 α = 0.95, use 95). Type appropriate title. Click OK twice. A graph window is displayed. On the right, under F-Test are displayed the values of the test statistic and P-value for a two-tailed test. Divide P-value by 2 for a one-tailed test. Hypothesis Test Difference Between Proportions No worksheet data is required. Select Stat > Basic Statistics > 2-Proportions. Select Summarized data. In First: and Second: input Trials: and Events: data. Click Options > In Confidence level: 1 α (as a %), Test difference: 0 and Alternative: not equal. Check box Use pooled estimate of p for test. Click OK twice to display results. Scatter Plot Input two columns of paired data (x,y) with headings. Select Graph > Scatterplot > Simple. For Y variables, double-click second column data label. For X variables, double-click first column data label. Click Data View > Data Display > check Data Display Symbols box. Click OK. Click Labels > input appropriate Title and Subtitle in Titles/Footnotes. Click OK twice to display graph. Correlation Coefficient Input two columns of paired data (x,y) with headings. Select Stat > Basic Statistics > Correlation. For Variables, double-click second column data label (Y Variable), then double-click first column data label (X Variable). Check box Display p-values. Click OK to display result. Equation of Regression Line Input two columns of paired data (x,y) with headings. Select Stat > Regression > Regression. For Response:, double-click second column data label (Y Variable) For Predictors: double-click first column data label (X Variable). Click Storage > check boxes Residuals and Fits. Click OK twice to display regression equation. Note: Two columns are added to worksheet containing fitted values and residuals. Multiple Regression Input columns of data with headings. Click Stat > Regression > Regression. In Response: double-click dependent variable column heading. In Predictors: double-click each independent variable column heading. Click Storage > check box for Residuals and Fits. Click OK twice to display statistics including the multiple regression equation, F (test statistic) and P (P-value). Chi-Square Hypothesis Test Bluman & Mayer, Elementary Statisitics, A Step by Step Approach, Canadian Edition Minitab Page 6 of 8

7 Χ 2 Goodness-of-Fit Input observed counts in C1 and expected counts in C2 with headings O and E respectively. Select Calc > Calculator. In Store result in variable:., type 1 st variable name: (i.e. K1). In Expression box, type formula type SUM((O-E)**2/E). Click OK to display result in variable (i.e. K1). Calculate the P-value. Select Calc > Probability Distributions > Chi-square. Select Cumulative probability, type Degrees of Freedom appropriate to data. In Input Constant, double-click saved variable (i.e. K1) from variable list. In Optional Storage, type 2 nd variable name (i.e. K2), which is area to left of test statistic. The P-value is the area to the right. Click OK. Select Calc > Calculator. In Store results in variable: box, type 3 rd variable name (i.e. K3). In expression: box type, 1-{2 nd variable}, (i.e. 1-K2). Click OK. To display the 3 rd variable (i.e. K3) value (P-value), open Window > Project Manager, under Worksheets Constants. Χ 2 Independence Test or Contingency Table Test Input observed frequencies in columns. Label columns but not rows. Select Stat > Tables > Chi-Square Test. Highlight all columns in list. Click Select to move into Columns containing the table box. Click OK to display statistics including Chi- Square test statistic and P-value. One-Way Analysis of Variance (ANOVA) Input columns of data with headings. Select Stat > ANOVA > One-Way (Unstacked). Highlight all columns in list. Click Select to copy list to Responses (in separate columns):. Click OK to display results including F (test statistic) and P (P-value). Two-Way Analysis of Variance Input column data and label headings. Select Stat > ANOVA > Two-Way In Response: double-click dependent variable column label. In Row factor: double-click 1 st independent variable column label. In Column factor: double-click 2 nd independent variable column label. Click OK to display results. To plot data, select Stat > ANOVA > Interactions Plot... In Responses: double-click dependent variable column label. In Row factor: double-click independent variable column labels. OK to display results. The Sign Test Input column data and label headings. Select Stat > Nonparametrics > 1-Sample Sign In Variables: double-click column label. Click on Test median: input hypothesized value. Alternative: select appropriate test. Click OK to display results including P (P-value). The Paired-Sample Test Input two columns of data and label headings (i.e. Before and After). Select Calc > Calculator. In Store result in variable: type variable name (i.e. D for difference). In Expression: double-click 1 st (i.e. Before) column, minus, double-click 2 nd (i.e. After) column. Click OK to display differences in 3 rd or next available column (i.e. column labeled D). Repeat the instruction for the Sign Test on the differences (i.e. D) with hypothesized value of 0. Wilcoxon Rank Sum Test (Mann-Whitney) Input two columns of data and label headings. Select Stat > Nonparametric > Mann-Whitney. In First Sample: double-click 1 st column label. In Second Sample: double-click 2 nd column label. Specify Confidence level: and Alternative:. Click OK to display results. Wilcoxon Signed-Rank Test Bluman & Mayer, Elementary Statisitics, A Step by Step Approach, Canadian Edition Minitab Page 7 of 8

8 Repeat the Paired-Sample Test procedure except in the final step select Stat > Nonparametric > 1-Sample Wilcoxon. In Variables: select C3 (i.e. D), click Test median: input 0. Click OK to display results including P (P-value). Kruskal-Wallis Test Input two columns of data (stacked) with numeric data in one column and associated labels in the second columns. Label column headings. Select Stat > Nonparametric > Kruskal-Wallis. In Response: double-click column with numeric data. In Factor: double-click the column with labels. Click OK to display results. Runs Test for Randomness Input data in column 1 in the same order collected. Label heading. Select Calc > Column Statistics. Check Median: option. In Input Variable: double-click column label. In Store result in: type appropriate name for data. Click OK. Select Stat > Nonparametric > Runs Test. In Variables: double-click column label. Click Above and below, then select name specified in previous step. Click OK to display results including P-value. Random Sample With Replacement Select Calc > Random Data > Integer. Type value in Generate rows of data. In Store in column(s):, type a column name. Type desired Minimum value: and Maximum value:. Click OK to display result on worksheet. Without Replacement Select Calc > Make Patterned Data > Simple Set of Numbers. In Store patterned data in: type column heading. In From first value: and To last value: type desired range (minimum and maximum). Leave In steps of: 1. Click OK to display values in named column. Select Calc > Random Data > Sample from columns. Sample a portion of the range (i.e. If 50 values, sample 10). In Store sample in: type a new column name. Click OK to display results on worksheet. Normal Distribution Select Calc > Random Data > Normal Type value in Generate rows of data. In Store in column(s):, type a column name. Type desired values for Mean: and Standard deviation:. Click OK to display results on worksheet. Note: To display data in session window, select Data > Display data, double-click desired column label. Click OK. Bluman & Mayer, Elementary Statisitics, A Step by Step Approach, Canadian Edition Minitab Page 8 of 8

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

8. MINITAB COMMANDS WEEK-BY-WEEK

8. MINITAB COMMANDS WEEK-BY-WEEK 8. MINITAB COMMANDS WEEK-BY-WEEK In this section of the Study Guide, we give brief information about the Minitab commands that are needed to apply the statistical methods in each week s study. They are

More information

Minitab Study Card J ENNIFER L EWIS P RIESTLEY, PH.D.

Minitab Study Card J ENNIFER L EWIS P RIESTLEY, PH.D. Minitab Study Card J ENNIFER L EWIS P RIESTLEY, PH.D. Introduction to Minitab The interface for Minitab is very user-friendly, with a spreadsheet orientation. When you first launch Minitab, you will see

More information

Chapter 3: Data Description Calculate Mean, Median, Mode, Range, Variation, Standard Deviation, Quartiles, standard scores; construct Boxplots.

Chapter 3: Data Description Calculate Mean, Median, Mode, Range, Variation, Standard Deviation, Quartiles, standard scores; construct Boxplots. MINITAB Guide PREFACE Preface This guide is used as part of the Elementary Statistics class (Course Number 227) offered at Los Angeles Mission College. It is structured to follow the contents of the textbook

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

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

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

MINITAB 17 BASICS REFERENCE GUIDE

MINITAB 17 BASICS REFERENCE GUIDE MINITAB 17 BASICS REFERENCE GUIDE Dr. Nancy Pfenning September 2013 After starting MINITAB, you'll see a Session window above and a worksheet below. The Session window displays non-graphical output such

More information

Math 227 EXCEL / MEGASTAT Guide

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

More information

Fathom Dynamic Data TM Version 2 Specifications

Fathom Dynamic Data TM Version 2 Specifications Data Sources Fathom Dynamic Data TM Version 2 Specifications Use data from one of the many sample documents that come with Fathom. Enter your own data by typing into a case table. Paste data from other

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

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

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

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

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

Selected Introductory Statistical and Data Manipulation Procedures. Gordon & Johnson 2002 Minitab version 13.

Selected Introductory Statistical and Data Manipulation Procedures. Gordon & Johnson 2002 Minitab version 13. Minitab@Oneonta.Manual: Selected Introductory Statistical and Data Manipulation Procedures Gordon & Johnson 2002 Minitab version 13.0 Minitab@Oneonta.Manual: Selected Introductory Statistical and Data

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

Page 1. Graphical and Numerical Statistics

Page 1. Graphical and Numerical Statistics TOPIC: Description Statistics In this tutorial, we show how to use MINITAB to produce descriptive statistics, both graphical and numerical, for an existing MINITAB dataset. The example data come from Exercise

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

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

Applied Regression Modeling: A Business Approach

Applied Regression Modeling: A Business Approach i Applied Regression Modeling: A Business Approach Computer software help: SPSS SPSS (originally Statistical Package for the Social Sciences ) is a commercial statistical software package with an easy-to-use

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

Introductory Applied Statistics: A Variable Approach TI Manual

Introductory Applied Statistics: A Variable Approach TI Manual Introductory Applied Statistics: A Variable Approach TI Manual John Gabrosek and Paul Stephenson Department of Statistics Grand Valley State University Allendale, MI USA Version 1.1 August 2014 2 Copyright

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

Objective 1: To simulate the rolling of a die 100 times and to build a probability distribution.

Objective 1: To simulate the rolling of a die 100 times and to build a probability distribution. Minitab Lab #2 Math 120 Nguyen 1 of 6 Objectives: 1) Simulate games of chance that have equally likely outcomes 2) Construct a binomial probability distribution and sketch a probability histogram 3) Calculate

More information

Quality and Six Sigma Tools using MINITAB Statistical Software: A complete Guide to Six Sigma DMAIC Tools using MINITAB

Quality and Six Sigma Tools using MINITAB Statistical Software: A complete Guide to Six Sigma DMAIC Tools using MINITAB Samples from MINITAB Book Quality and Six Sigma Tools using MINITAB Statistical Software A complete Guide to Six Sigma DMAIC Tools using MINITAB Prof. Amar Sahay, Ph.D. One of the major objectives of this

More information

Meet MINITAB. Student Release 14. for Windows

Meet MINITAB. Student Release 14. for Windows Meet MINITAB Student Release 14 for Windows 2003, 2004 by Minitab Inc. All rights reserved. MINITAB and the MINITAB logo are registered trademarks of Minitab Inc. All other marks referenced remain the

More information

a. divided by the. 1) Always round!! a) Even if class width comes out to a, go up one.

a. divided by the. 1) Always round!! a) Even if class width comes out to a, go up one. Probability and Statistics Chapter 2 Notes I Section 2-1 A Steps to Constructing Frequency Distributions 1 Determine number of (may be given to you) a Should be between and classes 2 Find the Range a The

More information

Quantitative - One Population

Quantitative - One Population Quantitative - One Population The Quantitative One Population VISA procedures allow the user to perform descriptive and inferential procedures for problems involving one population with quantitative (interval)

More information

STAT - Edit Scroll up the appropriate list to highlight the list name at the very top Press CLEAR, followed by the down arrow or ENTER

STAT - Edit Scroll up the appropriate list to highlight the list name at the very top Press CLEAR, followed by the down arrow or ENTER Entering/Editing Data Use arrows to scroll to the appropriate list and position Enter or edit data, pressing ENTER after each (including the last) Deleting Data (One Value at a Time) Use arrows to scroll

More information

FreeJSTAT for Windows. Manual

FreeJSTAT for Windows. Manual FreeJSTAT for Windows Manual (c) Copyright Masato Sato, 1998-2018 1 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 10 7. Contingency

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

Section 2-2 Frequency Distributions. Copyright 2010, 2007, 2004 Pearson Education, Inc

Section 2-2 Frequency Distributions. Copyright 2010, 2007, 2004 Pearson Education, Inc Section 2-2 Frequency Distributions Copyright 2010, 2007, 2004 Pearson Education, Inc. 2.1-1 Frequency Distribution Frequency Distribution (or Frequency Table) It shows how a data set is partitioned among

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

Guide to Statistical Software

Guide to Statistical Software Guide to Statistical Software APPENDIX B Chapter 3 Displaying and Describing Categorical Data To make a bar chart or pie chart, select the variable In the Plot menu, choose Bar Chart or Pie Chart To make

More information

GETTING STARTED WITH MINITAB INTRODUCTION TO MINITAB STATISTICAL SOFTWARE

GETTING STARTED WITH MINITAB INTRODUCTION TO MINITAB STATISTICAL SOFTWARE Six Sigma Quality Concepts & Cases Volume I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS CHAPTER 2 GETTING STARTED WITH MINITAB INTRODUCTION TO MINITAB STATISTICAL SOFTWARE Amar

More information

Unit 1: The One-Factor ANOVA as a Generalization of the Two-Sample t Test

Unit 1: The One-Factor ANOVA as a Generalization of the Two-Sample t Test Minitab Notes for STAT 6305: Analysis of Variance Models Department of Statistics and Biostatistics CSU East Bay Unit 1: The One-Factor ANOVA as a Generalization of the Two-Sample t Test 1.1. Data and

More information

Numerical Descriptive Measures

Numerical Descriptive Measures Chapter 3 Numerical Descriptive Measures 1 Numerical Descriptive Measures Chapter 3 Measures of Central Tendency and Measures of Dispersion A sample of 40 students at a university was randomly selected,

More information

QstatLab: software for statistical process control and robust engineering

QstatLab: software for statistical process control and robust engineering QstatLab: software for statistical process control and robust engineering I.N.Vuchkov Iniversity of Chemical Technology and Metallurgy 1756 Sofia, Bulgaria qstat@dir.bg Abstract A software for quality

More information

Getting Started with Minitab 18

Getting Started with Minitab 18 2017 by Minitab Inc. All rights reserved. Minitab, Quality. Analysis. Results. and the Minitab logo are registered trademarks of Minitab, Inc., in the United States and other countries. Additional trademarks

More information

Minitab on the Math OWL Computers (Windows NT)

Minitab on the Math OWL Computers (Windows NT) STAT 100, Spring 2001 Minitab on the Math OWL Computers (Windows NT) (This is an incomplete revision by Mike Boyle of the Spring 1999 Brief Introduction of Benjamin Kedem) Department of Mathematics, UMCP

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

Getting Started with Minitab 17

Getting Started with Minitab 17 2014, 2016 by Minitab Inc. All rights reserved. Minitab, Quality. Analysis. Results. and the Minitab logo are all registered trademarks of Minitab, Inc., in the United States and other countries. See minitab.com/legal/trademarks

More information

Minitab Lab #1 Math 120 Nguyen 1 of 7

Minitab Lab #1 Math 120 Nguyen 1 of 7 Minitab Lab #1 Math 120 Nguyen 1 of 7 Objectives: 1) Retrieve a MiniTab file 2) Generate a list of random integers 3) Draw a bar chart, pie chart, histogram, boxplot, stem-and-leaf diagram 4) Calculate

More information

2010 by Minitab, Inc. All rights reserved. Release Minitab, the Minitab logo, Quality Companion by Minitab and Quality Trainer by Minitab are

2010 by Minitab, Inc. All rights reserved. Release Minitab, the Minitab logo, Quality Companion by Minitab and Quality Trainer by Minitab are 2010 by Minitab, Inc. All rights reserved. Release 16.1.0 Minitab, the Minitab logo, Quality Companion by Minitab and Quality Trainer by Minitab are registered trademarks of Minitab, Inc. in the United

More information

Table of Contents (As covered from textbook)

Table of Contents (As covered from textbook) Table of Contents (As covered from textbook) Ch 1 Data and Decisions Ch 2 Displaying and Describing Categorical Data Ch 3 Displaying and Describing Quantitative Data Ch 4 Correlation and Linear Regression

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

Introduction to Minitab 1

Introduction to Minitab 1 Introduction to Minitab 1 We begin by first starting Minitab. You may choose to either 1. click on the Minitab icon in the corner of your screen 2. go to the lower left and hit Start, then from All Programs,

More information

Descriptive Statistics, Standard Deviation and Standard Error

Descriptive Statistics, Standard Deviation and Standard Error AP Biology Calculations: Descriptive Statistics, Standard Deviation and Standard Error SBI4UP The Scientific Method & Experimental Design Scientific method is used to explore observations and answer questions.

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

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

2.1: Frequency Distributions and Their Graphs

2.1: Frequency Distributions and Their Graphs 2.1: Frequency Distributions and Their Graphs Frequency Distribution - way to display data that has many entries - table that shows classes or intervals of data entries and the number of entries in each

More information

Instructions for Using ABCalc James Alan Fox Northeastern University Updated: August 2009

Instructions for Using ABCalc James Alan Fox Northeastern University Updated: August 2009 Instructions for Using ABCalc James Alan Fox Northeastern University Updated: August 2009 Thank you for using ABCalc, a statistical calculator to accompany several introductory statistics texts published

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

Nonparametrics on Minitab Version 1

Nonparametrics on Minitab Version 1 θ Nonparametrics on Minitab 11.11 Version 1? ρπθ σχωµ σχωµ µρπ ρ πθ σ χω Stat 313 2000 By Julian Visch & Irene Hudson Department of Mathematics and Statistics University of Canterbury Nonparametrics on

More information

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

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

More information

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

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

An introduction to SPSS

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

More information

Practical 2: Using Minitab (not assessed, for practice only!)

Practical 2: Using Minitab (not assessed, for practice only!) Practical 2: Using Minitab (not assessed, for practice only!) Instructions 1. Read through the instructions below for Accessing Minitab. 2. Work through all of the exercises on this handout. If you need

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

An Introduction to Minitab Statistics 529

An Introduction to Minitab Statistics 529 An Introduction to Minitab Statistics 529 1 Introduction MINITAB is a computing package for performing simple statistical analyses. The current version on the PC is 15. MINITAB is no longer made for the

More information

Learner Expectations UNIT 1: GRAPICAL AND NUMERIC REPRESENTATIONS OF DATA. Sept. Fathom Lab: Distributions and Best Methods of Display

Learner Expectations UNIT 1: GRAPICAL AND NUMERIC REPRESENTATIONS OF DATA. Sept. Fathom Lab: Distributions and Best Methods of Display CURRICULUM MAP TEMPLATE Priority Standards = Approximately 70% Supporting Standards = Approximately 20% Additional Standards = Approximately 10% HONORS PROBABILITY AND STATISTICS Essential Questions &

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

TI-83 Users Guide. to accompany. Statistics: Unlocking the Power of Data by Lock, Lock, Lock, Lock, and Lock

TI-83 Users Guide. to accompany. Statistics: Unlocking the Power of Data by Lock, Lock, Lock, Lock, and Lock TI-83 Users Guide to accompany by Lock, Lock, Lock, Lock, and Lock TI-83 Users Guide- 1 Getting Started Entering Data Use the STAT menu, then select EDIT and hit Enter. Enter data for a single variable

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

Data Analysis Guidelines

Data Analysis Guidelines Data Analysis Guidelines DESCRIPTIVE STATISTICS Standard Deviation Standard deviation is a calculated value that describes the variation (or spread) of values in a data set. It is calculated using a formula

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 2 Summarizing and Graphing Data 2-1 Overview 2-2 Frequency Distributions 2-3 Histograms

More information

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski Data Analysis and Solver Plugins for KSpread USER S MANUAL Tomasz Maliszewski tmaliszewski@wp.pl Table of Content CHAPTER 1: INTRODUCTION... 3 1.1. ABOUT DATA ANALYSIS PLUGIN... 3 1.3. ABOUT SOLVER PLUGIN...

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

Lab 7 Statistics I LAB 7 QUICK VIEW

Lab 7 Statistics I LAB 7 QUICK VIEW Lab 7 Statistics I This lab will cover how to do statistical calculations in excel using formulas. (Note that your version of excel may have additional formulas to calculate statistics, but these formulas

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

Overview. Frequency Distributions. Chapter 2 Summarizing & Graphing Data. Descriptive Statistics. Inferential Statistics. Frequency Distribution

Overview. Frequency Distributions. Chapter 2 Summarizing & Graphing Data. Descriptive Statistics. Inferential Statistics. Frequency Distribution Chapter 2 Summarizing & Graphing Data Slide 1 Overview Descriptive Statistics Slide 2 A) Overview B) Frequency Distributions C) Visualizing Data summarize or describe the important characteristics of a

More information

Chapter 2 Describing, Exploring, and Comparing Data

Chapter 2 Describing, Exploring, and Comparing Data Slide 1 Chapter 2 Describing, Exploring, and Comparing Data Slide 2 2-1 Overview 2-2 Frequency Distributions 2-3 Visualizing Data 2-4 Measures of Center 2-5 Measures of Variation 2-6 Measures of Relative

More information

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

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

More information

Chapter 2. Descriptive Statistics: Organizing, Displaying and Summarizing Data

Chapter 2. Descriptive Statistics: Organizing, Displaying and Summarizing Data Chapter 2 Descriptive Statistics: Organizing, Displaying and Summarizing Data Objectives Student should be able to Organize data Tabulate data into frequency/relative frequency tables Display data graphically

More information

Data Management Project Using Software to Carry Out Data Analysis Tasks

Data Management Project Using Software to Carry Out Data Analysis Tasks Data Management Project Using Software to Carry Out Data Analysis Tasks This activity involves two parts: Part A deals with finding values for: Mean, Median, Mode, Range, Standard Deviation, Max and Min

More information

An Introduction to 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

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

Name Date Types of Graphs and Creating Graphs Notes

Name Date Types of Graphs and Creating Graphs Notes Name Date Types of Graphs and Creating Graphs Notes Graphs are helpful visual representations of data. Different graphs display data in different ways. Some graphs show individual data, but many do not.

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

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

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

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

More information

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

Elementary Statistics: Looking at the Big Picture

Elementary Statistics: Looking at the Big Picture Excel 2007 Technology Guide for Elementary Statistics: Looking at the Big Picture 1st EDITION Nancy Pfenning University of Pittsburgh Prepared by Nancy Pfenning University of Pittsburgh Melissa M. Sovak

More information

Continuous Improvement Toolkit. Normal Distribution. Continuous Improvement Toolkit.

Continuous Improvement Toolkit. Normal Distribution. Continuous Improvement Toolkit. Continuous Improvement Toolkit Normal Distribution The Continuous Improvement Map Managing Risk FMEA Understanding Performance** Check Sheets Data Collection PDPC RAID Log* Risk Analysis* Benchmarking***

More information

Exercise 1-Solutions TMA4255 Applied Statistics

Exercise 1-Solutions TMA4255 Applied Statistics Exercise 1-Solutions TMA4255 Applied Statistics January 16, 2017 Intro 0.1 Start MINITAB Start MINITAB on your laptop, or remote desktop to cauchy.math.ntnu.no and log in with win-ntnu-no\yourusername

More information

The same procedure is used for the other factors.

The same procedure is used for the other factors. When DOE Wisdom software is opened for a new experiment, only two folders appear; the message log folder and the design folder. The message log folder includes any error message information that occurs

More information

Part I, Chapters 4 & 5. Data Tables and Data Analysis Statistics and Figures

Part I, Chapters 4 & 5. Data Tables and Data Analysis Statistics and Figures Part I, Chapters 4 & 5 Data Tables and Data Analysis Statistics and Figures Descriptive Statistics 1 Are data points clumped? (order variable / exp. variable) Concentrated around one value? Concentrated

More information

Excel. Spreadsheet functions

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

More information

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

Further Maths Notes. Common Mistakes. Read the bold words in the exam! Always check data entry. Write equations in terms of variables

Further Maths Notes. Common Mistakes. Read the bold words in the exam! Always check data entry. Write equations in terms of variables Further Maths Notes Common Mistakes Read the bold words in the exam! Always check data entry Remember to interpret data with the multipliers specified (e.g. in thousands) Write equations in terms of variables

More information

STATISTICS FOR PSYCHOLOGISTS

STATISTICS FOR PSYCHOLOGISTS STATISTICS FOR PSYCHOLOGISTS SECTION: JAMOVI CHAPTER: USING THE SOFTWARE Section Abstract: This section provides step-by-step instructions on how to obtain basic statistical output using JAMOVI, both visually

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

Design and Analysis of Experiments Prof. Jhareswar Maiti Department of Industrial and Systems Engineering Indian Institute of Technology, Kharagpur

Design and Analysis of Experiments Prof. Jhareswar Maiti Department of Industrial and Systems Engineering Indian Institute of Technology, Kharagpur Design and Analysis of Experiments Prof. Jhareswar Maiti Department of Industrial and Systems Engineering Indian Institute of Technology, Kharagpur Lecture 59 Fractional Factorial Design using MINITAB

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

Unit 7 Statistics. AFM Mrs. Valentine. 7.1 Samples and Surveys

Unit 7 Statistics. AFM Mrs. Valentine. 7.1 Samples and Surveys Unit 7 Statistics AFM Mrs. Valentine 7.1 Samples and Surveys v Obj.: I will understand the different methods of sampling and studying data. I will be able to determine the type used in an example, and

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

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