Category: Tutorials
-
Send Telegram Notifications to your Mobile from Python/OpenSesame
Sending Telegram notifications might be very useful for receiving status messages, for example about participants performance during an experiment (see on the right). Getting this to work is remarkably easy – from a coding perspective. You will need around 10minutes… Continue reading
-
R – Exclude entire subjects if they lack data in one condition
It can sometimes be tricky to find out and eliminate participants that produce missing data in an analysis of interest. Most often you want to do an ANOVA with 2-3 factors and you receive the error message “One more more cells are missing… Continue reading
-
R – Functions for a manuscript-ready output for t-tests, BayesFactors and ezANOVAs
For quite some time I struggled to copy and paste the results from my t-tests and ANOVAs to my manuscripts. I finally decided to write a short script that puts the data in a structure I would like to present… Continue reading
-
Creating a 37-item circular visual search display with OpenSesame inline scripts
In this post I am going to explain how you can create a visual search display for a compound visual search task with an additional singleton that can either be singled out by color or orientation. The display has multiple items arranged… Continue reading