-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
44 lines (40 loc) · 919 Bytes
/
_quarto.yml
File metadata and controls
44 lines (40 loc) · 919 Bytes
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
42
43
44
project:
type: website
output-dir: docs
website:
title: "Survival curve extrapolation"
# navbar:
# left:
# - href: index.qmd
# text: Home
# - about.qmd
sidebar:
style: "docked"
search: true
contents:
- section: "Basics"
contents:
- index.qmd
- distributions.qmd
- section: "Assessing the suitability of survival models"
contents:
- assess-transformed-km.qmd
- AIC-BIC-tests.qmd
- section: "Methods"
contents:
- restricted-means.qmd
- PH-modelling.qmd
- medians.qmd
- blended-curves.qmd
- other-hybrid-methods.qmd
page-footer: "Copyright 2022, Nathan Green"
repo-url: https://github.com/n8thangreen
repo-actions: [edit, issue]
format:
html:
theme: cosmo
css: styles.css
toc: true
editor: visual
execute:
freeze: auto