-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
81 lines (68 loc) · 1.83 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
project:
type: book
output-dir: docs
execute:
echo: true
warning: false
include: true
book:
title: "Computational Analysis for Bioscientists"
subtitle: "Data Analysis in R and what they forgot to teach you about computers!"
author: "Emma Rand"
date: last-modified
date-format: D MMMM, YYYY
search: true
page-footer:
left: |
Rand, E. (2023). Computational Analysis for Bioscientists
(Version 0.1) <https://3mmarand.github.io/comp4biosci/>
# right:
# - icon: twitter
# href: https://twitter.com/er_13
# aria-label: Twitter
# - icon: github
# href: https://github.com/3mmaRand/comp4biosci
# aria-label: comp4biosci GitHub
#
repo-actions: [edit, issue]
repo-url: https://github.com/3mmaRand/comp4biosci
site-url: https://3mmarand.github.io/comp4biosci/
chapters:
- index.qmd
- intro.qmd
- part: what_they_forgot.qmd
chapters:
- machine_and_os.qmd
- file_systems.qmd
- organising_work.qmd
- part: getting_started_with_data.qmd
chapters:
- ideas_about_data.qmd
- first_steps_rstudio.qmd
- workflow_rstudio.qmd
- import_to_report.qmd
- part: statistical_analysis_1.qmd
chapters:
- logic_hyopthesis_testing.qmd
- confidence_intervals.qmd
- what_statistical_model.qmd
- single_linear_regression.qmd
- two_sample_tests.qmd
- one_way_anova_and_kw.qmd
- two_way_anova.qmd
- association.qmd
- goodness_of_fit.qmd
- summary.qmd
- keyboard_shortcuts_tips.qmd
- references.qmd
bibliography: references.bib
format:
html:
link-external-newwindow: true
code-link: true
theme:
light: cosmo
dark: solar
comments:
hypothesis: true
editor: source