-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
84 lines (84 loc) · 2.92 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
77
78
79
80
81
82
83
84
name: Data Analysis II
output_dir: "."
navbar:
title: "PSY 612"
left:
- text: Syllabus
href: schedule.html
- text: Lectures
menu:
- text: "1-Correlation"
href: "lectures/1-correlation.html"
- text: "2-Correlation"
href: "lectures/2-correlation.html"
- text: "3-Univariate regression"
href: "lectures/3-regression.html"
- text: "4-Univariate regression (II)"
href: "lectures/4-regression.html"
- text: "5-Univariate regression (III)"
href: "lectures/5-regression.html"
- text: "6-General linear model"
href: "lectures/6-glm.html"
- text: "7-Partial correlations"
href: "lectures/7-partial.html"
- text: "8-Multiple Regression"
href: "lectures/8-m_regression.html"
- text: "9-Multiple Regression (II)"
href: "lectures/9-m_regression.html"
- text: "10-Multiple Regression (III)"
href: "lectures/10-m_regression.html"
- text: "11-Diagnostics"
href: "lectures/11-diagnostics.html"
- text: "12-Diagnostics (II)"
href: "lectures/12-diagnostics.html"
- text: "13-DAGs"
href: "lectures/13-dag.html"
- text: "14-Interactions"
href: "lectures/14-interactions.html"
- text: "15-Interactions (II)"
href: "lectures/15-interactions.html"
- text: "16-Interactions (III)"
href: "lectures/16-interactions.html"
- text: "17-Interactions (IV)"
href: "lectures/17-interactions.html"
- text: "18-Interactions (V)"
href: "lectures/18-interactions.html"
- text: "19-Interactions (VI) and WLS"
href: "lectures/19-bootstrapping.html"
- text: "20-Bootstrapping"
href: "lectures/20-bootstrapping.html"
- text: Labs
menu:
- text: "Correlations"
href: "labs/lab-1/lab-1.html"
- text: "Univariate Regression I"
href: "labs/lab-2/lab-2.html"
- text: "Univariate Regression II & GLM"
href: "labs/lab-3/lab-3.html"
- text: "Multiple Regression III: Regression with Multiple Continuous Predictors"
href: "labs/lab-4/lab-4.html"
- text: "Categorical Predictors/One-way ANOVA"
href: "labs/lab-5/lab-5.html"
- text: "Regression Assumptions & Diagnostics"
href: "labs/lab-6/lab-6.html"
- text: "Interactions"
href: "labs/lab-7/lab-7.html"
- text: "Factorial ANOVA"
href: "labs/lab-8/lab-8.html"
- text: "Reproducible Reporting with papaja"
href: "labs/lab-9/lab-9.html"
- text: "Bootstrapping"
href: "labs/lab-10/lab-10.html"
- text: Homework
href: homework.html
- text: Final Project
href: final.html
- text: Useful Material
href: bonus.html
right:
- icon: fa-github
href: https://github.com/uopsych/psy612_2020/
output:
html_document:
lib_dir: site_libs
self_contained: no