From 002587dc12ab776f4c7add8430cb15bd21632f05 Mon Sep 17 00:00:00 2001 From: Jasper Cooper Date: Wed, 27 Jun 2018 18:26:14 +0200 Subject: [PATCH] Fix to simple two_arm --- vignettes/simple_two_arm.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/simple_two_arm.Rmd b/vignettes/simple_two_arm.Rmd index 6a1efa99..202f99e5 100644 --- a/vignettes/simple_two_arm.Rmd +++ b/vignettes/simple_two_arm.Rmd @@ -41,7 +41,7 @@ How does this design work? One way to think about it is to compare the random as We subtract the mean of the control group from the mean of the treatment group in order to estimate the average treatment effect. -```{r, code = get_design_code(simple_two_arm_design), eval=FALSE} +```{r, code = get_design_code(simple_two_arm_designer()), eval=TRUE} ```