Preface |
|
xi | |
|
Part 1 Experiments, Models, Simulations |
|
|
1 | (96) |
|
Chapter 1 Principles of Modeling |
|
|
3 | (20) |
|
1.1 Experiments, models and simulations |
|
|
3 | (9) |
|
1.2 Principles of modeling |
|
|
12 | (5) |
|
1.3 Modeling vs. conceptualization |
|
|
17 | (6) |
|
Chapter 2 Modeling and Simulation |
|
|
23 | (18) |
|
2.1 Classical prediction of the serial position curve |
|
|
23 | (1) |
|
2.2 Alternative explanation based on the interference phenomenon |
|
|
24 | (16) |
|
|
40 | (1) |
|
Chapter 3 Adjustment of the Model to the Data |
|
|
41 | (24) |
|
3.1 Categorization by exemplars |
|
|
41 | (5) |
|
3.2 Categorization by exemplar, with MATLAB® calculations |
|
|
46 | (6) |
|
3.3 Adjustment functions (RMSE and likelihood) |
|
|
52 | (10) |
|
3.4 From adjustment to model selection |
|
|
62 | (3) |
|
Chapter 4 Introduction to Programming in MATLAB® |
|
|
65 | (32) |
|
4.1 Programming basics: getting started |
|
|
65 | (4) |
|
|
65 | (1) |
|
|
65 | (1) |
|
4.1.3 Emergency stop, stop a program from running |
|
|
66 | (1) |
|
|
66 | (1) |
|
|
67 | (1) |
|
4.1.6 Variable reset and screen reset |
|
|
67 | (1) |
|
|
68 | (1) |
|
|
68 | (1) |
|
|
69 | (7) |
|
4.2.1 Sum and randn commands |
|
|
71 | (1) |
|
4.2.2 Manipulating matrices |
|
|
72 | (4) |
|
|
76 | (4) |
|
|
76 | (1) |
|
4.3.2 Size and length functions |
|
|
77 | (1) |
|
4.3.3 Random numbers distributed randomly: rand function |
|
|
78 | (1) |
|
4.3.4 Normally distributed random numbers: randn function |
|
|
79 | (1) |
|
|
80 | (1) |
|
|
81 | (1) |
|
4.6 Text or character strings |
|
|
81 | (3) |
|
4.6.1 Character strings OR character matrices |
|
|
82 | (2) |
|
|
84 | (1) |
|
|
85 | (1) |
|
|
85 | (4) |
|
|
89 | (3) |
|
|
92 | (1) |
|
4.12 Programming tips in MATLAB® |
|
|
93 | (4) |
|
|
97 | (100) |
|
Chapter 5 Principles of Experimentation Organization and Experimental Reasoning |
|
|
99 | (14) |
|
|
99 | (1) |
|
|
100 | (2) |
|
|
102 | (2) |
|
5.4 Location and conditions |
|
|
104 | (1) |
|
|
104 | (1) |
|
5.6 Introductory reminder regarding the terminology of experimental design |
|
|
105 | (4) |
|
|
109 | (1) |
|
5.8 Order effects, and rank effects in repeated measures |
|
|
109 | (1) |
|
5.9 Going further: order and rank effects in repeated measures |
|
|
109 | (4) |
|
Chapter 6 Building Experimental Conditions from Random Draws or Permutations |
|
|
113 | (18) |
|
6.1 Creation of experimental groups |
|
|
113 | (1) |
|
6.2 Randomly counterbalanced series of zeros and ones |
|
|
114 | (2) |
|
6.3 Random series of experimental trials |
|
|
116 | (2) |
|
6.4 Draw of conditions or participants without replacement |
|
|
118 | (1) |
|
6.5 Counterbalancing experimental conditions |
|
|
118 | (3) |
|
6.6 Randomization of several word lists by subject |
|
|
121 | (1) |
|
6.7 Choice and counterbalancing of experimental conditions |
|
|
122 | (2) |
|
6.8 Creation of permuted item lists for each subject |
|
|
124 | (3) |
|
6.9 Creation of exhaustive lists and random draws |
|
|
127 | (4) |
|
Chapter 7 Creating Stimuli Digitally |
|
|
131 | (26) |
|
|
131 | (3) |
|
7.2 Create and combine various stimuli |
|
|
134 | (20) |
|
7.2.1 Ten large stimuli of increasing size using linspace |
|
|
134 | (3) |
|
|
137 | (1) |
|
7.2.3 Creating simple image stimuli, then varying colors of these stimuli |
|
|
138 | (7) |
|
7.2.4 Generate color variations from existing images |
|
|
145 | (2) |
|
7.2.5 Creating windows of stimuli to be loaded in other experimentation software |
|
|
147 | (6) |
|
|
153 | (1) |
|
|
154 | (3) |
|
Chapter 8 Experimenting with Psychtoolbox (and Others) |
|
|
157 | (40) |
|
8.1 Introduction: Psychtoolbox (Psychophysics toolbox) or E-Prime? |
|
|
157 | (1) |
|
8.2 MATLAB® experiments with the GUI |
|
|
158 | (2) |
|
8.3 MATLAB® experiments with Psychtoolbox |
|
|
160 | (18) |
|
8.3.1 Pricing, compatibility and authors |
|
|
160 | (1) |
|
8.3.2 Stopping a blocked program |
|
|
160 | (1) |
|
8.3.3 Familiarization with Psychtoolbox |
|
|
161 | (1) |
|
|
162 | (1) |
|
8.3.5 Taking information from the screen |
|
|
162 | (1) |
|
8.3.6 Displaying a stimulus |
|
|
163 | (1) |
|
|
164 | (1) |
|
8.3.8 Displaying a rectangle in full screen |
|
|
165 | (2) |
|
8.3.9 A mini experiment: memorizing letter sequences |
|
|
167 | (7) |
|
8.3.10 Another mini experiment: color wheel memory |
|
|
174 | (4) |
|
|
178 | (19) |
|
|
178 | (2) |
|
8.4.2 General properties of the experiment |
|
|
180 | (1) |
|
|
181 | (4) |
|
|
185 | (1) |
|
|
186 | (1) |
|
|
187 | (1) |
|
|
187 | (1) |
|
|
188 | (1) |
|
8.4.9 Example of a switching task with E-Prime |
|
|
188 | (9) |
|
Part 3 Analysis and Modeling |
|
|
197 | (84) |
|
Chapter 9 Analyzing Data: Import, Transformation, Compilation, Restructuring, Aggregation and Use of Statisticstoolbox |
|
|
199 | (36) |
|
9.1 Importing and transforming |
|
|
199 | (7) |
|
|
206 | (3) |
|
9.3 Extracting digital information from a file that is not organized as a table |
|
|
209 | (5) |
|
9.4 Import, combine and manipulate data in a table fonnat |
|
|
214 | (4) |
|
9.5 Restructuring and aggregating data in MATLAB® |
|
|
218 | (6) |
|
9.6 Restructuring and aggregating data with Excel or SPSS |
|
|
224 | (11) |
|
Chapter 10 Introduction to Bayesian Analysis |
|
|
235 | (32) |
|
|
235 | (2) |
|
|
237 | (1) |
|
|
238 | (1) |
|
10.4 Principle of Bayesian inference |
|
|
239 | (6) |
|
|
245 | (3) |
|
10.6 Statistics: going past rejecting the null hypothesis |
|
|
248 | (2) |
|
10.7 What alternative for an implausible null hypothesis? |
|
|
250 | (4) |
|
10.8 More complex distributions for calculating whether toast lands more often on the buttered side |
|
|
254 | (6) |
|
|
260 | (4) |
|
10.9.1 Bayesian tests with JASP |
|
|
261 | (3) |
|
10.10 Cognitive psychology |
|
|
264 | (3) |
|
Chapter 11 Complex and Original Figures |
|
|
267 | (14) |
|
11.1 Correlation matrix with original diagonal |
|
|
267 | (2) |
|
11.2 Dispersion diagram with cohorts |
|
|
269 | (2) |
|
11.3 Double Y axis graphs |
|
|
271 | (2) |
|
11.4 Multiple juxtaposed figures |
|
|
273 | (5) |
|
|
278 | (3) |
References |
|
281 | (6) |
Index |
|
287 | |