-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
85 lines (79 loc) · 2.59 KB
/
_pkgdown.yml
File metadata and controls
85 lines (79 loc) · 2.59 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
destination: reference
url: https://nustat.github.io/isdsTutorials/
template:
bootstrap: 5
bslib:
primary: "#4E2A84"
navbar-background: "#4E2A84"
pkgdown-nav-height: 90px
navbar:
background: "#4E2A84"
logo: "images/logo_isds.png"
align: center
title: false
left:
# - text: Functions
# href: reference/index.html
- text: Tutorials
href: tutorials/index.html
right:
- text: ISDS Textbook
href: https://nustat.github.io/intro-stat-data-sci/
tutorials:
- name: 01_intro
title: Preface & Chapter 1
url: https://amkuyper.shinyapps.io/01_intro/
- name: 02_ggplot1
title: Chapter 2 Scatterplots
url: https://amkuyper.shinyapps.io/02_ggplot1/
- name: 03_ggplot2
title: Chapter 2 Linegraphs and Histograms
url: https://amkuyper.shinyapps.io/03_ggplot2/
- name: 04_ggplot3
title: Chapter 2 Boxplots and Barplots
url: https://amkuyper.shinyapps.io/04_ggplot3/
- name: 05_wrangling1
title: Chapter 3 Intro to wrangling
url: https://amkuyper.shinyapps.io/05_wrangling1/
- name: 06_wrangling2
title: Chapter 3 Advanced wrangling
url: https://amkuyper.shinyapps.io/06_wrangling2/
- name: 07_tidy
title: Chapter 4 tidy data
url: https://amkuyper.shinyapps.io/07_tidy/
- name: 08_regression1
title: Chapter 5 simple linear regression - numeric x
url: https://amkuyper.shinyapps.io/08_regression1/
- name: 09_regression2
title: Chapter 5 simple linear regression - categorical x
url: https://amkuyper.shinyapps.io/09_regression2/
- name: 10_regression3
title: Chapter 6 linear regression - 2 numeric predictors
url: https://amkuyper.shinyapps.io/10_regression3/
- name: 11_regression4
title: Chapter 6 linear regression - 1 numeric, 1 categorical predictor
url: https://amkuyper.shinyapps.io/11_regression4/
- name: 12_randomization
title: Chapter 7 randomization
url: https://amkuyper.shinyapps.io/12_randomization/
- name: 13_generalizability
title: Chapter 8 generalizability
url: https://amkuyper.shinyapps.io/13_generalizability/
- name: 14_sampling1
title: Chapter 9 distributions
url: https://amkuyper.shinyapps.io/14_sampling1/
- name: 15_sampling2
title: Chapter 9 repeated sampling
url: https://amkuyper.shinyapps.io/15_sampling2/
- name: 16_sampling3
title: Chapter 9 central limit theorem
url: https://amkuyper.shinyapps.io/16_sampling3/
- name: 17_CI
title: Chapter 10 confidence intervals
url: https://amkuyper.shinyapps.io/17_CI/
- name: 18_pvalues
title: Chapter 11 p-values
url: https://amkuyper.shinyapps.io/18_pvalues/
- name: 19_hypothesis
title: Chapter 12 hypothesis testing
url: https://amkuyper.shinyapps.io/19_hypothesis/