-
Notifications
You must be signed in to change notification settings - Fork 4
/
_site.yml
114 lines (114 loc) · 4.09 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
name: "NRSG 736: Quantitative Analysis of Clinical Research Data"
output_dir: "docs"
navbar:
title: "N736"
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "Lessons"
icon: fa-archive
menu:
- text: "1. Introduction"
href: intro.html
- text: "2. Exploring Data, Cleaning, Assessment"
href: lesson_02_dataCleaning.html
- text: "3. Data Review and Assessment"
href: lesson_03_dataReview.html
- text: "4. Data Wrangling - skip"
href: lesson_04_dataWrangling.html
- text: "5. Univariate Descriptive Stats"
href: lesson_05_descriptiveStats.html
- text: "6. Hands-on Descriptive Stats"
href: lesson_06_descriptiveStats_pt2.html
- text: "7. Homework 01 Answer Key Review- later"
- text: "8. Univariate Statistics"
href: lesson_08_UnivariateBivariate.html
- text: "9. Bivariate Stats"
href: lesson_09_Bivariate2.html
- text: "10. Bootstrapping and Missing Data"
href: lesson_10_bootmiss.html
- text: "11. Building Models"
href: lesson_11_BuildModels.html
- text: "12. Simple Regression & ANOVA"
href: lesson_12_SimpleRegANOVA.html
- text: "13. Multivariate Regression & Variable Selection"
href: lesson_13_MVRegVarSelection.html
- text: "14,15 Regression Diagnostics and Variable Selection (cont'd)"
href: lesson_1415_review.html
- text: "16. Power, Sample Size, Effect Size"
href: lesson_16_powerEffectsize.html
- text: "17. Interactions, Moderators, Covariates, Factors"
href: lesson_17_IntCovMod.html
- text: "18. Modeling Covariates and Interaction/Moderator Effects"
href: lesson_18_IntCovMod2.html
- text: "19. Analysis of Covariance (ANCOVA)"
href: lesson_18_IntCovMod2.html
- text: "20,21. Logistic & Poisson Regression - Generalized Linear Regression"
href: lesson_20_logreg.html
- text: "22. Dependent/Paired data and Repeated Measures"
href: lesson_22_paired.html
- text: "23. Repeated Measures ANOVA"
href: lesson_23_rmanova.html
- text: "24. Multilevel (Mixed or Nested) Linear Models (MLM)"
href: lesson_24_mlm.html
- text: "25. Reliability and Factor Analysis"
href: lesson_25_rest.html
- text: "26. Discriminant Analysis/MANOVA, Mediators and SEM"
href: lesson_25_rest.html
- text: "Assignments"
icon: fa-file-text
menu:
- text: "Homework 01 - due 09/08/2021"
- text: "Homework 02 - due 09/15/2021"
- text: "Homework 03 - due 09/29/2021"
- text: "Project - Milestone 01 - due 10/13/2021"
href: project01.html
- text: "Homework 04 - due 10/13/2021"
- text: "Homework 05 - due 10/27/2021"
- text: "Homework 06 - due 11/10/2021"
- text: "Homework 07 - due 11/24/2021"
- text: "Project - Milestone 2 & 3 - due 11/29/2021 & 12/10/2021"
href: project.html
- text: "H.E.L.P. Dataset"
icon: fa-database
href: helpdata.html
- text: "Instructor"
icon: fa-users
href: about.html
- text: "Syllabus"
icon: fa-file-text
menu:
- text: "Overview"
href: syllabus.html
- text: "Software"
icon: fa-cog
menu:
- text: "Datacamp"
href: datacamp.html
- text: "SPSS Student Grad Pack"
href: spss.html
- text: "SAS University - FREE"
href: sas.html
- text: "R, RStudio, Git, Github - FREE"
href: help.html
- text: "Stata Student Versions"
href: stata.html
- text: "Other Files"
icon: fa-files-o
href: files.html
right:
- text: "Colophon"
icon: fa-info-circle
href: colophon.html
output:
html_document:
theme: lumen
toc: true
toc_float: true
highlight: kate
include:
after_body: footer.html
css: [styles.css, font-awesome-4.7.0/css/font-awesome.css]
self_contained: yes
fig_caption: false