Skip to content

Commit 8ba340e

Browse files
authored
Update README.md
1 parent 0b9119e commit 8ba340e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Bayesian_Strategy_Analysis_MATLAB
22
MATLAB toolbox for Bayesian analysis of behavioural strategies on choice tasks
33

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

66
Tested with: MATLAB R2017a onwards
77

@@ -31,4 +31,6 @@ Four scripts demonstrate the main use of the Toolbox:
3131

3232
- 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.
3333

34+
# Problems?
35+
- 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
3436

0 commit comments

Comments
 (0)