Skip to content

Commit fa978c0

Browse files
authored
Update README.md
1 parent 2634102 commit fa978c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Python toolbox for Bayesian analysis of behavioural strategies on choice tasks
44

5-
Pre-print: https://doi.org/10.1101/2022.08.30.505807
5+
Read the paper at eLife: https://doi.org/10.7554/eLife.86491
66

77
Tested with: Python 3.9 onwards
88

@@ -31,3 +31,6 @@ Two scripts demonstrate the main use of the Toolbox:
3131
- Names and values of data variables: the supplied strategy models assume that the loaded dataset uses the following names and values for each variable: Choice ("left","right'), Reward ("yes","no"), CuePosition ("left","right").
3232

3333
- Omissions: the supplied strategy functions assume the subject made a choice on each trial. If your data contain trials with omissions (e.g. the subject did not engage on that trial) then either (a) remove those trials from the dataset before using the strategy analysis on them, or (b) edit the code to handle how you coded the omissions in your data. For example, if you coded an omission as Choice = NaN, then assign any trial with Choice = NaN as a "null" trial-type for *every* strategy; the best place to do that would be in the top-level script -- an if/else that checked first whether the trial was an omission, and then only evaluated the trial-type for each strategy if it was not an omission.
34+
35+
# Problems?
36+
- Raise an "Issue" here on the GitHub repository. In the "Issue" give the problem/bug you came across (and where) or the question you have about how to use the toolbox

0 commit comments

Comments
 (0)