-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
83 lines (82 loc) · 2.97 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
name: Data Analysis II
output_dir: "."
navbar:
title: "PSY 612"
left:
- text: Syllabus
href: schedule.html
- text: Lectures
menu:
- text: "1 - Correlations"
href: "lectures/1-correlation.html"
- text: "2 - Correlation (matrices and reliability)"
href: "lectures/2-correlation.html"
- text: "3 - Univariate Regression (Equation)"
href: "lectures/3-regression.html"
- text: "4 - Univariate Regression (Inferential tests)"
href: "lectures/4-regression.html"
- text: "5 - Univariate Regression (Confidence and prediction)"
href: "lectures/5-regression.html"
- text: "6 - General Linear Model"
href: "lectures/6-glm.html"
- text: "7 - Partial and Semipartial correlations"
href: "lectures/7-partial.html"
- text: "8 - Multiple regression"
href: "lectures/8-m_regression.html"
- text: "9 - Multiple regression (categorical predictors)"
href: "lectures/9-m_regression.html"
- text: "10 - ANOVA"
href: "lectures/10-anova.html"
- text: "11/12 - Assumptions, Diagnostics, Outliers"
href: "lectures/11_12-diagnostics.html"
- text: "13 - DAG models"
href: "lectures/13-dag.html"
- text: "14 - Interactions (Categorical by continuous)"
href: "lectures/14-interactions.html"
- text: "15 - Interactions (Cont by cont)"
href: "lectures/15-interactions.html"
- text: "16/17/18 - Factorial ANOVA"
href: "lectures/161718-factorial.html"
- text: "19 - Power and 3-way interactions"
href: "lectures/19-power_3way.html"
- text: "20 - Polynomials and bootstrapping"
href: "lectures/20-poly_boot.html"
- text: Labs
menu:
- text: "1 - Correlations"
href: "labs/lab-1/lab-1.html"
- text: "2 - Univariate Linear Regression"
href: "labs/lab-2/lab-2.html"
- text: "3 - Univariate Linear Regression (II) & GLM"
href: "labs/lab-3/lab-3.html"
- text: "4 - Multiple Regression"
href: "labs/lab-4/lab-4.html"
- text: "5 - Categorical Predictors/One-way ANOVA"
href: "labs/lab-5/lab-5.html"
- text: "6 - Regression Diagnostics"
href: "labs/lab-6/lab-6.html"
- text: "7 - Continuous x Categorical Interactions"
href: "labs/lab-7/lab-7.html"
- text: "8 - Factorial ANOVA"
href: "labs/lab-8/lab-8.html"
- text: "9 - Reproducible Reporting with papaja"
href: "labs/lab-9/lab-9.html"
- text: "10 - 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:
- text: "Previous years"
menu:
- text: "2020"
href: https://uopsych.github.io/psy612_2020/
- icon: fa-github
href: https://github.com/uopsych/psy612
output:
html_document:
lib_dir: site_libs
self_contained: no