Skip to content

Commit

Permalink
Block randomization in simple_factorial_designer
Browse files Browse the repository at this point in the history
  • Loading branch information
clarabicalho committed Aug 10, 2018
1 parent 8dce35c commit 1d91f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/simple_factorial_designer.R
Expand Up @@ -96,7 +96,7 @@ simple_factorial_designer <- function(N = 100,

# Factorial assignments
assign_A <- declare_assignment(prob = prob_A, assignment_variable = A)
assign_B <- declare_assignment(prob = prob_B, assignment_variable = B)
assign_B <- declare_assignment(prob = prob_B, assignment_variable = B, blocks = A)
reveal_Y <- declare_reveal(Y_variables = Y, assignment_variables = c(A,B))

# A: Answer Strategy
Expand Down

0 comments on commit 1d91f0e

Please sign in to comment.