Skip to content

Commit

Permalink
fix readme description
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Feb 5, 2024
1 parent dc8648a commit c1e42ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ If you use these functions, cite the above papers and scripts on which it is bas

The `fit_meta_d_SSE` and `fit_meta_d_MLE` commands require data in the same format outlined on M & L's webpage, as follows:

Suppose there are two stimuli, A, and B, and three confidence ratings. The possible responses are
Suppose there are two stimuli, A, and B, and three confidence ratings - high (3), medium(2), and low(1). The possible responses are

A1, A2, A3, B3, B2, B1.
A3, A2, A1, B1, B2, B3.

Input to the function should be counts for each of these responses separately for each stimulus type.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ it is based.
The `fit_meta_d_SSE` and `fit_meta_d_MLE` commands require data in the
same format outlined on M & L’s webpage, as follows:

Suppose there are two stimuli, A, and B, and three confidence ratings.
The possible responses are
Suppose there are two stimuli, A, and B, and three confidence ratings -
high (3), medium(2), and low(1). The possible responses are

A1, A2, A3, B3, B2, B1.
A3, A2, A1, B1, B2, B3.

Input to the function should be counts for each of these responses
separately for each stimulus type.
Expand Down

0 comments on commit c1e42ef

Please sign in to comment.