Skip to content

Commit ec78419

Browse files
authored
Update Continuous_data_example.Rmd
1 parent 905e6ad commit ec78419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/Continuous_data_example.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the RCT publication. The binary outcomes are summarized in an overall
5151
event table. Typically, the published study only provides aggregate
5252
information to the analyst.
5353

54-
Use the in-built `gen_data()` function.
54+
Use the `gen_data()` function available in the [simcovariates](https://github.com/n8thangreen/simcovariates) package.
5555

5656
```{r}
5757
library(dplyr)
@@ -367,4 +367,4 @@ knitr::kable(
367367
`Gcomp Bayes` = unlist(outstandR_gcomp_stan$contrasts),
368368
`MIM` = unlist(outstandR_mim$contrasts))
369369
)
370-
```
370+
```

0 commit comments

Comments
 (0)