Skip to content

Commit 1692d85

Browse files
committed
update for new label
1 parent fa2be59 commit 1692d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/RCI.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ RCI_shiny <- function(mod_pre, mod_post = NULL, main = 'Test Scores'){
440440
}
441441
post.scores <- sapply(collect, \(x) as.numeric(x['post.score']))
442442
pre.scores <- as.numeric(collect[[1]]['pre.score'])
443-
SEs <- sapply(collect, \(x) as.numeric(x['SEM']))
443+
SEs <- sapply(collect, \(x) as.numeric(x['SE']))
444444
diff <- post.scores - pre.scores
445445
plot(diff ~ rng, pch=16, ylab=expression(theta[post]-theta[pre]),
446446
las=1, ylim=c(diff[1]-SEs[1],

0 commit comments

Comments
 (0)