Skip to content

Commit

Permalink
new scripts for GOA comps and XL CNB RTs
Browse files Browse the repository at this point in the history
  • Loading branch information
disandroa committed Oct 6, 2022
1 parent 8cb51cf commit 7c1fb00
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/adaptiveV_GOA_correlations.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Full vs CAT GOA comparisons for AdaptiveV

# Akira Di Sandro, 10.05.2022










25 changes: 25 additions & 0 deletions scripts/extralong_test_retest_CNB_RTs.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Extralong test-retest (CNB RTs) as part of AdaptiveV

# Akira Di Sandro, 10.05.22


`%notin%` <- Negate(`%in%`)

# load packages ----
library(psych)
library(qgraph)
library(dplyr)
library(PerFit)
library(ggplot2)
library(ggdist)
library(sdamr)
library(kableExtra)
library(matrixStats)
library(irr)
library(lubridate)






0 comments on commit 7c1fb00

Please sign in to comment.