Skip to content

Commit

Permalink
Merge branch 'master' into documentation-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercooper committed May 19, 2018
2 parents 4db717d + 64d29aa commit ad1bd36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/crossover_designer.R
Expand Up @@ -65,8 +65,8 @@ crossover_designer <- function(N = 100,
potential_outcomes_B,
estimand,
assignment,
dplyr::mutate(A = as.numeric(Z %in% c("T2", "T4")),
B = as.numeric(Z %in% c("T3", "T4"))),
fabricate(A = as.numeric(Z %in% c("T2", "T4")),
B = as.numeric(Z %in% c("T3", "T4"))),
declare_reveal(YA,Z),
declare_reveal(YB,Z),
estimator_sat,
Expand Down

0 comments on commit ad1bd36

Please sign in to comment.