-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
44 lines (37 loc) · 849 Bytes
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
project:
type: book
book:
title: "Sample Size for Medical Research with R"
subtitle: "A Quick Guide Cookbook"
author: "Kittipos Sirivongrungson"
date: today
site-url: https://ss4medr.netlify.app
repo-url: "https://github.com/Lightbridge-KS/ss4medr"
chapters:
- index.qmd
- "contents/funda.qmd"
- "contents/pwr.qmd"
- part: "Descriptive"
chapters:
- "contents/desc-proportion.qmd"
- part: "Group comparison"
chapters:
- "contents/continuous.qmd"
- part: "ML Studies"
chapters:
- "contents/ml.qmd"
- "contents/ml-model-based.qmd"
- references.qmd
bibliography: assets/ref.bib
format:
html:
toc: true
toc-depth: 5
theme:
light:
- flatly
#- custom.scss
dark:
- darkly
execute:
freeze: auto