You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/R/prl_fictitious_rewmag.R
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@
14
14
#' @templateVar LENGTH_DATA_COLUMNS 5
15
15
#' @templateVar DETAILS_DATA_1 \item{subjID}{A unique identifier for each subject in the data-set.}
16
16
#' @templateVar DETAILS_DATA_2 \item{choice}{Integer value representing the option chosen on that trial: 1 or 2.}
17
-
#' @templateVar DETAILS_DATA_3 \item{rewardMagnitude1}{The reward amount associated with option 1 on a given trial, which is paid out if option 1 is chosen and is the correct choice (1~99).}
18
-
#' @templateVar DETAILS_DATA_4 \item{rewardMagnitude2}{The reward amount associated with option 2 on a given trial, which is paid out if option 2 is chosen and is the correct choice (1~99).}
17
+
#' @templateVar DETAILS_DATA_3 \item{rewardMagnitude1}{The amount of reward paid out if option 1 is chosen and is the correct choice (0~99).}
18
+
#' @templateVar DETAILS_DATA_4 \item{rewardMagnitude2}{The amount of reward paid out if option 2 is chosen and is the correct choice (0~99).}
19
19
#' @templateVar DETAILS_DATA_5 \item{outcome}{Integer value representing the outcome of that trial (where reward == 1, and loss == -1).}
0 commit comments