forked from statOmics/PSLS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
76 lines (74 loc) · 2.5 KB
/
_site.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
name: "PSLS - Practical Statistics for the Life Sciences"
navbar:
left:
- icon: fa-home
href: index.html
- text: "Topics"
icon: fa-chalkboard-teacher
menu:
- text: "1. Introduction"
href: 01-intro.html
- text: "2. Concepts"
href: 02-concepts.html
- text: "3. Experimental Design I"
href: 03-experimentalDesign.html
- text: "4. Data Exploration"
href: 04-dataExploration.html
- text: "5.1 Statistical Inference 1"
href: 05-statisticalInference.html
- text: "5.2 Statistical Inference 2"
href: 05-statisticalInference-twosampleT.html
- text: "6. Linear Regression"
href: 06-linearRegression.html
- text: "7. Analysis of Variance"
href: 07-Anova.html
- text: "8. Multiple Regression"
href: 08-MultipleRegression.html
- text: "8.2 Multiple Regression: Factorial Designs"
href: 08-MultipleRegression-SpecificDesigns.html
- text: "8.3. Experimental Design II"
href: 08-experimentalDesign2.html
- text: "8.4. Experimental Design III"
href: 08-experimentalDesign3.html
- text: "9.1. Nonparametric Statistics 1"
href: 09-NonparametericStatistics-WilcoxonMannWithney.html
- text: "9.2. Nonparametric Statistics 2"
href: 09-NonparametericStatistics-KruskalWallis.html
- text: "10. Categorical Data Analysis"
href: 10-categoricalDataAnalysis.html
- text: "Exercises"
icon: fa-laptop
menu:
- text: "4. Data Exploration"
href: 04_exercises.html
- text: "5. Statistical inference"
href: 05_exercises.html
- text: "6. Simple linear regression"
href: 06_exercises.html
- text: "7. ANOVA"
href: 07_exercises.html
- text: "8. Multiple linear regression"
href: 08_exercises.html
- text: "9. Non-parametric statistics"
href: 09_exercises.html
right:
- icon: fab fa-github
href: https://github.com/statOmics/PSLS
- text: "statOmics"
href: http://statomics.github.io/
output:
html_document:
code_download: true
df_print: paged
theme: flatly
highlight: tango
toc: true
toc_float: true
number_sections: true
code_folding: show
include:
after_body: footer.html
css: style.css
new_session: true
exclude:
["renv.lock", "update_install_R.R", "install.R", "installationInstructionsGTPB.txt"]