We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905e6ad commit ec78419Copy full SHA for ec78419
vignettes/Continuous_data_example.Rmd
@@ -51,7 +51,7 @@ the RCT publication. The binary outcomes are summarized in an overall
51
event table. Typically, the published study only provides aggregate
52
information to the analyst.
53
54
-Use the in-built `gen_data()` function.
+Use the `gen_data()` function available in the [simcovariates](https://github.com/n8thangreen/simcovariates) package.
55
56
```{r}
57
library(dplyr)
@@ -367,4 +367,4 @@ knitr::kable(
367
`Gcomp Bayes` = unlist(outstandR_gcomp_stan$contrasts),
368
`MIM` = unlist(outstandR_mim$contrasts))
369
)
370
-```
+```
0 commit comments