Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the variety of sampling options for timeline variables #698

Open
jodeleeuw opened this issue Apr 30, 2020 · 1 comment
Open

Improve the variety of sampling options for timeline variables #698

jodeleeuw opened this issue Apr 30, 2020 · 1 comment

Comments

@jodeleeuw
Copy link
Member

Need to figure out what kinds of options are missing but in demand. Questions on the Google Group are a useful starting place.

Ideas:

  • Improve alternate-groups method so that it can sample a subset rather than merely shuffle.
@kupiqu
Copy link

kupiqu commented Apr 30, 2020

Another thing that would be great to have would be allowing associative and complementary sampling (I think it's not currently available, but please let me know if wrong).

Let me describe what I mean with a simple example:

Imagine that you have two blocks of trials A and B and have two sets of instructions I and II, respectively for them.

Now consider that you want to randomize which one (I-A or II-B) appears first across participants.

One way to do that would be randomly sampling instructions I and II, but then the problem is to select the associated block of trials deterministically, A or B respectively.

  • EDIT (forgot the second half):

  • And not only that, then you need to add the complementary situation, which is deterministically doing II-B if you first did I-A, or vice versa (do I-A if you first did II-B).

As mentioned above, if there is a way to do this already in jsPsych, please let me know (and sorry for the noise).

@jodeleeuw jodeleeuw added this to the 7.3 milestone Jun 11, 2020
@jodeleeuw jodeleeuw removed this from the 7.3 milestone Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants