-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
97 lines (90 loc) · 2.15 KB
/
_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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
project:
type: book
output-dir: _book
book:
title: "Practical Statistics in Medicine with R"
subtitle: "1st Edition"
author:
- name: "Konstantinos I. Bougioukas, PhD"
orcid: "0000-0002-6533-1391"
date: today
cover-image: images/cover.png
favicon: images/cover.png
chapters:
- index.qmd
- part: "Part 1: R Basics"
chapters:
- intro_rstudio.qmd
- rstudio_projects.qmd
- calculations.qmd
- functions.qmd
- packages.qmd
- objects.qmd
- vectors.qmd
- matrices.qmd
- lists.qmd
- transformation.qmd
- ggplot2.qmd
- part: "Part 2: Statistics"
chapters:
- introduction.qmd
- probability.qmd
- prob_distributions.qmd
- normal.qmd
- descriptive.qmd
- sampling.qmd
- conf_intervals.qmd
- inference.qmd
- student_t_test.qmd
- wmw_test.qmd
- paired_t_test.qmd
- wilcoxon_test.qmd
- anova.qmd
- kruskal_wallis.qmd
- repeated_anova.qmd
- friedman.qmd
- correlation.qmd
- simple_regression.qmd
- chi_square.qmd
- fisher_exact.qmd
- mcnemar.qmd
- cochran.qmd
- survival.qmd
- reliability.qmd
- diagnostic_accuracy.qmd
- roc.qmd
- sample_size.qmd
- references.qmd
page-footer:
left: "Copyright 2023, Konstantinos I. Bougioukas"
back-to-top-navigation: true
bibliography: references.bib
reference-location: margin
filters:
- social-share
- lightbox
- line-highlight
code-annotations: none
share:
permalink: "https://practical-stats-med-r.netlify.app/"
description: "Practical Statistics in Medicine with R"
twitter: true
facebook: true
linkedin: true
format:
html:
theme:
light: [cosmo, custom.scss]
grid:
sidebar-width: 270px
body-width: 840px
margin-width: 250px
fontsize: 1.22em
linestretch: 1.5
toc-title: "On this page"
link-external-newwindow: true
code-link: true
number-depth: 3
code-overflow: scroll
html-math-method: mathjax
editor: visual