Skip to content

Commit

Permalink
Build/fixes to render website (#7)
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
danielibsen authored May 27, 2024
2 parents 3f2fa64 + 205a0ea commit c59a31c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
project:
type: r3-theme
render:
- "*.qmd"
- "*.md"
- "*.Rmd"

book:
title: "Analysis of mechanisms"
Expand Down Expand Up @@ -33,6 +29,7 @@ book:
- sessions/NetCoupler-example.qmd
appendices:
- appendices/references.qmd
- LICENSE.md
page-footer:
center:
- text: "License: CC BY 4.0 {{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}}"
Expand Down
3 changes: 0 additions & 3 deletions sessions/group_work_day1.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Day 1 group work

This is the group work for the first day. You will get hands on practice
using the Framingham dataset.

::: callout-note
## Objective of this session

Expand Down
2 changes: 1 addition & 1 deletion sessions/group_work_day2.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Day 2: Group work

::: callout-note
# Objective of this session
## Objective of this session

In this session, We will get hands on practice using the Framingham
dataset. You will conduct a proper causal mediation analysis,
Expand Down
2 changes: 1 addition & 1 deletion sessions/traditional-mediation-analysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ library(dplyr)
```

::: callout-note
# Objective of this session
## Objective of this session

To learn how to conduct mediation analysis using the traditional
approaches, along with understanding the assumptions and limitations of
Expand Down

0 comments on commit c59a31c

Please sign in to comment.