-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path00-spss.Rmd
More file actions
160 lines (83 loc) · 4.88 KB
/
Copy path00-spss.Rmd
File metadata and controls
160 lines (83 loc) · 4.88 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# SPSS Tutorial Videos List {-}
#### Flow chart {-}
```{r choice-diagram-copy, fig.width=9, echo=FALSE, fig.cap="Flow chart for selecting a test in SPSS."}
source("flowchart.R")
p
rm(p)
```
#### Chapter \@ref(probmodels): Probability Models: How Do I Get a Sampling Distribution? {-}
(ref:bootstrap1SPSS) Bootstrapping in SPSS.
Figure \@ref(fig:SPSSbootstrap1): (ref:bootstrap1SPSS)
(ref:bootstrap2SPSS) Interpreting bootstrap results in SPSS.
Figure \@ref(fig:SPSSbootstrap2): (ref:bootstrap2SPSS)
(ref:Exact1SPSS) Performing an exact test in SPSS.
Figure \@ref(fig:SPSSExact1): (ref:Exact1SPSS)
(ref:Exact2SPSS) Interpreting exact test results in SPSS.
Figure \@ref(fig:SPSSExact2): (ref:Exact2SPSS)
#### Chapter \@ref(param-estim): Estimating a Parameter: Which Population Values Are Plausible? {-}
(ref:conflevelSPSS) Setting the confidence level in SPSS.
Figure \@ref(fig:SPSSconflevel): (ref:conflevelSPSS)
#### Chapter \@ref(hypothesis): Testing a Null Hypothesis: Am I Right or Am I Wrong? {-}
(ref:binomialSPSS) A binomial test on a single proportion in SPSS.
Figure \@ref(fig:SPSSbinomial): (ref:binomialSPSS)
(ref:chisq1SPSS) A chi-squared test on a frequency distribution in SPSS.
Figure \@ref(fig:SPSSchisq1): (ref:chisq1SPSS)
(ref:1meanSPSS) A one-sample _t_ test in SPSS.
Figure \@ref(fig:SPSS1mean): (ref:1meanSPSS)
#### Chapter \@ref(power): Which Sample Size Do I Need? Power! {-}
(ref:cohendtitle) Obtaining Cohen's _d_ with SPSS.
Figure \@ref(fig:cohend): (ref:cohendtitle)
#### Chapter \@ref(anova): Moderation with Analysis of Variance {-}
(ref:1waySPSS) One-way analysis of variance (ANOVA) in SPSS.
Figure \@ref(fig:SPSS1way): (ref:1waySPSS)
(ref:2waySPSS) Two-way analysis of variance with moderation in SPSS.
Figure \@ref(fig:SPSS2way): (ref:2waySPSS)
(ref:eta2SPSS) Calculating eta^2^ from SPSS output.
Figure \@ref(fig:SPSSeta2): (ref:eta2SPSS)
#### Chapter \@ref(moderationcat): Regression Analysis And A Categorical Moderator {-}
(ref:regsimpleSPSS) Executing and interpreting regression analysis in SPSS.
Figure \@ref(fig:SPSSregsimple): (ref:regsimpleSPSS)
(ref:regdummy2SPSS) Creating dummy variables in SPSS.
Figure \@ref(fig:SPSSregdummy2): (ref:regdummy2SPSS)
(ref:regdummySPSS) Using dummy variables in a regression model in SPSS.
Figure \@ref(fig:SPSSregdummy): (ref:regdummySPSS)
(ref:regassumptSPSS) Checking assumptions for regression models in SPSS.
Figure \@ref(fig:SPSSregassumpt): (ref:regassumptSPSS)
(ref:regpredSPSS) Creating categorical by numerical interaction predictors for regression in SPSS.
Figure \@ref(fig:SPSSregpred): (ref:regpredSPSS)
(ref:regcatmodSPSS) Estimating categorical by numerical moderation with regression in SPSS.
Figure \@ref(fig:SPSSregcatmod): (ref:regcatmodSPSS)
(ref:regmodlinesSPSS) Representing moderation by regression lines in a scatterplot in SPSS.
Figure \@ref(fig:SPSSregmodlines): (ref:regmodlinesSPSS)
(ref:regSupport1SPSS) Checking common support for a predictor at different moderator values in SPSS.
Figure \@ref(fig:SPSSregSupport1): (ref:regSupport1SPSS)
#### Chapter \@ref(moderationcont): Regression Analysis With A Numerical Moderator {-}
(ref:regcenterSPSS) Mean-centering variables for regression analysis in SPSS.
Figure \@ref(fig:SPSSregcenter): (ref:regcenterSPSS)
(ref:reglines2SPSS) Regression lines for a numerical moderator in a scatterplot in SPSS.
Figure \@ref(fig:SPSSreglines2): (ref:reglines2SPSS)
(ref:regSupport2SPSS) Checking common support with a numerical moderator in SPSS.
Figure \@ref(fig:SPSSregSupport2): (ref:regSupport2SPSS)
#### Chapter \@ref(confounder): Regression Analysis And Confounders {-}
(ref:regconfoundSPSS) Identifying confounders with regression in SPSS.
Figure \@ref(fig:SPSSregconfound): (ref:regconfoundSPSS)
#### Chapter \@ref(mediation): Mediation with Regression Analysis {-}
(ref:mediatparSPSS) Estimating a single or parallel mediation model with PROCESS (Model 4).
Figure \@ref(fig:SPSSmediatpar): (ref:mediatparSPSS)
(ref:mediatserialSPSS) Estimating a serial mediation model with PROCESS (Model 6).
Figure \@ref(fig:SPSSmediatserial): (ref:mediatserialSPSS)
(ref:mediatcovSPSS) Estimating a mediation model including covariates with PROCESS.
Figure \@ref(fig:SPSSmediatcov): (ref:mediatcovSPSS)
(ref:pathSPSS) Estimating a path model in SPSS.
Figure \@ref(fig:SPSSpath): (ref:pathSPSS)
#### Appendix: Test Overview {-}
(ref:SPSSLevene) Levene's _F_ test on equal variances in SPSS.
Figure \@ref(fig:SPSSLevene): (ref:SPSSLevene)
(ref:SPSSTindep) Independent samples _t_ test on two means.
Figure \@ref(fig:SPSSTindep): (ref:SPSSTindep)
(ref:SPSSTpaired) Paired samples _t_ test on two means.
Figure \@ref(fig:SPSSTpaired): (ref:SPSSTpaired)
(ref:SPSScorrelation) Test on a correlation.
Figure \@ref(fig:SPSScorrelation): (ref:SPSScorrelation)
(ref:SPSSchisqcross) Chi-squared test on a contingency table (crosstab).
Figure \@ref(fig:SPSSchisqcross): (ref:SPSSchisqcross)