We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ec352 commit 9b1ac12Copy full SHA for 9b1ac12
scripts/exercises.qmd
@@ -63,7 +63,8 @@ The `outstandR` package will also need to be installed.
63
#
64
# remotes::install_github("n8thangreen/simcovariates") # For gen_data
65
66
-# install.packages("outstandR", repos = c("https://statisticshealtheconomics.r-universe.dev", "https://cloud.r-project.org"))
+# install.packages("outstandR",
67
+# repos = c("https://statisticshealtheconomics.r-universe.dev", "https://cloud.r-project.org"))
68
69
library(outstandR)
70
library(simcovariates) # For gen_data
@@ -131,7 +132,7 @@ ipd_trial_bin <- gen_data(N,
131
132
b_trt,
133
b_X,
134
b_EM,
- b_0 = b_0,
135
+ b_0,
136
meanX_AC,
137
sdX,
138
meanX_EM_AC,
0 commit comments