PREFACE. The data files referred to in this text are all available on the student web site as part of this module.

Size: px
Start display at page:

Download "PREFACE. The data files referred to in this text are all available on the student web site as part of this module."

Transcription

1 M J XAVIER

2 This data analysis module was developed by Professor M.J. Xavier in conjunction with the textbook authors for the basis of class discussion rather than to illustrate either effective or ineffective marketing practice. Copyright 2004 by Houghton Mifflin Company. All rights reserved. Houghton Mifflin Company hereby grants you permission to print the Houghton Mifflin material contained in this work solely for use with the accompanying Houghton Mifflin textbook. All reproductions must include the Houghton Mifflin copyright notice, and no fee may be collected except to cover the cost of duplication. If you wish to make any other use of this material, including reproducing or transmitting the material or portions thereof in any form or by any electronic or mechanical means including any information storage or retrieval system, you must obtain prior written permission from Houghton Mifflin Company, unless such use is expressly permitted by federal copyright law. If you wish to reproduce material acknowledging a rights holder other than Houghton Mifflin Company, you must obtain permission from the rights holder. Address inquiries to College Permissions, Houghton Mifflin Company, 222 Berkeley Street, Boston, MA

3 PREFACE This practical guide on data analysis has been prepared specifically for the business students majoring in marketing who have an aversion for numbers and statistical methods. The simple step-by-step approach used in the guide should enable students to gain insight into statistical tools and help them develop their skills in interpreting and making meaning out of numbers. The entire range of statistical tools has all been explained using a single data set from a questionnaire on tooth-paste market. The tools covered range from simple frequencies, mean, median etc. to multivariate techniques like factor, cluster and discriminant analysis. The questionnaire, the code sheet and the final report are all given in the appendix. The first chapter on simple analytical methods starts with SPSS data preparation and goes on to explain the use of descriptive statistics to prepare summary results for each question in the survey data. It also highlights the use of charts for displaying data. The second chapter goes into the use of brand rating data for making snake charts, and positioning of brand using factor analysis. The third chapter introduces the concept of correlation coefficient and its sue for getting derived importance weights used for construction of Kano diagram. Chapter 4 uses the importance scores for benefits to do benefit segmentation using cluster analysis. Chapter 5 introduces Correspondence analysis and its use for mapping brandpersonality association data. Use of regression analysis in marketing research is explained in Chapter 6. The problem of multicollinearity and talking the same using factor analysis is also explained in the same. Chapter 7 describes the use of discriminant analysis to find out brand drivers for different brands. Chapter 9 explains the use of multi-dimensional scaling for brand positioning. The data files referred to in this text are all available on the student web site as part of this module. I am grateful to the graduate and undergraduate students who enrolled for the marketing research course during the Fall 2003 term for their co-operation in developing the questionnaire and collection of data. I am grateful to Dr. R Krishnan, Director Graduate Program and Dr. Norm Borin, Marketing Area Chair for their support and encouragement for this project. M J Xavier

4 CONTENTS Chapter pic Page No. 1. Introduction and Simple Analytical methods 3 2. Snake Chart, Factor Analysis and Brand Positioning Kano Model Cluster Analysis and Benefit Segmentation Correspondence Analysis Regression Analysis Discriminant Analysis Multidimensional Scaling 59 APPENDIX othpaste Questionnaire 71 Code-sheet 77 Power Point Slides 88

5 Chapter 1 Introduction and Simple Analytical Methods Objectives: 1. understand Data view and Variable view in an SPSS data file. 2. understand the difference between String and Numeric variables. 3. become familiar with Labels and Value labels. 4. learn how to get frequencies of variables and get Pie or Bar charts of those frequencies. 5. learn how to create a transformed variable and understand the difference between the raw variable and the transformed variable. 6. learn how to calculate the mean, standard deviation, and variance of a variable using SPSS. 7. understand how to make a cross-tabulation of two nominal variables and use the chi-square test to see whether the relationship between the two variables is significant or not. 8. learn to use the compare means command and learn about independent t-test. Data View Versus Variable View: Open the file `descriptives.sav At the bottom left hand corner you will see TWO BUTTONS: DATA VIEW AND VARIABLE VIEW Click on the variable view. You will see the complete definition of each variable. Data View- Variable View 3

6 String Versus Numeric Variables Study the variable definitions. Note that Nickname is a `STRING VARIABLE All others are `NUMERIC VARIABLES Go to Data View and see that String variables are made up of letters or letters and numbers (alpha numeric) while the numeric variables are made up of numbers only. Labels and Value Labels Go to variable view again and study the columns LABEL and VALUES. Click at the right hand corner of VALUES corresponding to the VARIABLE `class A small window shown below will open. These are the codes used for the variable class. Now shift to Data view and then click: VIEW VALUE LABEL You will notice that labels corresponding to the numerical codes appear on the data sheet. Frequencies and Charts: Let us first try to understand the profile of respondents. 4

7 Let us start with the age profile. Run the following SPSS Commands to get the distribution of respondents by age. ANALYZE DESCRIPTIVE STATISTICS FREQUENCIES Drag variable `Age[q12a] on to the VARIABLE(S) Box CHART PIE CHARTS PERCENTAGES CONTINUE OK Check if you get the following table and the Pie chart from in a new window. Age Valid Frequency Percent Valid Percent Cumulative Percent Under 18 years years tal Age years 17.1% Under 18 years 82.9% 5

8 Now repeat the analysis with other demographic variables, namely Household Income, Gender, and Race. You can drag all three variables to the variables box and have the charts made simultaneously. Now do the frequencies with other variables, awareness of Brands and also with trial of brands. Now go the variable Current Brand and change the chart from PIE to Bar and see if you get the following chart. 40 Current Brand Percent 0 Aqua-Fresh Crest Arm & Hammer Colgate Mentadent Others Current Brand Raw Variable Versus Transformed Variables: Suppose we want to know on an average how many brands a person is aware of, we cannot get it directly from the data. We need to create a new variable from the existing ones. 6

9 Try the following commands to create a new variable called aware which is derived from other variables. TRANSFORM COMPUTE Type `aware in the TARGET VARIABLE Box Move variable `q01a into the NUMERIC EXPRESSION Box Click on + Move variable `q01b into the NUMERIC EXPRESSION Box Click on + Move variable `q01c into the NUMERIC EXPRESSION Box Click on + Move variable `q01d into the NUMERIC EXPRESSION Box Click on + Move variable `q01e into the NUMERIC EXPRESSION Box Click on + Move variable `q01f into the NUMERIC EXPRESSION Box Click on + Move variable `q01g into the NUMERIC EXPRESSION Box Click on + OK Note that we are forming a numeric expression Aware = q01a + q01b + q01c + q01c + q01d + q01e + q01f + q01g Notice that a new column has been created by SPSS called `aware. While the original variables are called raw variables, the new one formed out of raw variables is called a transformed variable. Go to variable view and type `No. Of Brands Aware in the LABEL column corresponding to the variable `aware Now perform a Frequency analysis on the new variable `aware and get a bar chart as shown below. No. Of Brands Aware Valid Cumulative Frequency Percent Valid Percent Percent tal

10 50 No. Of Brands Aware Percent No. Of Brands Aware In the same way create a new variable called trial (no. Of brands tried by each person) using the following expression. trial = q02a + q02b + q02c + q02d + q02e + q02f + q02g And find the frequency distribution of the number of brands tried. Mean, Standard Deviation and Variance: Note that the two new transformed variables, namely aware and trial, are different from the other variables we have seen earlier. These are ratio scaled variables whereas the other variables are only nominally scaled. We shall see how to calculate mean, standard deviation and variance for a ratio scaled data. 8

11 Try the following SPSS Commands. ANALYZE DESCRIPTIVE STATISTICS DESCRIPTIVES drag the variable `aware to VARIABLES Box OPTIONS VARIANCE CONTINUE OK You will get the following output Descriptive Statistics N Minimum Maximum Mean Std. Deviation Variance No. Of Brands Aware Valid N (listwise) 70 This shows that on an average a respondent is aware of 4.53 brands and the standard deviation of the same variable is Crosstabs and Chi-Square Test: Suppose we want to know whether the use of a particular brand depends on whether the person is a male or female, we need to use the type of analysis called cross-tabulation. Crosstabs is used to explore the relationship between two nominal or categorical variables. Try the following SPSS Commands ANALYZE DESCRIPTIVE STATITICS CROSSTABS Drag Gender to ROW(S) Drag Current Brand to COLUMN(S) CELLS ROW CONTINUE STATISTICS CHI-SQUARE OK 9

12 Gender * Current Brand Cross-tabulation Gender tal Male Female Current Brand Aqua- Mentade Arm & Fresh Colgate Crest nt Hammer Others tal Count % within Gender 20.0% 25.7% 22.9% 8.6% 8.6% 14.3% 100.0% Count % within Gender 8.6% 31.4% 48.6% 8.6%.0% 2.9% 100.0% Count % within Gender 14.3% 28.6% 35.7% 8.6% 4.3% 8.6% 100.0% It is a convention to keep the independent variable in the row, dependent variable in the column and get row percentages in the cells. In this case, we are trying to explore whether gender has an impact on brand choice. interpret the table, always look column-wise and see if the percentages vary drastically. In the Aquafresh column, there is a larger percentage of males. Colgate has marginally large percentages of females. Crest has a substantially large percentage of females compared to males. Mentadent has an equal following among males and females. Arm & Hammer appears to be an exclusive male brand. There appears to be some relationship between gender and brand used. check whether the relationship is significant or not, we need to look at the chi-square value. Chi-Square Tests Value df Asymp. Sig. (2-sided) Pearson Chi-Square (a) Likelihood Ratio Linear-by-Linear Association N of Valid Cases 70 a 6 cells (50.0%) have expected count less than 5. The minimum expected count is A chi-square value of at 5 degrees of freedom is significant at 0.058, i.e. at a confidence level of Normally we look for a confidence level of 95% or more. As it is close to 95%, and also given the fact that some of the cells have values less than 5, we can take this as a significant relationship. Note that the cell frequencies should be 5 or more for chi-square test. However SPSS applies a correction factor to take care of this deficiency and makes it all the more difficult to attain significance. 10

13 The same rule for the significance level of 0.05 or less applies to all the tests that we are going to learn, be it t-test, f-test or any other test. Degrees of freedom = (no. of rows -1) x (no. of columns 1) The same way construct cross tabs for age, income, and race against Current Brand and check if the relationships are significant using chi-square values. Compare Means Suppose we want to know whether the mean number of brands aware across males and females, we could use the following commands. ANALYZE COMPARE MEANS MEANS Drag variable `aware to DEPENDENT LIST gender to INDEPENDENT LIST OK The following output will be obtained. No. Of Brands Aware Report Gender Mean N Std. Deviation Male Female tal and 4.2 are very close values. The difference between Male and Female appears to be very marginal. Now do the analysis with other classification variables, race, income, age and class. Independent t-test: Suppose we want to know whether the difference of 0.4 in the number of brand aware of between male and female populations is statistically significant, we need to conduct a t- test. 11

14 Run the following SPSS Commands ANALYZE COMPARE MEANS INDEPENDENT SAMPLES t-test Drag variable aware to the TEST VARIABLE(S) Drag variable q12c to GROUPING VARIABLE DEFINE GROUPS GROUP 1 (Type 1) GROUP 2 (Type 2) CONTINUE OK Independent Samples Test No. Of Brands Aware Equal variances assumed Equal variances not assumed Levene's Test for Equality of Variances F Sig. t df t-test for Equality of Means Sig. (2- tailed) Mean Differe nce Std. Error Differe % Confidence Interval of the Difference nce Lower Upper Our Null Hypothesis is that the means for males and females are the same. The alternate Hypothesis is that the means are significantly different. As we do not know which one should be greater we use a 2-tailled significance test. Notice that the t-value of at 68 degrees of freedom has significance of only The corresponding confidence level is 67.3% which is too low. Unless the significance level is less than 0.05 the mean values are not significantly different. Note that the degrees of freedom in this case are number of observations minus two. Conduct the t-test for other variables age, race and income to see whether the mean brands aware of vary by any of these categories. 12

15 Objectives: Chapter 2 Snake Chart, Factor Analysis and Brand Positioning understand how to compute mean ratings of brands and to construct snake charts. learn how to run factor analysis and understand the following concepts: - variance explained - factor loading - eigenvalue - communality - rotation - factor score Use factor analysis for brand positioning. Data Structure: Open the file factor.sav Study the file structure. This new file has been created out of the master data file by rearranging the variables q06a01 to q06d11 as indicated below. q06a01... q06a11 q06b01... q06b11 q06c01... q06c11 q06d01... q06d Original Data 13

16 Brand Code q06a01... q06a11 Data q06b01... q06b11 Data q06c01... q06c11 Data q06d01... q06d11 Data Rearranged Data for Further Analysis Note that blank rows have been deleted in the new file and a new variable brand code has been created. Snake Chart: We need to calculate the mean ratings of brands, before we can construct the snake chart. Use the following commands to obtain the mean ratings. ANALYZE COMPARE MEANS MEANS Highlight and Drag `q06_01 q06_10 to DEPENDENT LIST Highlight `brand and drag to INDEPENDENT LIST OPTIONS Uncheck NUMBER OF CASES Uncheck STANDARAD DEVIATION CONTINUE OK 14

17 Fighting Cavities Whitening Teeth Cleaning Stains Good Taste Likeable Flavor Freshening Breath Brand Image Attractive Packaging Innovative features Brand Color Aquafresh Colgate Crest Mentadent Arm & Hammer Others Mean Ratings for Brands Right click on the table, copy and paste onto an excel worksheet. Highlight the relevant portions and click Chart Wizard. Choose Line, press Next and Finish to get the following snake chart Fighting Cavities Whitening Teeth Cleaning Stains/Tartar Good Taste Likeable Flavor Freshening Breath Brand Image Color Attractive Packaging Innovative features/ingredients Aqua-Fresh Colgate Crest Mentadent Arm & Hammer Others This chart can be used to study the relative positioning of brands on different attributes. We can see that Mentadent and Arm&Hammer are rated highly on selected attributes while Crest scores consistently higher rating on all the attributes. Aquafresh has lower rating and Colgate is stuck in the middle. Here the points are very cluttered and it is difficult to see finer distinctions. Factor analysis will help us do sharper positioning. 15

18 Factor Analysis Factor analysis is used to understand the underlying dimensions of a set of variables having high correlation among them. Execute the following commands to get the factor analysis output. ANALYZE DATA REDUCTION FACTOR Highlight and Drag `q06_01 q06_10 to VARIABLES DESCRIPTIVES Check COEFFICIENTS CONTINUE EXTRACTION SCREE PLOT CONTINUE ROTATION VARIMAX CONTINUE SCORES SAVE VARIABLES CONTINUE OPTIONS SORTED BY SIZE CONTINUE OK Take a look at the Correlation Matrix and notice that the variables are correlated among themselves. For example the correlation between good taste and likeable flavor is as high as The correlations are sufficient for conducting a factor analysis is confirmed by Bartlett s Test of Sphericity which is significant. 16

19 Fighting Cavities Whitening Teeth Cleaning Stains Correlation Matrix Good Taste Likeabl e Flavor Freshenin g Breath Brand Image Attracti ve Packag ing Innovativ e features Color Fighting Cavities Whitening Teeth Cleaning Stains/Tartar Good Taste Likeable Flavor Freshening Breath Brand Image Color Attractive Packaging Innovative features Now take a look at the variance explained matrix. tal Variance Explained Component Initial Eigenvalues Rotation Sums of Squared Loadings tal % of Variance Cumulative % tal % of Variance Cumulative % Read component as factors in the table. Technically the 10 original variables can be converted into 10 new factors which are orthogonal to each other (i.e., will have zero correlation among them). The first such factor will account for percent variance in the original data, second one will account for percent and so on. In statistics, variance is information. As percent of information (variance) is summarized by three variables, it is enough to work with three factors. We shall see what the eigenvalue and rotation mean later. 17

20 Now go to the data view in the SPSS data file. You will notice that three new variables, namely, fact1_1, fact2_1 and fact3_1 have been added by the system. The values that these variables take are called factor scores. Basically the original 10 inter-correlated variables have been converted to 3 new factors which are orthogonal to each other. check the orthogonality, do the following analysis. ANALYSE CORRELATE BIVARIATE Highlight and drag `fact1_1, fact2_1 and fact3_1 to VARIABLES OK You will get the following output which shows that the factors have zero correlation between them. Correlations REGR factor score 1 for analysis 1 REGR factor score 2 for analysis 1 REGR factor score 3 for analysis 1 REGR factor score 1 for analysis 1 REGR factor score 2 for analysis 1 REGR factor score 3 for analysis 1 Pearson Correlation Sig. (2-tailed) N Pearson Correlation Sig. (2-tailed) N Pearson Correlation Sig. (2-tailed) N Now the problem is to find out what these factors mean. Obviously the three new factors summarize the information present in the original ten variables. We need to establish which variables go into which factor. Look at the rotated component matrix 18

21 Rotated Component Matrix (a) Component Cleaning Stains/Tartar Fighting Cavities Whitening Teeth Freshening Breath Innovative features/ingredients Attractive Packaging Color Brand Image Likeable Flavor Good Taste The cells contain factor loadings, i.e., correlation coefficients of original variables with the new factors. Conduct the following analysis to confirm the above statement. Conduct a correlational analysis of the first variable Cleaning of Stains/Tartar with the three new factors (fact1_1, fact2_1 and fact3_1) to get the first row in the rotated component matrix. The variable `cleaning stains/tartar has a correlation coefficient of with the first factor, with the second factor, and with factor 3. What it means is that the variable `cleaning stains/tartar belongs to first factor. The same way the variables highlighted in the column corresponding to factor 1 belong to the same factor. For the moment ignore the variable `innovative features/ingredients as it is highlighted in two columns. Looking at the variables that go into each factor we can name them as Dental Hygiene, Visibility and Sensory Benefits. Factor -1 Factor 2 Factor 3 Cleaning Stains/Tartar Fighting Cavities Attractive Packaging Color Likeable Flavor Good Taste Whitening Teeth Freshening breath Brand Image Dental Hygiene Visibility Sensory Benefits The variable `innovative features/ingredients has a high correlation with Dental Hygiene as well as Visibility. Suppose that a brand claims in its advertisements that it has a new ingredient that whitens the teeth, it contributes to Dental Hygiene as well the Visibility of the brand. That is how it features in two factors. 19

22 Now take a look at the communalities matrix. Communalities Initial Extraction Fighting Cavities Whitening Teeth Cleaning Stains/Tartar Good Taste Likeable Flavor Freshening Breath Brand Image Color Attractive Packaging Innovative features/ingredients Communalities refer to the amount of information that has been extracted from each variable. Notice that more than 90 percent of information (variance) has been extracted from variables good taste and likeable flavor whereas less than 50% is extracted from innovative features/ingredients. If we work with large number of variables, say more than 20, it may be a good idea to leave out variables with low communality while naming factors. In the same way, the eigenvalues are directly proportional to the amount of variance explained by each factor. The sum of all eigenvalues always equals the total number of variables. Hence the proportion of variance explained by each factor can be calculated by dviding the corresponding eigenvalue by the total number of variables. Now take a look at the variance explained table to verify the same. As the first eigenvalue is 4.438, the variance explained by the first factor can be calculated by diving by 10 (total number of variables) and multiplying bv 100. Now take a look at the Scree Plot 20

23 5 Scree Plot Eigenvalue Component Number Scree plot gives an idea as to how many factors to extract. The rule normally applied is to stop at where the arm bends. In this case it is three factors. After three factors the curve gets flat indicating that the gain will be marginal if we go beyond three factors. The default in SPSS is that it stops when the eigenvalue gets to less than one. understand the concept of rotation, take a look at the unrotated component matrix. If we plot factor2 and factor3 we get the graph shown below. 21

24 .6 Likeable Flavor.4 Good Taste.2 Freshening Breath Fighting Cavities Whitening Teeth Cleaning Stains/Tart FACTOR Innovative features/ -.4 Color Brand Image Attractive Packaging FACTOR It is difficult to interpret this type of data as we find that the cluster of variables likeable flavor and good taste are mid-way between factor 2 and factor 3. If we rotate the y-axis so as to pass through the cluster we can interpret the y-axis as Sensory Benefits. In the same way the x-axis can be rotated to pass through the cluster that corresponds to Dental Hygiene. Rotation is done to make it easy to interpret the output. Note that the angle between X and Y axis in our rotation is more than 90 degrees. If the angle is maintained at 90 o it is called an orthogonal rotation otherwise it is known as oblique rotation. Note that we used Varimax rotation which is an orthogonal rotation method. What we have achieved by conducting a factor analysis is that we have converted the original ten variables into 3 new factors. Now we can use these three new variables to do brand positioning. We can bring both the variables and the brands on to the same map. 22

25 Brand Positioning Using Factor Scores: We shall now find out the mean ratings of brands for the three new factors. First of all go to the variables view and label those new factors as: 1. Dental Hygiene 2. Visibility 3. Sensory Benefits Then compute mean ratings by executing the following commands. ANALYZE COMPARE MEANS MEANS Highlight and Drag `Dental Hygiene, `Visibility, and `Sensory Benefits to DEPENDENT LIST Drag `brand to INDEPENDENT LIST OPTIONS Highlight `number of case and `standard deviation and send back to STATISTICS CONTINUE OK You will get the following output. Dental Sensory Brand Hygiene Visibility Benefits Aqua-Fresh Colgate Crest Mentadent Arm & Hammer Others tal We already have the coordinates of the variables in the rotated components matrix. Create combined table, which has the coordinates of both the brands and attributes as below. 23

26 Brand/Attribute Dental Hygiene Visibility Sensory Benefits Aqua-Fresh Colgate Crest Mentadent Arm & Hammer Others Cleaning Stains/Tartar Fighting Cavities Whitening Teeth Freshening Breath Innovative features/ingredient Attractive Packaging Color Brand Image Likeable Flavor Good Taste Using this data create a new SPSS file factor1.sav get the positioning map of the first two factors use the following commands. GRAPHS SCATTER SIMPLE DEFINE Drag `Dental Hygiene to X-AXIS Drag `Visibility to Y-AXIS Drag `Brand/Attribute to LABEL CASES BY OPTIONS Check DISPLAY CHART WITH CASE LABELS OK The resulting plot can be taken to Power point to have it annotated as shown below. Note that the attributes are represented as vectors and brands as points. 24

27 1.0 Colo r Attractive Packaging Brand Image.5 Innovative features Visibility 0.0 Aqua-Fresh Good Taste Likeable Colgate Crest Freshening Cleaning Stains Breath Whitening Teeth Mentadent Fighting Cavities Arm & Hammer -.5 Others Dental Hygiene While Arm & Hammer and Mentadent are seen as better in Dental Hygiene, Crest scores better on Visibility. In the same way get the other two plots, namely, Dental Hygiene Versus Sensory Benefits and Visibility Versus Sensory Benefits. 25

28 Chapter 3 KANO Model Objectives: understand the basics of Kano Model learn how to calculate derived Importance weights for attributes learn how to plot the Kano Model and interpret the same Data Files: We will be using two different data files for this analysis. 1. cluster.sav 2. factor.sav Stated Importance: This will be the mean importance rating given to attributes by the respondents. calculate the means, open the file cluster.sav and run the following commands. ANALYZE DESCRIPTIVE STATISTICS DESCRIPTIVES Highlight and drag variables `q05a.q05j OPTIONS Check DESCENDING MEANS CONTINUE OK 26

29 Descriptive Statistics N Minimum Maximum Mean Std. Deviation Freshening Breadth Fighting Cavities Cleaning Stains/Tartar Whitening Teeth Good Taste Likeable Flavor American Dental Association Recommendation Innovative Feature/new ingredient High Prestige Brand Attractive Packaging Valid N (listwise) 70 You find that Freshening Breath is the most important attribute with a mean rating of 6.3 on a 1-7 scale. Attractive Packaging is the least important attribute. convert the means into importance weights, we need to normalize the means. Take the above table to Excel and find the sum of means. Then calculate: Importance Weight = (Mean/Sum of Means)*100 Develop the following Stated Importance weights table. Attribute Mean Importance Weight Freshening Breadth Fighting Cavities Cleaning Stains/Tartar Whitening Teeth Good Taste Likeable Flavor American Dental Association Recommendation Innovative Feature/new ingredient High Prestige Brand Attractive Packaging Sum Stated Importance 27

30 Derived Importance: In order to obtain the derived importance we are going to use the file factor.sav. By correlating rating of attributes with the overall rating we get the derived importance of attributes. Use the following commands. ANALYZE CORRELATE BIVARIATE Highlight variables q06_01 to q06_11 and drag to VARIABLES OK You will get an 11 by 11 matrix of correlations. We are interested in the last column only which has the correlation of individual attributes with the overall rating. As correlations can range from -1 to +1, take the r 2 value for derived importance. Once again these values can be normalized by taking the sum of all the r 2 values. The resultant table is given below. Attribute r r 2 Weights Importance Freshening Breath Good Taste Likeable Flavor Brand Image Innovative features/ingredients Color Cleaning Stains/Tartar Whitening Teeth Fighting Cavities Attractive Packaging Sum Derived Importance Weights Bring stated and derived importance to a common table as shown below. Now plot derived Stated Importance against derived Importance to develop the Kano Model. 28

31 Attribute Stated Importance Derived Importance Attractive Packaging Cleaning Stains/Tartar Fighting Cavities Freshening Breadth Good Taste High Prestige Brand Innovative Feature/new ingredient Likeable Flavor Whitening Teeth Stated Versus Derived Importance Use the commands: GRAPH SCATTER Drag stated importance to X-AXIS Drag derived importance to Y-AXIS Drag attribute to LABEL CASES BY OPTIONS Check DISPLAY CHART WITH CASE LABELS CONTINUE OK On the graph use 10 as a cut off for High and Low values of importance and illustrate by taking it to PowerPoint. 29

32 Derived Importance High Low Delight Attributes High Prestige brand Brand Innovative Ingredients Attractive packaging Packaging Low 8 Whitening teeth teethteeth High 1 Stated Importance Good Taste Taste Likeable flavor Flavor Freshening breath Breadth Cleaning Stains/Tartar Minimum Expected Attributes Fighting cavities Cavities KANO s Model According to Kano s model attributes that have a high stated and low derived importance are Minimum expected attributes. Attributes like whitening teeth, fighting cavities, cleaning stains are the minimum expected in a toothpaste. Attributes with low stated and high derived importance are called Delight attributes. The marketers should concentrate on these attributes. In this study the innovative ingredients and brand image emerge as the delight attributes. Others are linear attributes. If they are important then pay attention. The most important attribute is freshening breath, as the stated and derived importance is high. If they have low importance one should not do over engineering of those attributes. In this case spending too much on packaging may not produce commensurate returns. 30

33 Chapter 4 Cluster Analysis and Benefit Segmentation Objectives: learn how cluster analysis can be used for grouping of subjects. understand the difference between hierarchical clustering and k-means clustering. use SPSS to perform cluster analysis and interpret the results. learn how to use cluster analysis for benefit segmentation. Cluster Analysis: We shall use the cluster.sav file for this session. Let us first calculate the descriptives. Execute the following commands. ANALYZE DESCRIPTIVE STATISTICS DESCRIPTIVES Drag variables q05a to q05j to VARIABLES OK If you sort the output according to descending values of standard deviation you will get this output. Attribute N Mean Std. Deviation American Dental Association Recommendation Attractive Packaging Likeable Flavor Good Taste High Prestige Brand Fighting Cavities Whitening Teeth Innovative Feature/new ingredient Cleaning Stains/Tartar Freshening Breadth Mean Rating of Benefits Sought 31

34 From the output, it is clear that the five variables with high standard deviation are: American Dental Association Recommendation Attractive Packaging Likeable Flavor Good Taste High Prestige Brand Fighting Cavities Whitening Teeth These are the attributes where the opinion of the respondents varies much. Hence for clustering and segmentation we shall use only these seven variables. Hierarchical Clustering: Let us start with hierarchical clustering. Execute the following commands. ANALYZE CLASSIFY HIERARCHICAL CLUSTER Highlight and drag the seven variables to VARIABLE(S) Drag nickname to LABEL CASES BY PLOTS Check DENDROGRAM Check NONE CONTINUE If you look at the output you will find a tree structure. If you leave out three cases 38 bearing the nickname `Warden, 2 (Bud) and 9 (Hank) there are three major branches. That gives us some idea about how many clusters to ask for when we go to K-means clustering. 32

35 K-Means Clustering: In this method the respondents will get allocated to different clusters based on the number of clusters the researcher asks for. Based on the results of the hierarchical cluster we have decided to ask for three clusters. ANALAYZE CLASSIFY K-MEANS CLUSTER Highlight and drag the five variables to VARIABLES box Drag `nickname to LABEL CASES BY NUMBER OF CLUSTERS change from 2 to 3 SAVE CLUSTER MEMEBERSHIP CONTINUE OPTION CLUSTER INFORMATION FOR EACH CASE Look at FINAL CLUSTER CENTERS. Attribute Cluster 1 Cluster 2 Cluster 3 Attractive Packaging American Dental Association Recommendation Likeable Flavor Good Taste High Prestige Brand Whitening Teeth Fighting Cavities Yellow filling indicates rank one across the row and green indicates rank 2. Benefit Segmentation: Cluster 1 members are primarily concerned with fighting cavities and are also interested in American Dental Association recommendation. So the benefit sought is `medically proven cavity fighter. Cluster 2 is primarily interested in whitening teeth. They have also given relatively high rating for likeable flavor and good taste. Though they get the second rank on attractive packaging and high prestige brand, the ratings themselves are low in absolute terms. the benefit sought by this group is white teeth plus good taste and flavor. Cluster 3 wants everything; they look for a balanced paste that provides dental care and sensory benefits (taste & flavor). 33

36 So the benefit segments that we have devised are as follows: 1. Proven cavity fighter 2. Tasty flavorful paste for white teeth 3. Balanced paste which provides dental care as well as good taste and flavor From the table on number of cases in each cluster we find that 19 are in cluster 1, 13 are in cluster 2 and 38 are in cluster 3. The majority (54%) of the people want a balanced paste, 27% want a cavity fighter, and 19% are for white teeth. Number of Cases in Each Cluster Cluster Valid Missing.000 Now take a look at the cluster membership table. This gives the information about the cluster membership of each individual. The same information is also stored in the SPSS data file as a new variable crated qcl_1. Insert label values for the new variable as given below: 1. Cavity Fighter 2. White Teeth 3. Balanced Paste Cross Classification with Demographic Variables: Cross tabulation of the new variable qcl_1 Vs race will produce the following table. Crosstab Cluster Number of Case tal Cavity fighter White teeth Balanced Paste Race/Ethnicity White Others tal Count % within Cluster Number of Case 84.2% 15.8% 100.0% Count % within Cluster Number of Case 69.2% 30.8% 100.0% Count % within Cluster Number of Case 78.9% 21.1% 100.0% Count % within Cluster Number of Case 78.6% 21.4% 100.0% 34

37 While cavity fighting is important for more proportion of whites, white teeth seems to be of more importance to non-whites. However the chi-square does not show a significant relationship between benefits segments and race. Chi-Square Tests Value df Asymp. Sig. (2-sided) Pearson Chi-Square 1.036(a) Likelihood Ratio Linear-by-Linear Association N of Valid Cases 70 a 2 cells (33.3%) have expected count less than 5. The minimum expected count is The same kind of analysis can be done with age, income, and gender. The benefit segments versus current brand produced the following table. Crosstab Cluster Number of Case tal Cavity fighter White teeth Balanced Paste Current Brand Aquafresh Colgate Crest Others tal Count % within Cluster Number of 21.1% 26.3% 31.6% 21.1% 100.0% Case Count % within Cluster Number of 7.7% 53.8% 15.4% 23.1% 100.0% Case Count % within Cluster Number of 13.2% 21.1% 44.7% 21.1% 100.0% Case Count % within Cluster Number of Case 14.3% 28.6% 35.7% 21.4% 100.0% Aquafresh has a large proportion of cavity fighters; Colgate has a large proportion of white-teeth seekers; and Crest has a large proportion of the balanced paste segment. Once again the chi-square is not significant. We need to take these results with a pinch of salt. 35

38 Chi-Square Tests Value df Asymp. Sig. (2-sided) Pearson Chi-Square 7.213(a) Likelihood Ratio Linear-by-Linear Association N of Valid Cases 70 a 6 cells (50.0%) have expected count less than 5. The minimum expected count is

39 Chapter 5 Correspondence Analysis Objectives: understand the basic nature of correspondence analysis. conduct correspondence analysis using SPSS and interpret the results. What is Correspondence Analysis? Correspondence analysis is typically used to get a graphical representation of contingency tables. Suppose we did a sample study in which we obtained the income level and the brand used by 36 respondents. The following table summarizes the responses. Brand Brand A Brand B Brand C Brand D tal Income Less than $ $1000 to $ $3001 to $ Above $ tal Data Preparation: get a better insight on the relationship between income and brand used, we could use correspondence analysis. run correspondence analysis using SPSS we need to have the data organized in the following format. 37

40 Income Income Brand Brand Frequency Code Code Less Than $ Brand A 1 5 Less Than $ Brand B 2 2 Less Than $ Brand C 3 1 Less Than $ Brand D 4 1 $1000 to $ Brand A 1 2 $1000 to $ Brand B 2 4 $1000 to $ Brand C 3 1 $1000 to $ Brand D 4 2 $3001 to $ Brand A 1 2 $3001 to $ Brand B 2 2 $3001 to $ Brand C 3 4 $3001 to $ Brand D 4 1 Above $ Brand A 1 2 Above $ Brand B 2 1 Above $ Brand C 3 1 Above $ Brand D 4 5 SPSS Commands: The same data has been used to create a data file corres1.sav. Use the following SPSS commands to run correspondence analysis. DATA WEIGHT CASES WEIGHT CASES BY Drag `freq to FREQUENCY VARIABLE OK ANALYZE DATA REDUCTION CORRESPONDENCE ANALYSIS Drag `income to ROW VARIABLE DEFINE RANGE MINIMUM VALUE `1 MAXIMUM VALUE `4 UPDATE CONTINUE Drag `brand to COLUMN VARIABLE DEFINE RANGE MINIMUM VALUE `1 MAXIMUM VALUE `4 UPDATE CONTINUE OK 38

41 Interpretation of Results: The data we used as input for the analysis is printed in the correspondence table. Correspondence Table BRAND INCOME Brand A Brand B Brand C Brand D Active Margin Less Than $ $1000 to $ $3001 to $ Above $ Active Margin From the summary table we can infer that the first two dimensions account for 81.4% of inertia. This is pretty similar to the eigenvalues in factor analysis. It is enough to work with two dimensions. Summary Dimen sion Singular Value Inertia Chi Square Sig. Proportion of Inertia Accounted for Cumulati ve tal (a) a 9 degrees of freedom Correspondence analysis decomposes the original matrix into row and column points. Overview Row Points(a) Score in Dimension Of Point to Inertia of Dimension Contribution Of Dimension to Inertia of Point INCOME Mass 1 2 Inertia tal Less Than $ $1000 to $ $3001 to $ Above $ Active tal

42 The score in Dimension gives the co-ordinates for the row variables in the joint plot. In the same way you will find the co-ordinates for the column variables in the net matrix. Overview Column Points(a) Score in Dimension Of Point to Inertia of Dimension Contribution Of Dimension to Inertia of Point BRAND Mass 1 2 Inertia tal Brand A Brand B Brand C Brand D Active tal Using the coordinates for the row and column co-ordinates the program produces a joint map which is given below. 1.0 Less Than $1000 Brand A.5 Brand B Dimension Brand D Above $5000 $1000 to $ $3001 to $ 5000 Brand C BRAN D INCOM E Dimension 1 40

43 From the chart it is very clear that there is a one-to-one relationship between brand used and the income category. It also shows that Brand A and B are closer to each other than the other brands. othpaste Data: Now let us turn our attention to the brand-personality association data collected in the toothpaste study. The data has been arranged in the file correspond.sav Open file corresponds, study the way the data is arranged and run the following SPSS Commands. DATA WEIGHT CASES WEIGHT CASES BY Drag `freq to FREQUENCY VARIABLE OK ANALYZE DATA REDUCTION CORRESPONDENCE ANALYSIS Drag `attri to ROW VARIABLE DEFINE RANGE MINIMUM VALUE `1 MAXIMUM VALUE `11 UPDATE CONTINUE Drag `brand to COLUMN VARIABLE DEFINE RANGE MINIMUM VALUE `1 MAXIMUM VALUE `3 UPDATE CONTINUE OK 41

44 Notice that 100 percent inertia has been accounted for the first two dimensions. It is enough to work with two dimensions. Dimensio n Singular Value Inertia Chi Square Sig. Summary Proportion of Inertia Accounted for Cumulati ve Confidence Singular Value Standar Correlati d on Deviatio n tal (a) a 20 degrees of freedom The resulting correspondence map can be taken to PowerPoint and annotated as given below..8.6 Hedonist Masculine Dimension Aquafresh Fun Loving Outgoing Feminine Sensuous Romantic Colgate Overcautious Traditional -.4 Crest Ambitious Achiever Dimension Brand Personality Trait Crest is seen to be used by Ambitious Achievers. Colgate is seen to be used by the Traditional, Overcautious, Masculine person. Aquafresh is seen as Fun-loving, Feminine and Outgoing. There is no brand available for Romantic, sensuous types. Here is an opportunity for a new product. 42

45 Correspondence analysis is a powerful tool for visualization of data from contingency tables. It has no restrictions on the sample size or on the scale used. Association between any two categorical variables can be easily analyzed using this technique. 43

46 Chapter 6 Regression Analysis Objectives: understand the meaning of regression. conduct simple regression and interpret the results. conduct multiple regression and interpret the results. understand the problem of multi-collinearity and a method to overcome the same. Simple Regression: Open the file regression.sav Study the file structure to understand that it is the same field which was used for factor analysis along with three new variables corresponding to the factor scores that we created using factor analysis. Variables q06_01 to q06_10 refer to rating scores for different brands on different attributes. Variable q06_11 correspond to overall rating given to different brands. We are going to fit regression equations with overall rating as dependent variable and attribute ratings as independent variables. Linear regression refers to fitting of a linear mathematical model between one dependent variable and one or more independent variables. We shall first conduct a regression analysis using just two variables. Use the following SPSS commands to fit a regression model with Fighting Cavities (q06_01) as independent variable and Overall Rating (q06_11) as the dependent variable. ANALYZE REGRESSION LINEAR Drag Fighting Cavities (q06_01) to INDEPENDENT Drag Overall Rating(q06_11) to DEPENDENT OK Take a look at the Coefficients table. 44

47 Coefficients(a) Unstandardized Coefficients Standardized Coefficients Model B Std. Error Beta t Sig. 1 (Constant) Fighting Cavities a Dependent Variable: Overall rating The unstandardized coefficients give the linear mathematical model: Y = X Y - Overall rating X Fighting Cavities The strength of relationship between the independent and dependent variables is given by the correlation coefficient R given in the Model Summary table. Model Summary Adjusted R Std. Error of Model R R Square Square the Estimate 1.521(a) a Predictors: (Constant), Fighting Cavities The value of R is somewhat low. Normally an R 2 value of 0.7 and above is supposed to signify a strong relationship. In the present case we cannot rule out that there is no relationship between the two variables as the F value is significant in the ANOVA Table and the t-value corresponding to the variable Fighting Cavities is significant in the coefficients Table. ANOVA(b) Model 1 Sum of Squares df Mean Square F Sig. Regressio n (a) Residual tal a Predictors: (Constant), Fighting Cavities b Dependent Variable: Overall rating 45

48 Coefficients(a) Unstandardized Coefficients Standardized Coefficients Model B Std. Error Beta t Sig. 1 (Constant) Fighting Cavities a Dependent Variable: Overall rating In the same way, conduct a simple regression of each rating variable with the dependent variable and interpret the results. Multiple Regression: Now we shall conduct regression analysis with all the 10 attribute ratings as independent variables. ANALYZE REGRESSION LINEAR Drag variables q06_01 to q06_10 to INDEPENDENT Drag Overall Rating(q06_11) to DEPENDENT OK Note that the R 2 value dramatically improves to Model Summary Adjusted R Std. Error of Model R R Square Square the Estimate 1.862(a) a Predictors: (Constant), Innovative features/ingredients, Fighting Cavities, Likeable Flavor, Attractive Packaging, Whitening Teeth, Brand Image, Freshening Breath, Color, Cleaning Stains/Tartar, Good Taste From the coefficients table, we can construct the following mathematical model to depict the relationship between the 10 independent variables and the overall rating. Y = X X X X X X X X X X 10 The negative sign for variable nine (Attractive Packaging) connotes that the same has a negative relationship with overall rating. That is, the paste receiving higher rating on attractive packaging has a diminishing effect on the overall rating. 46

ANALYSING QUANTITATIVE DATA

ANALYSING QUANTITATIVE DATA 9 ANALYSING QUANTITATIVE DATA Although, of course, there are other software packages that can be used for quantitative data analysis, including Microsoft Excel, SPSS is perhaps the one most commonly subscribed

More information

The Dummy s Guide to Data Analysis Using SPSS

The Dummy s Guide to Data Analysis Using SPSS The Dummy s Guide to Data Analysis Using SPSS Univariate Statistics Scripps College Amy Gamble April, 2001 Amy Gamble 4/30/01 All Rights Rerserved Table of Contents PAGE Creating a Data File...3 1. Creating

More information

How to Get More Value from Your Survey Data

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

More information

Questionnaire. (3) (3) Bachelor s degree (3) Clerk (3) Third. (6) Other (specify) (6) Other (specify)

Questionnaire. (3) (3) Bachelor s degree (3) Clerk (3) Third. (6) Other (specify) (6) Other (specify) Questionnaire 1. Age (years) 2. Education 3. Job Level 4.Sex 5. Work Shift (1) Under 25 (1) High school (1) Manager (1) M (1) First (2) 25-35 (2) Some college (2) Supervisor (2) F (2) Second (3) 36-45

More information

DIGITAL VERSION. Microsoft EXCEL Level 2 TRAINER APPROVED

DIGITAL VERSION. Microsoft EXCEL Level 2 TRAINER APPROVED DIGITAL VERSION Microsoft EXCEL 2013 Level 2 TRAINER APPROVED Module 4 Displaying Data Graphically Module Objectives Creating Charts and Graphs Modifying and Formatting Charts Advanced Charting Features

More information

Segmentation, Targeting and Positioning in the Diaper Market

Segmentation, Targeting and Positioning in the Diaper Market Segmentation, Targeting and Positioning in the Diaper Market mothers of infants were surveyed. Each was given a randomly selected brand of diaper (,, ou Huggies) and asked to rate the diaper on 9 attributes

More information

Using Excel s Analysis ToolPak Add-In

Using Excel s Analysis ToolPak Add-In Using Excel s Analysis ToolPak Add-In Bijay Lal Pradhan, PhD Introduction I have a strong opinions that we can perform different quantitative analysis, including statistical analysis, in Excel. It is powerful,

More information

THE GUIDE TO SPSS. David Le

THE GUIDE TO SPSS. David Le THE GUIDE TO SPSS David Le June 2013 1 Table of Contents Introduction... 3 How to Use this Guide... 3 Frequency Reports... 4 Key Definitions... 4 Example 1: Frequency report using a categorical variable

More information

Tutorial Segmentation and Classification

Tutorial Segmentation and Classification MARKETING ENGINEERING FOR EXCEL TUTORIAL VERSION 1.0.10 Tutorial Segmentation and Classification Marketing Engineering for Excel is a Microsoft Excel add-in. The software runs from within Microsoft Excel

More information

CHAPTER V RESULT AND ANALYSIS

CHAPTER V RESULT AND ANALYSIS 39 CHAPTER V RESULT AND ANALYSIS In this chapter author will explain the research findings of the measuring customer loyalty through the role of customer satisfaction and the role of loyalty program quality

More information

CHAPTER 8 T Tests. A number of t tests are available, including: The One-Sample T Test The Paired-Samples Test The Independent-Samples T Test

CHAPTER 8 T Tests. A number of t tests are available, including: The One-Sample T Test The Paired-Samples Test The Independent-Samples T Test CHAPTER 8 T Tests A number of t tests are available, including: The One-Sample T Test The Paired-Samples Test The Independent-Samples T Test 8.1. One-Sample T Test The One-Sample T Test procedure: Tests

More information

Impact of Market Segmentation Practices on the Profitability of Small and Medium Scale Enterprises in Hawassa City: A Case Study

Impact of Market Segmentation Practices on the Profitability of Small and Medium Scale Enterprises in Hawassa City: A Case Study Impact of Market Segmentation Practices on the Profitability of Small and Medium Scale Enterprises in Hawassa City: A Case Study * Hailemariam Gebremichael, Lecturer, Wolaita Sodo University, Ethiopia.

More information

Who Are My Best Customers?

Who Are My Best Customers? Technical report Who Are My Best Customers? Using SPSS to get greater value from your customer database Table of contents Introduction..............................................................2 Exploring

More information

Multiple Regression. Dr. Tom Pierce Department of Psychology Radford University

Multiple Regression. Dr. Tom Pierce Department of Psychology Radford University Multiple Regression Dr. Tom Pierce Department of Psychology Radford University In the previous chapter we talked about regression as a technique for using a person s score on one variable to make a best

More information

STATISTICS PART Instructor: Dr. Samir Safi Name:

STATISTICS PART Instructor: Dr. Samir Safi Name: STATISTICS PART Instructor: Dr. Samir Safi Name: ID Number: Question #1: (20 Points) For each of the situations described below, state the sample(s) type the statistical technique that you believe is the

More information

SPSS Instructions Booklet 1 For use in Stat1013 and Stat2001 updated Dec Taras Gula,

SPSS Instructions Booklet 1 For use in Stat1013 and Stat2001 updated Dec Taras Gula, Booklet 1 For use in Stat1013 and Stat2001 updated Dec 2015 Taras Gula, Introduction to SPSS Read Me carefully page 1/2/3 Entering and importing data page 4 One Variable Scenarios Measurement: Explore

More information

Multiple Responses Analysis using SPSS (Dichotomies Method) A Beginner s Guide

Multiple Responses Analysis using SPSS (Dichotomies Method) A Beginner s Guide Institute of Borneo Studies Workshop Series 2016 (2)1 Donald Stephen 2015 Multiple Responses Analysis using SPSS (Dichotomies Method) A Beginner s Guide Donald Stephen Institute of Borneo Studies, Universiti

More information

Tutorial Segmentation and Classification

Tutorial Segmentation and Classification MARKETING ENGINEERING FOR EXCEL TUTORIAL VERSION v171025 Tutorial Segmentation and Classification Marketing Engineering for Excel is a Microsoft Excel add-in. The software runs from within Microsoft Excel

More information

CHAPTER-IV DATA ANALYSIS AND INTERPRETATION

CHAPTER-IV DATA ANALYSIS AND INTERPRETATION CHAPTER-IV DATA ANALYSIS AND INTERPRETATION 4.1 Introduction Data analysis is a process of assigning meaning to collected data, analysing significance and determination of findings and conclusions. Data

More information

Studying the Employee Satisfaction Using Factor Analysis

Studying the Employee Satisfaction Using Factor Analysis CASES IN MANAGEMENT 259 Studying the Employee Satisfaction Using Factor Analysis Situation Mr LN seems to be excited as he is going to learn a new technique in the statistical methods class today. His

More information

[Rajeswari, 4(9) September, 2017] ISSN: IMPACT FACTOR

[Rajeswari, 4(9) September, 2017] ISSN: IMPACT FACTOR A STUDY ON CONSUMER PERCEPTION AND PREFERENCE TOWARD AYURVEDIC PRODUCTS WITH SPECIAL REFERENCE TO PATANJALI AYURVEDIC PRODUCTS, VELLORE P. Rajeswari *1 & R. Aruna 2 *1 Asst. Professor, D.K.M College For

More information

Telecommunications Churn Analysis Using Cox Regression

Telecommunications Churn Analysis Using Cox Regression Telecommunications Churn Analysis Using Cox Regression Introduction As part of its efforts to increase customer loyalty and reduce churn, a telecommunications company is interested in modeling the "time

More information

AcaStat How To Guide. AcaStat. Software. Copyright 2016, AcaStat Software. All rights Reserved.

AcaStat How To Guide. AcaStat. Software. Copyright 2016, AcaStat Software. All rights Reserved. AcaStat How To Guide AcaStat Software Copyright 2016, AcaStat Software. All rights Reserved. http://www.acastat.com Table of Contents Frequencies... 3 List Variables... 4 Descriptives... 5 Explore Means...

More information

Hierarchical Linear Modeling: A Primer 1 (Measures Within People) R. C. Gardner Department of Psychology

Hierarchical Linear Modeling: A Primer 1 (Measures Within People) R. C. Gardner Department of Psychology Hierarchical Linear Modeling: A Primer 1 (Measures Within People) R. C. Gardner Department of Psychology As noted previously, Hierarchical Linear Modeling (HLM) can be considered a particular instance

More information

CHAPTER 10 REGRESSION AND CORRELATION

CHAPTER 10 REGRESSION AND CORRELATION CHAPTER 10 REGRESSION AND CORRELATION SIMPLE LINEAR REGRESSION: TWO VARIABLES (SECTIONS 10.1 10.3 OF UNDERSTANDABLE STATISTICS) Chapter 10 of Understandable Statistics introduces linear regression. The

More information

Why Learn Statistics?

Why Learn Statistics? Why Learn Statistics? So you are able to make better sense of the ubiquitous use of numbers: Business memos Business research Technical reports Technical journals Newspaper articles Magazine articles Basic

More information

Getting Started with OptQuest

Getting Started with OptQuest Getting Started with OptQuest What OptQuest does Futura Apartments model example Portfolio Allocation model example Defining decision variables in Crystal Ball Running OptQuest Specifying decision variable

More information

Professional Ethics and Organizational Productivity for Employee Retention

Professional Ethics and Organizational Productivity for Employee Retention Professional Ethics and Organizational Productivity for Employee Retention Sandhya Kethavath JNTU, India ABSTRACT Values and ethics function as criteria, which govern goals at various levels of organization.

More information

Spreadsheets in Education (ejsie)

Spreadsheets in Education (ejsie) Spreadsheets in Education (ejsie) Volume 2, Issue 2 2005 Article 5 Forecasting with Excel: Suggestions for Managers Scott Nadler John F. Kros East Carolina University, nadlers@mail.ecu.edu East Carolina

More information

ASTEROID. Profiler Module. ASTEROID Support: Telephone

ASTEROID. Profiler Module. ASTEROID Support: Telephone ASTEROID Profiler Module ASTEROID Support: Telephone +61 3 9223 2428 Email asteroid.support@roymorgan.com April 2017 Course Objectives At the end of this session you will be able to understand and confidently

More information

Regression Analysis I & II

Regression Analysis I & II Data for this session is available in Data Regression I & II Regression Analysis I & II Quantitative Methods for Business Skander Esseghaier 1 In this session, you will learn: How to read and interpret

More information

SUCCESSFUL ENTREPRENEUR: A DISCRIMINANT ANALYSIS

SUCCESSFUL ENTREPRENEUR: A DISCRIMINANT ANALYSIS SUCCESSFUL ENTREPRENEUR: A DISCRIMINANT ANALYSIS M. B. M. Ismail Department of Management, Faculty of Management and Commerce, South Eastern University of Sri Lanka, Oluvil mbmismail@seu.ac.lk ABSTRACT:

More information

Please respond to each of the following attitude statement using the scale below:

Please respond to each of the following attitude statement using the scale below: Resp. ID: QWL Questionnaire : Part A: Personal Profile 1. Age as of last birthday. years 2. Gender 0. Male 1. Female 3. Marital status 0. Bachelor 1. Married 4. Level of education 1. Certificate 2. Diploma

More information

Factors Affecting the Recruitment and Selection Process of Private Commercial Banks in Bangladesh

Factors Affecting the Recruitment and Selection Process of Private Commercial Banks in Bangladesh The Journal of Global Commerce, Vol. 2, Number 4, Fall 2010 Factors Affecting the Recruitment and Selection Process of Private Commercial Banks in Bangladesh Abstract Dr. Nazrul Islam Professor, Department

More information

Getting Started with HLM 5. For Windows

Getting Started with HLM 5. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 About this Document... 3 1.2 Introduction to HLM... 3 1.3 Accessing HLM... 3 1.4 Getting Help with HLM... 3 Section 2: Accessing

More information

Suggested Statistical Methods to Analyze Air Power Operations Course Surveys

Suggested Statistical Methods to Analyze Air Power Operations Course Surveys 2017-10-04 DRDC-RDDC-2017-L316 Prepared for: CO CFAWC Scientific Letter Suggested Statistical Methods to Analyze Air Power Operations Course Surveys Background The RCAF has conducted two serials of the

More information

The Kruskal-Wallis Test with Excel In 3 Simple Steps. Kilem L. Gwet, Ph.D.

The Kruskal-Wallis Test with Excel In 3 Simple Steps. Kilem L. Gwet, Ph.D. The Kruskal-Wallis Test with Excel 2007 In 3 Simple Steps Kilem L. Gwet, Ph.D. Copyright c 2011 by Kilem Li Gwet, Ph.D. All rights reserved. Published by Advanced Analytics, LLC A single copy of this document

More information

Author please check for any updations

Author please check for any updations The Relationship Between Service Quality and Customer Satisfaction: An Empirical Study of the Indian Banking Industry Sunayna Khurana* In today s intense competitive business world, the customer is educated

More information

WINDOWS, MINITAB, AND INFERENCE

WINDOWS, MINITAB, AND INFERENCE DEPARTMENT OF POLITICAL SCIENCE AND INTERNATIONAL RELATIONS Posc/Uapp 816 WINDOWS, MINITAB, AND INFERENCE I. AGENDA: A. An example with a simple (but) real data set to illustrate 1. Windows 2. The importance

More information

Summary Statistics Using Frequency

Summary Statistics Using Frequency Summary Statistics Using Frequency Brawijaya Professional Statistical Analysis BPSA MALANG Jl. Kertoasri 66 Malang (0341) 580342 Summary Statistics Using Frequencies Summaries of individual variables provide

More information

AN EMPIRICAL STUDY OF QUALITY OF PAINTS: A CASE STUDY OF IMPACT OF ASIAN PAINTS ON CUSTOMER SATISFACTION IN THE CITY OF JODHPUR

AN EMPIRICAL STUDY OF QUALITY OF PAINTS: A CASE STUDY OF IMPACT OF ASIAN PAINTS ON CUSTOMER SATISFACTION IN THE CITY OF JODHPUR AN EMPIRICAL STUDY OF QUALITY OF PAINTS: A CASE STUDY OF IMPACT OF ASIAN PAINTS ON CUSTOMER SATISFACTION IN THE CITY OF JODHPUR Dr. Ashish Mathur Associate Professor, Department of Management Studies Lachoo

More information

Chapter 5 DATA ANALYSIS & INTERPRETATION

Chapter 5 DATA ANALYSIS & INTERPRETATION Chapter 5 DATA ANALYSIS & INTERPRETATION 205 CHAPTER 5 : DATA ANALYSIS AND INTERPRETATION 5.1: ANALYSIS OF OCCUPATION WISE COMPOSITION OF SUBSCRIBERS. 5.2: ANALYSIS OF GENDER WISE COMPOSITION OF SUBSCRIBERS.

More information

EnterpriseOne JDE5 Forecasting PeopleBook

EnterpriseOne JDE5 Forecasting PeopleBook EnterpriseOne JDE5 Forecasting PeopleBook May 2002 EnterpriseOne JDE5 Forecasting PeopleBook SKU JDE5EFC0502 Copyright 2003 PeopleSoft, Inc. All rights reserved. All material contained in this documentation

More information

Information Literacy Program

Information Literacy Program Information Literacy Program SPSS Advanced Significance Testing 2017 ANU Library anulib.anu.edu.au/research-learn ilp@anu.edu.au Table of Contents To start SPSS... 1 Significance testing (Inferential

More information

ENGG1811: Data Analysis using Excel 1

ENGG1811: Data Analysis using Excel 1 ENGG1811 Computing for Engineers Data Analysis using Excel (weeks 2 and 3) Data Analysis Histogram Descriptive Statistics Correlation Solving Equations Matrix Calculations Finding Optimum Solutions Financial

More information

DIFFERENT ESTIMATION STRATEGIES FOR THE COMMON FACTOR MODEL

DIFFERENT ESTIMATION STRATEGIES FOR THE COMMON FACTOR MODEL Measurement, Scaling, and Dimensional Analysis Summer 2017 Bill Jacoby DIFFERENT ESTIMATION STRATEGIES FOR THE COMMON FACTOR MODEL As discussed in class, the technical objective in a factor analysis is

More information

Credit Card Marketing Classification Trees

Credit Card Marketing Classification Trees Credit Card Marketing Classification Trees From Building Better Models With JMP Pro, Chapter 6, SAS Press (2015). Grayson, Gardner and Stephens. Used with permission. For additional information, see community.jmp.com/docs/doc-7562.

More information

A is used to answer questions about the quantity of what is being measured. A quantitative variable is comprised of numeric values.

A is used to answer questions about the quantity of what is being measured. A quantitative variable is comprised of numeric values. Stats: Modeling the World Chapter 2 Chapter 2: Data What are data? In order to determine the context of data, consider the W s Who What (and in what units) When Where Why How There are two major ways to

More information

CONSUMER ACCEPTANCE TOWARDS ONLINE GROCERY SHOPPING IN MALANG, EAST JAVA, INDONESIA

CONSUMER ACCEPTANCE TOWARDS ONLINE GROCERY SHOPPING IN MALANG, EAST JAVA, INDONESIA Agricultural Socio-Economics Journal ISSN: 2252-6757 Volume 17, Number 01 (2017): 23-32 CONSUMER ACCEPTANCE TOWARDS ONLINE GROCERY SHOPPING IN MALANG, EAST JAVA, INDONESIA Wisynu Ari Gutama 1, Anggya Puspita

More information

Linear Regression Analysis of Gross Output Value of Farming, Forestry, Animal Husbandry and Fishery Industries

Linear Regression Analysis of Gross Output Value of Farming, Forestry, Animal Husbandry and Fishery Industries 1106 Proceedings of the 8th International Conference on Innovation & Management Linear Regression Analysis of Gross Output Value of Farming, Forestry, Animal Husbandry and Fishery Industries Liu Haime,

More information

Morningstar Direct SM Presentation Studio

Morningstar Direct SM Presentation Studio Presentation Studio is Morningstar Direct s platform for creating custom presentations. With access to Morningstar Direct s databases and flexible charting and reporting capabilities, Presentation Studio

More information

Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction

Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction Paper SAS1774-2015 Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction ABSTRACT Xiangxiang Meng, Wayne Thompson, and Jennifer Ames, SAS Institute Inc. Predictions, including regressions

More information

Quantitative Methods. Presenting Data in Tables and Charts. Basic Business Statistics, 10e 2006 Prentice-Hall, Inc. Chap 2-1

Quantitative Methods. Presenting Data in Tables and Charts. Basic Business Statistics, 10e 2006 Prentice-Hall, Inc. Chap 2-1 Quantitative Methods Presenting Data in Tables and Charts Basic Business Statistics, 10e 2006 Prentice-Hall, Inc. Chap 2-1 Learning Objectives In this chapter you learn: To develop tables and charts for

More information

IT portfolio management template User guide

IT portfolio management template User guide IBM Rational Focal Point IT portfolio management template User guide IBM Software Group IBM Rational Focal Point IT Portfolio Management Template User Guide 2011 IBM Corporation Copyright IBM Corporation

More information

1. Contingency Table (Cross Tabulation Table)

1. Contingency Table (Cross Tabulation Table) II. Descriptive Statistics C. Bivariate Data In this section Contingency Table (Cross Tabulation Table) Box and Whisker Plot Line Graph Scatter Plot 1. Contingency Table (Cross Tabulation Table) Bivariate

More information

Bivariate Data Notes

Bivariate Data Notes Bivariate Data Notes Like all investigations, a Bivariate Data investigation should follow the statistical enquiry cycle or PPDAC. Each part of the PPDAC cycle plays an important part in the investigation

More information

Module 7: Multilevel Models for Binary Responses. Practical. Introduction to the Bangladesh Demographic and Health Survey 2004 Dataset.

Module 7: Multilevel Models for Binary Responses. Practical. Introduction to the Bangladesh Demographic and Health Survey 2004 Dataset. Module 7: Multilevel Models for Binary Responses Most of the sections within this module have online quizzes for you to test your understanding. To find the quizzes: Pre-requisites Modules 1-6 Contents

More information

4. Results and Discussions

4. Results and Discussions Chapter-4 126 4. Results and Discussions 127 To collect data from the employees of cement companies, one measurement instrument is prepared. Reliability of measurement tool signifies the consistency. To

More information

AMB201: MARKETING & AUDIENCE RESEARCH

AMB201: MARKETING & AUDIENCE RESEARCH AMB201: MARKETING & AUDIENCE RESEARCH Assessment 3: Predictors of Online Retail Shopping Student name: Jenny Chan Student number: n8738254 Tutor name: Jay Kim Tutorial time: Friday 2pm-3pm Due Date: 3

More information

demographic of respondent include gender, age group, position and level of education.

demographic of respondent include gender, age group, position and level of education. CHAPTER 4 - RESEARCH RESULTS 4.0 Chapter Overview This chapter presents the results of the research and comprises few sections such as and data analysis technique, analysis of measures, testing of hypotheses,

More information

DISCRIMINANT ANALYSIS IN MARKETING RESEARCH

DISCRIMINANT ANALYSIS IN MARKETING RESEARCH DISCRIMINANT ANALYSIS IN MARKETING RESEARCH Assistant Ph.D Erika KULCSÁR "Babeş Bolyai" University of Cluj Napoca Abstract: This paper classifies among marketing researches aiming to study the influence

More information

BUSINESS ANALYTICS. Version 5.8

BUSINESS ANALYTICS. Version 5.8 BUSINESS ANALYTICS Version 5.8 Corporate Planning & Control The Business Analytics module was designed to provide senior management with the ability to view and control the entire organization s staffing

More information

Sage (UK) Limited Copyright Statement

Sage (UK) Limited Copyright Statement Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2009. All rights reserved We have written this guide to help you to use the software it relates to. We hope it will be read by and helpful to lots

More information

Online Student Guide Types of Control Charts

Online Student Guide Types of Control Charts Online Student Guide Types of Control Charts OpusWorks 2016, All Rights Reserved 1 Table of Contents LEARNING OBJECTIVES... 4 INTRODUCTION... 4 DETECTION VS. PREVENTION... 5 CONTROL CHART UTILIZATION...

More information

Runs of Homozygosity Analysis Tutorial

Runs of Homozygosity Analysis Tutorial Runs of Homozygosity Analysis Tutorial Release 8.7.0 Golden Helix, Inc. March 22, 2017 Contents 1. Overview of the Project 2 2. Identify Runs of Homozygosity 6 Illustrative Example...............................................

More information

Risk Management User Guide

Risk Management User Guide Risk Management User Guide Version 17 December 2017 Contents About This Guide... 5 Risk Overview... 5 Creating Projects for Risk Management... 5 Project Templates Overview... 5 Add a Project Template...

More information

Return to Table of Contents

Return to Table of Contents CHAPTER V Results The purpose of this study was to examine the store patronage of women, age 18 and over throughout the United States. A questionnaire was designed to investigate store patronage relative

More information

A Study On Customer Satisfaction Towards Toothpaste With Special Reference To Colgate

A Study On Customer Satisfaction Towards Toothpaste With Special Reference To Colgate IOSR Journal of Business and Management (IOSR-JBM) e-issn : 2278-487X, p-issn : 2319-7668, PP 08-12 www.iosrjournals.org A Study On Customer Satisfaction Towards Toothpaste With Special Reference To Colgate

More information

Volume-3, Issue-12, May-2017 ISSN No:

Volume-3, Issue-12, May-2017 ISSN No: BRAND IDENTIFICATION AND CONSUMER PREFERENCES TOWARDS SALON SERVICES R. Punniyamoorthy Assistant professor, SRM ramapuram B-School, SRM University, Ramapuram campus,chennai, India. punyshrimath@gmail.com

More information

RiskyProject Professional 7

RiskyProject Professional 7 RiskyProject Professional 7 Project Risk Management Software Getting Started Guide Intaver Institute 2 Chapter 1: Introduction to RiskyProject Intaver Institute What is RiskyProject? RiskyProject is advanced

More information

Workshop in Applied Analysis Software MY591. Introduction to SPSS

Workshop in Applied Analysis Software MY591. Introduction to SPSS Workshop in Applied Analysis Software MY591 Introduction to SPSS Course Convenor (MY591) Dr. Aude Bicquelet (LSE, Department of Methodology) Contact: A.J.Bicquelet@lse.ac.uk Contents I. Introduction...

More information

Your easy, colorful, SEE-HOW guide! Plain&Simple. Microsoft Project Ben Howard

Your easy, colorful, SEE-HOW guide! Plain&Simple. Microsoft Project Ben Howard Your easy, colorful, SEE-HOW guide! Plain&Simple Microsoft Project 03 Ben Howard Published with the authorization of Microsoft Corporation by O Reilly Media, Inc. 005 Gravenstein Highway North Sebastopol,

More information

IMPACT OF BILLBOARDS ADVERTISEMENTS ON CONSUMER S BELIEFS: A STUDY

IMPACT OF BILLBOARDS ADVERTISEMENTS ON CONSUMER S BELIEFS: A STUDY IMPACT OF BILLBOARDS ADVERTISEMENTS ON CONSUMER S BELIEFS: A STUDY Mr. Anil Kumar Asst. Prof. CBS Group of Institutions Fetehpuri, Jhajjar (Haryana) ABSTRACT The purpose of this study was to determine

More information

Chapter 5 Notes Page 1

Chapter 5 Notes Page 1 Chapter 5 Notes Page 1 COST BEHAVIOR When dealing with costs, it helps for you to determine what drives the cost in question. A Cost Driver (also called Cost Base) is an activity that is associated with,

More information

EXPERIMENTAL INVESTIGATIONS ON FRICTION WELDING PROCESS FOR DISSIMILAR MATERIALS USING DESIGN OF EXPERIMENTS

EXPERIMENTAL INVESTIGATIONS ON FRICTION WELDING PROCESS FOR DISSIMILAR MATERIALS USING DESIGN OF EXPERIMENTS 137 Chapter 6 EXPERIMENTAL INVESTIGATIONS ON FRICTION WELDING PROCESS FOR DISSIMILAR MATERIALS USING DESIGN OF EXPERIMENTS 6.1 INTRODUCTION In the present section of research, three important aspects are

More information

Exam Code: Number: Passing Score: 800 Time Limit: 120 min File Version: 35.4.

Exam Code: Number: Passing Score: 800 Time Limit: 120 min File Version: 35.4. Exam Code:74-343 Number: 74-343 Passing Score: 800 Time Limit: 120 min File Version: 35.4 http://www.gratisexam.com/ Exam Code:74-343 Exam Name:Managing Projects with Microsoft Project 2013 Testinside

More information

Basic Statistics, Sampling Error, and Confidence Intervals

Basic Statistics, Sampling Error, and Confidence Intervals 02-Warner-45165.qxd 8/13/2007 5:00 PM Page 41 CHAPTER 2 Introduction to SPSS Basic Statistics, Sampling Error, and Confidence Intervals 2.1 Introduction We will begin by examining the distribution of scores

More information

Morningstar Direct SM Scorecard

Morningstar Direct SM Scorecard Within the Performance Reporting functionality, use the Scorecard to assign weighting schemes to data points and create custom criteria based on those quantitative and qualitative factors to calculate

More information

ACD MIS Supervisor Manual

ACD MIS Supervisor Manual Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

CE 115 Introduction to Civil Engineering Graphics and Data Presentation Application in CE Materials

CE 115 Introduction to Civil Engineering Graphics and Data Presentation Application in CE Materials CE 115 Introduction to Civil Engineering Graphics and Data Presentation Application in CE Materials Dr. Fouad M. Bayomy, PE Professor of Civil Engineering University of Idaho Moscow, ID 83844-1022 Graphics

More information

PRINCIPLES AND APPLICATIONS OF SPECIAL EDUCATION ASSESSMENT

PRINCIPLES AND APPLICATIONS OF SPECIAL EDUCATION ASSESSMENT PRINCIPLES AND APPLICATIONS OF SPECIAL EDUCATION ASSESSMENT CLASS 3: DESCRIPTIVE STATISTICS & RELIABILITY AND VALIDITY FEBRUARY 2, 2015 OBJECTIVES Define basic terminology used in assessment, such as validity,

More information

If you want to flag a question for later review, select the "Mark for review" button.

If you want to flag a question for later review, select the Mark for review button. Exam Number: 584002RR Lesson Name: Microsoft Excel 2016 Exam Guidelines: This exam is now available only in the online assessment system. If your study guide still contains an exam, that exam is no longer

More information

Impact of Human Resource System on Competitive Advantage Status: A Case Study

Impact of Human Resource System on Competitive Advantage Status: A Case Study Volume 9 Issue 11, May 2017 Impact of Human Resource System on Competitive Advantage Status: A Case Study Dr. Saloni Pahuja Assistant Professor JIMS Engineering Management Technical Campus, Greater Noida,

More information

Determining Effective Data Display with Charts

Determining Effective Data Display with Charts Determining Effective Data Display with Charts 1 Column Line Pie Stock XY (Scatter) Area Bubble Chart Types Covered 2 1 Visualizing Data 3 Data Graphics Principles 4 2 Data Graphics Principles Above all

More information

Segmentation and Targeting

Segmentation and Targeting Segmentation and Targeting Outline The segmentation-targeting-positioning (STP) framework Segmentation The concept of market segmentation Managing the segmentation process Deriving market segments and

More information

Software Feature Sets. Powerful. Flexible. Intuitive. Alight feature sets. Driver-Based Planning & Analytics

Software Feature Sets. Powerful. Flexible. Intuitive. Alight feature sets. Driver-Based Planning & Analytics Software Feature Sets Driver-Based Planning & Analytics Powerful. Flexible. Intuitive. Alight Planning is the first spreadsheet replacement that delivers the modeling and reporting power you want within

More information

MdAIR Spring Institute. April 28, 2006

MdAIR Spring Institute. April 28, 2006 Introduction to Factor Analysis MdAIR Spring Institute Denise Nadasen April 28, 2006 Today s Objective To understand the general application To learn some of the language To review various decision points

More information

LIR 832: MINITAB WORKSHOP

LIR 832: MINITAB WORKSHOP LIR 832: MINITAB WORKSHOP Opening Minitab Minitab will be in the Start Menu under Net Apps. Opening the Data Go to the following web site: http://www.msu.edu/course/lir/832/datasets.htm Right-click and

More information

SAS. Activity-Based Management Adapter 6.1 for SAP R/3 User s Guide

SAS. Activity-Based Management Adapter 6.1 for SAP R/3 User s Guide SAS Activity-Based Management Adapter 6.1 for SAP R/3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS Activity-Based Management Adapter 6.1 for

More information

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended. Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews cannot be printed. TDWI strives to provide

More information

Using Factor Analysis to Generate Clusters of Agile Practices

Using Factor Analysis to Generate Clusters of Agile Practices Using Factor Analysis to Generate Clusters of Agile Practices (A Guide for Agile Process Improvement) Noura Abbas University of Southampton School of Electronics and Computer Science Southampton, UK, SO17

More information

Market Insight Modelling Module Training Manual v3.2

Market Insight Modelling Module Training Manual v3.2 Market Insight Modelling Module Training Manual v3.2 Modelling Module Manual Version: 3.2 Software Version: System: 2016 Q4 Training (US) D&B Market Insight is powered by FastStats Technology from Apteco

More information

AutoClerk User Guide. Tape Chart, Marketing, Yield Management

AutoClerk User Guide. Tape Chart, Marketing, Yield Management AutoClerk User Guide Tape Chart, Marketing, Yield Management Table of Contents TABLE OF CONTENTS... 2 COPYRIGHT INFORMATION... 3 1. TAPE CHART... 4 SETTING TAPE CHART PARAMETERS... 4 MENU BAR... 6 TAPE

More information

Regression analysis of profit per 1 kg milk produced in selected dairy cattle farms

Regression analysis of profit per 1 kg milk produced in selected dairy cattle farms ISSN: 2319-7706 Volume 4 Number 2 (2015) pp. 713-719 http://www.ijcmas.com Original Research Article Regression analysis of profit per 1 kg milk produced in selected dairy cattle farms K. Stankov¹*, St.

More information

Tutorial #3: Brand Pricing Experiment

Tutorial #3: Brand Pricing Experiment Tutorial #3: Brand Pricing Experiment A popular application of discrete choice modeling is to simulate how market share changes when the price of a brand changes and when the price of a competitive brand

More information

APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT YEAR DATA. Corresponding Author

APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT YEAR DATA. Corresponding Author 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT

More information

Chart Recipe ebook. by Mynda Treacy

Chart Recipe ebook. by Mynda Treacy Chart Recipe ebook by Mynda Treacy Knowing the best chart for your message is essential if you are to produce effective dashboard reports that clearly and succinctly convey your message. M y O n l i n

More information

AN ANALYSIS OF CUSTOMERS SATISFACTION AND FACTORS INFLUENCING THE INTERNET BANKING

AN ANALYSIS OF CUSTOMERS SATISFACTION AND FACTORS INFLUENCING THE INTERNET BANKING CHAPTER V AN ANALYSIS OF CUSTOMERS SATISFACTION AND FACTORS INFLUENCING THE INTERNET BANKING 5.1 INTRODUCTION Banking industry is also one of the predominant industries adopting technologies which are

More information

What s new in MODDE Pro 11

What s new in MODDE Pro 11 What s new in MODDE Pro 11 Table of contents Stability testing Introduction Example using design wizard Early stage analysis and removal of ingredient causing instability Late stage analysis and trajectory

More information