100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Summary SPSS - Causal Analysis Techniques $5.41   Add to cart

Summary

Summary SPSS - Causal Analysis Techniques

 57 views  6 purchases
  • Course
  • Institution

Summary of the lab sessions of CAT

Preview 2 out of 12  pages

  • October 10, 2022
  • 12
  • 2021/2022
  • Summary
avatar-seller
SPSS
Session 1: Assignment 1: SPSS, Syntax and Descriptive Statistics
Based on the measurement level of the variables, which method (that was discussed in the lectures), would be most
appropriate to analyze the relation between Individual Innovative Performance (Y) and the Company (X) that someone
works for? Answer: ANOVA

Syntax
The benefit of using syntax is that it provides a precise history of how the data was analyzed. Always aim to keep your
data file and your syntax file well-organized. This way you never have to save any output, because you can always recreate
it as needed by having SPSS perform all the syntax that you saved.

There are two ways to create a new syntax file:
1. In SPSS go to File → New → Syntax
2. Before performing any analysis instead of clicking the Ok button, click the Paste button

After starting a new syntax file, using the paste button for subsequent analyses will add the commands to the bottom of
the original file. You do not have to make a new file for each analysis. Clicking Paste will often close the dialog window.
Two ways of running the code is opening the same menu and clicking Ok this time (It will remember all your settings).
Another way is placing your cursor anywhere in the generated syntax and pressing Ctrl + R.

Frequencies
Analyze > Descriptive statistics > Frequencies > Select variable > Paste

The SPSS syntax for the Frequencies function looks like this:
FREQUENCIES VARIABLES = x
/ORDER = ANALYSIS.
So, for this step it should look like this:
FREQUENCIES VARIABLES=company
/ORDER=ANALYSIS.
SPSS does allow abbreviated functions, and works with any command shorter than its original as long as it is unique. This
means that this will also work:
FREQ VAR = x.

Descriptives
For continuous variables, the Frequency function is often not very useful, because many different scores are possible. If
many different values are possible, or the sample is not very big, each respondent will have its own unique value with a
frequency of one. A better alternative is using summary statistics for these variables, such as the mean, median, and
variance. Many different summary statistics for variables can be obtained using the Descriptives function.

Analyze > Descriptive statistics > Descriptives > Options > Tick boxes > Continue > Paste

The SPSS syntax for the Descriptives function looks like this:
DESCRIPTIVES VARIABLES=x
/STATISTICS=MEAN STDDEV VARIANCE MIN MAX.
SPSS does allow abbreviated functions, and works with any command shorter than its original as long as it is unique. This
means that this will also work:
DESC VAR=x.

Mean
Using the Descriptives function of SPSS we saw one way to obtain the mean for a variable. A second way is by using the
Means function. Use the Means function located under:
Analyze > Compare Means > Means


1

, SPSS
The SPSS snytax for the Means function looks like this:
MEANS TABLES=x
/CELLS=MEAN COUNT STDDEV.
SPSS does allow abbreviated functions, and works with any command shorter than its original as long as it is unique. This
means that this will also work:
MEAN VAR=x.

The Means function is not only there to provide the mean for one variable. It is possible to provide an additional
independent variable. Keep the variable Y in the list for the dependent variables and add the variable X to the list of
independent variables by selecting it in the left panel and clicking the arrow next to the list of independent variables. As
you can see, for a categorical independent variable, it now computes the mean for each variable X separately.

The SPSS syntax for the Means function using an independent variable looks like this:
MEANS TABLES=y by x /CELLS=MEAN COUNT STDDEV.
SPSS does allow abbreviated functions, and works with any command shorter than its original as long as it is unique. This
means that this will also work:
MEAN VAR=y by x.

Can we, based on this information, say anything about the differences in the entire population under study? (Assume that
these are very big companies and we have only observed a small part of their employees.) Answer: No - We are only
looking at sample data, and we need further tests to say anything about the population

Assignment 2: ANOVA
Before performing any analysis on the data, several assumptions (properties that the data should adhere to) must be
checked. This to see whether the analysis method will provide the correct results and we are not analyzing data that we
may not apply ANOVA to. The assumptions for an ANOVA are:
1. Correct measurement level of the X and Y variables; quantitative dependent variable of interval/ratio (continuous)
measurement level, independent variable of nominal measurement level (categorical).
2. Normal distribution of scores on the Y variable (for the full dataset, and within each group)
3. No outliers
4. Approximately equal variances in all the groups
5. The observations should be independent (within- and between groups)

Normality assumption of the Y variable
Checking the normality assumption of the Y variable is often done visually through a histogram. A histogram is a bar-graph
where the range of continuous scores on a variable, are grouped into (small) categories on the X-axis (horizontal). The
frequency count of these categories are plotted on the Y-axis (vertical) to see how often different values occur. In new
versions of SPSS graphs can be built entirely from scratch to suit your specific needs, but here we will use the older built-
in default settings:

Graphs > Legacy Dialogs > Histogram > Select variable > To get a reference line, tick Display normal curve > Paste > Run

The SPSS snytax for a Histogram looks like this:
GRAPH
/HISTOGRAM = y.

Normality assumption of the Y variable per group
As the assumption about normality states, before we can perform the actual ANOVA, we should also inspect whether Y is
normally distributed within the different groups.

Graphs > Legacy Dialogs > Histogram > Select variable > To get a reference line, tick Display normal curve > and add variable
X in the Columns box by selecting the variable and clicking the correct arrow button.

2

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller annevandentillaar. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $5.41. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

79373 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$5.41  6x  sold
  • (0)
  Add to cart