We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d9a92 commit 64db8faCopy full SHA for 64db8fa
vignettes/introduction.Rmd
@@ -613,7 +613,7 @@ ex1_prior_caption <- paste(
613
)
614
```
615
616
-```{r ex1-prior, echo=TRUE, fig.cap = ex1_prior_caption}
+```{r fig:ex1-prior, echo=TRUE, fig.cap = ex1_prior_caption}
617
xx <- seq(0, 1, .001)
618
dens.control <- dbeta(xx, 75, 75) # Posterior of the control
619
dens.prior <- dbeta(xx, 5.75, 4.25) # Prior of the Phase 1b trial
@@ -830,7 +830,7 @@ ex1_betadiff_1_cap <- paste(
830
831
832
833
-```{r ex1:betadiff1, echo=TRUE, out.width="4in"}
+```{r fig:ex1:betadiff1, echo=TRUE, out.width="4in"}
834
parX <- c(75, 75)
835
parY <- c(5.75 + 55, 4.25 + 80 - 55)
836
xx <- seq(-0.5, 0.75, 0.001)
0 commit comments