Replies: 1 comment
-
Hi @HeRm4nV, Currently the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm doing a little design with 2 within variables, but i want only 2 trials for person (1 question -> 2 trials), first trial using one variable of first within variable and other from the second, and the second trial using the remainings variables. I currently have this code working:
But I would like to know if there is any other simpler way like the one shown to create a full_design or if it isn't currently implemented:
var full_design = jsPsych.randomization.factorial(within_var, 1);
Beta Was this translation helpful? Give feedback.
All reactions