Skip to content

Commit 9b1ac12

Browse files
authored
Update exercises.qmd
1 parent 55ec352 commit 9b1ac12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/exercises.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ The `outstandR` package will also need to be installed.
6363
#
6464
# remotes::install_github("n8thangreen/simcovariates") # For gen_data
6565
#
66-
# install.packages("outstandR", repos = c("https://statisticshealtheconomics.r-universe.dev", "https://cloud.r-project.org"))
66+
# install.packages("outstandR",
67+
# repos = c("https://statisticshealtheconomics.r-universe.dev", "https://cloud.r-project.org"))
6768
6869
library(outstandR)
6970
library(simcovariates) # For gen_data
@@ -131,7 +132,7 @@ ipd_trial_bin <- gen_data(N,
131132
b_trt,
132133
b_X,
133134
b_EM,
134-
b_0 = b_0,
135+
b_0,
135136
meanX_AC,
136137
sdX,
137138
meanX_EM_AC,

0 commit comments

Comments
 (0)