- Видео 14
- Просмотров 12 444
Worthy Lab
Добавлен 1 сен 2020
Reward Segmentation During Feedback Improves Gambling Task Performance: Worthy, Yoon, Cornwall, 2024
abstract of a recent lab paper where we showed that segmenting rewards and presenting them in smaller increments improved performance in the Soochow Gambling Task, as well as a gains-only version of the same task.
Visit our lab website for more information, including pdfs of our papers: worthylab.org
Visit our lab website for more information, including pdfs of our papers: worthylab.org
Просмотров: 26
Видео
The End of Behaviorism: W.K. Estes Departs from B.F. Skinner and His Behaviorist Psychology
Просмотров 449 месяцев назад
Section from the Association for Psychological Science's tribute to W.K. Estes where the departure of Estes from Behaviorism is discussed. Estes was B.F. Skinner's first graduate student.
R's brms package: Easily Plot Simple Slopes From An Interaction Between Continuous Variables
Просмотров 2,1 тыс.2 года назад
This video shows how to plot simple slopes from an interaction between continuous variables using the 'conditional_effects' command from R's brms package. This is probably the quickest way I know of to plot simple slopes. Code and Data for this video: worthylaborg.files.wordpress.com/2022/04/brmsinteractionsmaterials.zip
dplyer and ggplot2 for R - Analysis and Plotting Example: Intro to R for Cognitive Psychology 3
Просмотров 2232 года назад
In this video I deliver a panegyric on two of the most amazing tools for analyzing data in R, dplyer and ggplot. Dplyer can ply through a data set in a fraction of the time that it would take to analyze data in a program like Excel. Once dplyer is used to analyze the data, ggplot can be used to create some of the nicest, most customizable plots known to humanity. This series will focus on analy...
Modifying Data Frames in R: Intro to R for Cognitive Psychology 2
Просмотров 2412 года назад
In this video I show how to create new variables or modify existing variables, as well as how to subset the data based on a conditional statement. These are functions researchers may need to use to get their data in the best format for their analyses. This series will focus on analyzing the data from Byrne et al., 2020, published in Cognition. See our website for links to the paper and the code...
Loading a Data Set into R: Introduction to R for Cognitive Psychology - 1
Просмотров 6332 года назад
In this video we show how to load data into R. This can be a major hurdle for beginners as most R examples use built-in data sets, while most data cognitive psychologists collect has to be loaded into R. This series will focus on analyzing the data from Byrne et al., 2020, published in Cognition. See our website for links to the paper and the code: worthylab.org/ Paper: worthylaborg.files.wordp...
Example of Running an Experiment on MTurk with JATOS
Просмотров 2263 года назад
Shows an example of running an MTurk experiment with JATOS.
Programming Experiments in Qualtrics Using HTML and JavaScript (Stroop Task Example)
Просмотров 6 тыс.3 года назад
Shows an example of how to program the Stroop task in Qualtrics. This link will download a folder with the HTML and Javascript Code worthylaborg.files.wordpress.com/2022/03/stroopcode-1.zip
Logistic Regression Example Using R and JASP
Просмотров 4633 года назад
Provides an example of logistic regression using R. The data come from passengers on the Titanic; age, sex and passenger class are used to predict surviving to sinking of the Titanic.
Mediation Statistics Example using R
Просмотров 2,1 тыс.3 года назад
Uses various R packages to perform mediation (and moderation) analyses.
Regression: Interactions between continuous predictors
Просмотров 304 года назад
Shows how to do regression with continuous predictors, including examples in R.
Criticisms of Null Hypothesis Significance Testing from a Bayesian Perspective
Просмотров 2924 года назад
Short lecture based on John K. Kruschke's book "Doing Bayesian Data Analysis: A tutorial with R, JAGS, and Stan". Note that I refer to this book, incorrectly, by another title in the video. sites.google.com/site/doingbayesiandataanalysis/ This lecture was prepared for a graduate statistics and research methods course taught within a psychology department.
Categorical Predictors in Regression
Просмотров 524 года назад
Discusses categorical predictors in regression, including the relationship between ANOVA and regression.
Good video. Bayesian analysis does not present false alarm since there is no cut off but just a probability calculation
Thanks!
Thank you! I'm not familiar with jQuery so Qualtrics API is a pain. I found your script easy to adapt. Cheers!
Awesome vid! 😄
Nice class👍
𝓹𝓻𝓸𝓶𝓸𝓼𝓶
Hello, by any chance you have the file/ code for Incongruent stroop colour test code that I could use? Much appreciated
I added a link to the code on my website and posted this link in the information section for this video.