-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
62 lines (58 loc) · 2.25 KB
/
_quarto.yml
File metadata and controls
62 lines (58 loc) · 2.25 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
project:
type: website
title: "MAST90084 - Statistical Modelling Scripts"
output-dir: _output
execute-dir: project
website:
title: "MAST90084 - Statistical Modelling Scripts"
repo-url: https://github.com/jaycrick/MAST90084-Statistical-Modelling-Scripts
repo-actions: [edit, issue]
# bread-crumbs: true
page-navigation: true
navbar:
left:
- text: "Home"
file: default.qmd
- text: "Scripts"
menu:
- text: "Binomial GLMS: Caesarian Birth"
file: quarto_scripts/01-ANODEV.qmd
- text: "(Quasi-)Poisson GLM: Cell Differentiation"
file: quarto_scripts/02-CellDiff.qmd
- text: "Multinomial Logistic Regression: Caesarian Birth"
file: quarto_scripts/03-Example3-1and3-11Caes.qmd
- text: "Ordinal Regression: Breathing Test Results"
file: quarto_scripts/04-Example3-2BTR.qmd
- text: "Sequential Regression: Tonsil Size"
file: quarto_scripts/05-tonsil.qmd
- text: "Conditional Models: Happiness Data"
file: quarto_scripts/06-Happiness.qmd
- text: "Marginal Models: Ohio Respiratory Data"
file: quarto_scripts/07-ohio.qmd
- text: "Generalized Estimating Equations: CTSIB Balance Test Data"
file: quarto_scripts/08-gee_ctsib.qmd
- text: "Linear Mixed Models: Pulp Brightness and PSID Longitudinal Data"
file: quarto_scripts/09-LM_mixed_effect.qmd
- text: "Generalised Linear Mixed Models: Ohio Respiratory Data and Wine Bitterness"
file: quarto_scripts/10-GLM_mixed_Effect.qmd
- text: "Survival Analysis: Breast Cancer"
file: quarto_scripts/11-survival.qmd
- text: "APPENDICES"
- text: "Appendix 1: Dispersion with Working Residuals"
file: quarto_scripts/A1-dispersion-working-residuals.qmd
- text: "Appendix 2: Likelihood for Grouped and Ungrouped Multinomial Data"
file: quarto_scripts/A2-likelihood-multinomial.qmd
format:
html:
theme: cosmo
toc: true
toc-depth: 3
code-fold: show
code-copy: true
highlight-style: a11y
page-layout: article
editor:
markdown:
wrap: sentence
canonical: true
bibliography: references.bib