Skip to content

Commit

Permalink
load ggplot package
Browse files Browse the repository at this point in the history
  • Loading branch information
tdebray123 committed Nov 24, 2023
1 parent f554a75 commit a6e71a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_11.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ for (pkg in required_packages) {
}
library(kableExtra)
library(table1)
library(ggplot2)
```

## Introduction
Expand Down Expand Up @@ -232,7 +233,6 @@ We start our analysis by visualizing the conflict of evidence between the differ
#| results: hide
#| fig.width: 11
#| fig.height: 10
library(ggplot2)
# Diagnostic plot
mu.phi <- mx2$BUGSoutput$sims.list$mu.phi
Expand Down

0 comments on commit a6e71a0

Please sign in to comment.