Publications by Aaron Laycock

RL threat pilot data

22.08.2024

data script data plots load data load(file = "C:/Users/aaron/Desktop/PhD/Projects/RL_threat/RL_threat_development/RL_threat pilot/RL_behavioral_data_pilot.RData") Load packages library(rmdformats) library(tidyr) library(dplyr) library(ggplot2) library(gtools) library(psych) data script #____________________________________________________...

378 sym Python (11712 sym/13 pcs) 2 img

affect_condition_lmm

03.02.2024

affect/condition/lmm Post hoc results load data load("C:/Users/aaron/Desktop/PhD/Projects/VRIGT_2/VRIGT2_data_analysis/VRIGT2_data/VRIGT_2_all_data.RData") Load packages library(rmdformats) library(dplyr) library(tidyr) library(lme4) library(lmerTest) library(emmeans) affect/condition/lmm Data wrangle #lmm affect all (between conditions) ...

1005 sym 1 img

VRIGT2_compMod_results

19.01.2024

ORL parameters between groups load data load("C:/Users/aaron/Desktop/PhD/Projects/VRIGT_2/VRIGT2_data_analysis/VRIGT2_computational modelling/orl_res_vrigt_2_outputs.RData") Load packages library(rmdformats) library(hBayesDM) library(ggplot2) library(dplyr) ORL parameters between groups Significant difference between threat and non-threat o...

619 sym 5 img

ANOVA

02.12.2023

ANOVA load data load(file = "ANOVA_data.RData") Load packages library(rmdformats) ## Warning: package 'rmdformats' was built under R version 4.2.3 ANOVA information: Anova: https://www.statology.org/welchs-anova-in-r/ Bonferroni: https://www.statology.org/bonferroni-correction-in-r/ tests: FNE ANOVA_res_FNE<- oneway.test(score ~ group, data = d...

241 sym

SM_anaysis_v1

30.11.2023

Change (mill/civilian) Correlations (Study 3) load data load(file = "JAYWICK_DATA_Q1_non_military.RData") load(file = "JAYWICK_DATA_Q1_military.RData") load(file = "JAYWICK_DATA_Q1_total.RData") Load packages library(rmdformats) #Visualization library(ggplot2) library(rmdformats) library(hrbrthemes) library(dplyr) library(tidyr) library(...

241 sym 4 img

Jaywick_q1

07.11.2023

Data visualization Differences: LMM to look at changes in scores on questionniers between groups Correlations: Individual differences in evaluation sensitivity predict lower complexity tolerance in non military populations? Correlations: Individual differences in evaluation sensitivity predict lower complexity tolerance in military populati...

1255 sym 9 img 1 tbl

Jaywick study change analysis

09.10.2023

Change after training in experienced group Bayesian estimation of the posterior distribution of measures that show significant change following training Change after training (traditional and JAYWICK training) Change between JAYWICK and Traditional training Bayesian estimation of the posterior distribution of measures beween JAYWICK and Trad...

1681 sym 4 img

Q2_jaywick

05.10.2023

Change after training Bayesian estimation of the posterior distribution of measures that show significant change following training load data load("C:/Users/aaron/Desktop/PhD/Projects/JAYWICK/P_JAYWICK_PhD/Jaywick_PhD_data_analysis/Jaywick_PhD_data_analysis_question2/Jaywick_PhD_data_question2_final_analysis.RData") Load packages library(rmdfor...

667 sym 2 img

Question 2

31.07.2023

Wilcoxon Signed-Rank Test LMMs Bayesian Estimation load data load(file = "JAYWICK_DATA_Q2_total.RData") Load packages library(tidyr) library(dplyr) library(ggplot2) library(sjPlot) library(sjmisc) library(sjlabelled) library(lmerTest) library(lme4) library(MASS) library(BEST) Wilcoxon Signed-Rank Test FNE wilcox.test(JAYWICK_DATA_Q2...

282 sym Python (3621 sym/30 pcs) 8 img 4 tbl

Outliers

30.07.2023

msceit_perceiving msceit_using msceit_understand msceit_manage msceit_total geco_EU geco_Erec geco_EM geco_Ereg geco_total Data load(file = "Birdy_data.RData") Packages library(rmdformats) library(Routliers) library(dplyr) msceit_perceiving ##cpc CPC_msceit_perceiving <- outliers_mad(x = CPCdata$msceit_perceiving) CPC_msceit_perceiving ## Ca...

392 sym 20 img