Skip to content

Commit 30ca54f

Browse files
committed
Deploying to gh-pages from @ 7220f94 🚀
1 parent 3a9182c commit 30ca54f

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

articles/Chapter06.html

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/Chapter06.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,10 @@ of genre comedy, with average values of and {Weeks} as well as the
621621
sentiments and volumes of Twitter-posts set, but different values of .
622622

623623
``` r
624+
if (pdfplots) {
625+
pdf("6-4_7.pdf", width = 8, height = 4)
626+
par(mar = c(1.5, 1.5, 1.5, .1), mgp = c(1, .5, 0))
627+
}
624628
nf=4
625629
X_new <- cbind(rep(1,nf), matrix(0,nrow=nf,ncol=p))
626630
colnames(X_new)<-colnames(X)

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ articles:
1111
Chapter07: Chapter07.html
1212
Chapter08: Chapter08.html
1313
Chapter09: Chapter09.html
14-
last_built: 2025-12-17T18:12Z
14+
last_built: 2025-12-17T18:21Z
1515
urls:
1616
reference: https://gregorkastner.github.io/BayesianLearningCode/reference
1717
article: https://gregorkastner.github.io/BayesianLearningCode/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)