Skip to content

Commit

Permalink
fixed sign error in stroop data for lifespan
Browse files Browse the repository at this point in the history
  • Loading branch information
osorensen committed Apr 5, 2024
1 parent 5be856c commit 9aff4a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/lifespan.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ lifespan <- tibble(
),
item_bias = item_bias[test],
lambda = loadings[test],
nu = retest_effect + item_bias + eta * lambda
nu = retest_effect + item_bias - eta * lambda
) %>%
select(-zeta2, -zeta3, -eta, -retest_effect, -item_bias, -lambda) %>%
rowwise() %>%
Expand Down
Binary file modified data/lifespan.rda
Binary file not shown.
Empty file added src/RcppExports-c3165af9.o.tmp
Empty file.

0 comments on commit 9aff4a8

Please sign in to comment.