Skip to content

Commit

Permalink
Merge pull request #155 from DeclareDesign/small-edit-to-simple_facto…
Browse files Browse the repository at this point in the history
…rial_designer

Block randomization in simple_factorial_designer
  • Loading branch information
jaspercooper committed Aug 12, 2018
2 parents 003a2e9 + 1d91f0e commit 6df17c8
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 6df17c8

Please sign in to comment.