Skip to content

Commit

Permalink
minor edits for the project template
Browse files Browse the repository at this point in the history
  • Loading branch information
avehtari committed Nov 27, 2024
1 parent e697789 commit 237b97a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion project_work/project_report.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Bayesian Data Analysis Project"
author: "Student Name"
author: "Student Name(s)"
format:
pdf:
toc: true
Expand All @@ -12,11 +12,16 @@ format:

```{r}
#| include: false
# This chunk will not show in the output
# Setup chunk to load necessary libraries and set options
library(brms)
options(brms.backend = "cmdstanr")
library(posterior)
options(posterior.num_args=list(digits=2))
library(ggplot2)
library(bayesplot)
theme_set(bayesplot::theme_default(base_family = "sans", base_size=14))
```

```{r}
Expand Down

0 comments on commit 237b97a

Please sign in to comment.