We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b594c5 commit ac8edd7Copy full SHA for ac8edd7
1 file changed
vignettes/Chapter07.Rmd
@@ -545,7 +545,7 @@ We now create Figure 7.9 via simple transformations.
545
if (pdfplots) {
546
pdf("7-2_9.pdf", width = 9, height = 3)
547
}
548
-par(mfrow = c(1, 1), mar = c(2.6, 1.5, 1.5, .1), mgp = c(1.5, .5, 0), lwd = 2)
+par(mfrow = c(1, 2), mar = c(2.6, 1.5, 1.5, .1), mgp = c(1.5, .5, 0), lwd = 2)
549
mu <- sigma2 <- matrix(NA_real_, ndraws, 3, dimnames = list(NULL, order = 0:2))
550
551
mu[, "0"] <- res0$betas[, 1]
@@ -591,9 +591,9 @@ we proceed as above.
591
592
```{r, echo = -c(1:2)}
593
594
- pdf("7-2_9.pdf", width = 9, height = 3)
+ pdf("7-2_10.pdf", width = 9, height = 3)
595
596
597
mu <- sigma2 <- list()
598
599
mu[["0"]] <- res20$betas[, 1]
0 commit comments