Spss Analysis

Related Essays

Spss Analysis
QUESTIONNAIRE ___________________________________________________________________________ Dear Sir/ madam I am doing MBA from Lovely Professional
An Analysis Of The Cognitive Ability Of Self-Regulation
be calculated using SPSS (a computer program that calculates statistics) to find the means and standard deviations. Also using SPSS, analysis of variance (ANOVA
External Environment Analysis
C14 Key words: Conventional Banks, Islamic banks, Efficiency, Data Envelopment Analysis (DEA). 1. Introduction The most well-known approaches to explain banking
Cluster Analysis
However, that cluster analysis is more often used for grouping cases. Cluster analysis is also called as segmentation analysis or taxonomy analysis and it is used

Submitted by to the category Other Topics on 08/24/2012 08:52 AM

| | | | | |

| |

Stat Computing > SPSS > Output | Help the Stat Consulting Group by giving a gift              |

-------------------------------------------------

Top of Form | |   |

Bottom of Form | |

Annotated SPSS Output

Discriminant Analysis

This page shows an example of a discriminant analysis in SPSS with footnotes explaining the output.  The data used in this example are from a data file, discrim.sav, with 244 observations on four variables. The variables include three continuous, numeric variables (outdoor, social and conservative) and one categorical variable (job) with three levels: 1) customer service, 2) mechanic and 3) dispatcher.

We are interested in the relationship between the three continuous variables and our categorical variable.  Specifically, we would like to know how many dimensions we would need to express this relationship.  Using this relationship, we can predict a classification based on the continuous variables or assess how well the continuous variables separate the categories in the classification.  We will be discussing the degree to which the continuous variables can be used to discriminate between the groups.  Some options for visualizing what occurs in discriminant analysis can be found in the Discriminant Analysis Data Analysis Example.

To start, we can examine the overall means of the continuous variables.

get file='C:\Data\discrim.sav'.

descriptives

variables=outdoor social conservative

/statistics=mean stddev min max .

We are interested in how job relates to outdoor, social and conservative. Let's look at summary statistics of these three continuous variables for each job category.

means

tables=outdoor social conservative by job

/cells mean count stddev .

From this output, we can see that some of the means of outdoor, social and conservative differ noticeably from group...

View Full Essay
Full Essay Stats...
  • Words: 2157
  • Pages: 9
  • Views: 230