-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_script.R
24 lines (20 loc) · 1 KB
/
example_script.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Example script
install.packages("devtools") # if not already downloaded
devtools::install_github("zen-juen/NeuropsyNorms") # ensures latest github package
library(NeuropsyNorms)
# Trails A & B
tmt <- tmt_norms(education=10, age=55, male=TRUE,
trailsA=30,
trailsB=40, source="Tombaugh2004_Canada",
labels=1) # modify labels=2 if using AACN 2020 labelling convention
# VST
vst <- vst_norms(education=10,
age=55, male=TRUE, source='Troyer2006_Canada',
dots=20, word=20, colourword=50, interference=2.5, errors=10, labels=1)
# RAVLT
ravlt <- ravlt_norms(education=10, age=55, male=TRUE, source="Lee2012_Singapore",
t1=5, t2=4, t3=6, t4=6, t5=10, total=15, listB=2, t6=6, delayed_recall=10, recog_correct=10, recog_FA=2,
labels=1)
# BVMT-R
bvmtr <- bvmtr_norms(education=10, age=55, male=TRUE, source="Benedict1997_US",
t1=5, t2=5, t3=6, total=13, delayed_recall=10, labels=1)