Lecture Five 2014
Lecture Five 2014
References:
Book 10 of Survey Kit covers reporting on surveys
Other examples on UTS Online
The SPARKPlus question in first assignment...
Our Research Question
Based on the crosstabulation we can see that the survival rate for pet owners is 94.3%
while it is only 71.8% for those with no pet. Based on a chi-squared test of association,
this differential in survival is highly significant.
We discuss the pattern in the data
o IF we have done a test we can claim a significant (or non-
significant) effect
o Add raw SPSS output to appendix...
Our Research Question
In her studies for her PhD, Holt examined the satiating properties
of various foods (see Holt, S., Brand Miller, J., Petocz, P. and
Farmakalidis, E. (1995) “A satiety index of common foods”,
European Journal of Clinical Nutrition, 49, 675-690). Volunteers
were fed iso-energetic portions (1000kJ) of various foods, and
their satiety was measured over the following two hours.
A boxplot show the distributions
across the three foods and the
potential for an effect.
We’d discuss this (without
claiming significance) and
also comment on the
variation – WHY?
SPSS Output
Confidence Interval
N Mean Std Error Lower Upper
potato 13 248.2 39.36 162.4 334.0
ice-cream 12 104.0 28.45 41.4 166.7
croissant 12 66.6 23.53 14.8 118.4
Total 37 142.5 22.15 97.6 187.5
From the table we can clearly see the mean satiety for potato is considerably higher
than for ice-cream and croissant. Using ANOVA (might add a footnote to confirm equal
variances), we reject that the population means are equal and accept that the foods do
have different mean satiety (p-value of 0.001). Pairwise comparisons with t-tests (using
Tukey’s adjustment for multiple comparisons) confirms that the mean for potato is
significantly higher than the other two, while there is no evidence of a difference in the
population means for ice-cream and croissant.
We can add raw SPSS output to the appendix to demonstrate
we have done the test correctly...
Online Survey Administration
Select “Add item” at the bottom of the form to add the next
question.
To send:
Select “Send form” at the bottom of the screen...
To obtain responses:
Select “Choose response destination” at the top of the screen.
9. In the second row of the first newly created column, use the countif
function to count the number of times that category appears in each row
=countif($E2:$H2,I$1)
where E2:H2 contains the data pasted in steps 3 - 6 and I1 contains one of
the options. The absolute references allow you to copy across and down
without adjusting the formula.
10. To retrieve the “other” column (if one exists), use a formula like
=IF(COUNTIF(M$1:P$1,LOOKUP(REPT("Z",255),E2:H2))=0,
LOOKUP(REPT("Z",255),E2:H2),"")
(all one line) where M1:P1 contain the option labels and E2:H2 contains
the data that you pasted in steps 3-6.
11. Copy the new columns into SPSS.
SoGoSurvey (www.sogosurvey.com)
Appears to allow users to download responses to excel. Setup
can be a bit lengthy, but the output is fairly easy to integrate
into SPSS from Excel. This is a good alternative to Google
Docs.
KwikSurveys (www.kwiksurveys.com)
Free, but does not appear to allow users to download results
Stellar Survey (stellarsurvey.com) / Fluid Surveys (fluidsurveys.com)
Need a paid account to download results
eSurvey Creator (www.esurveycreator.com)
A very good alternative to Google Docs, can download Excel
file in a sensible format. Setup is easier than SoGoSurvey.
Just to Finish...