-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
93 lines (93 loc) · 2.63 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
name: "data-analysis"
output_dir: "_site"
author: Isaac T. Petersen
date: '`r format(Sys.Date(), "%B %d, %Y")`'
output:
html_document:
toc: true
toc_depth: 4
toc_float: true
number_sections: true
code_folding: hide
df_print: paged
code_download: true
theme: readable
css: ["includes/custom.css", "font/css/roboto.css"]
includes:
in_header:
- "includes/google_analytics.html"
after_body:
- "includes/footer.html"
new_session: true
navbar:
title: "Data Analysis Guides for the Developmental Psychopathology Lab"
left:
- text: "Guides"
menu:
- text: Bayesian Analysis
href: bayesian.html
- text: Data Management
href: dataManagement.html
- text: Developmental Scaling
href: developmentalScaling.html
- text: Directed Acyclic Graphs
href: dags.html
- text: Electroencaphalography/Event-Related Potentials
href: eegERP.html
- text: Exploratory Data Analysis
href: eda.html
- text: Factor Analysis
href: factorAnalysis.html
- text: Figures
href: figures.html
- text: Git, GitLab, and GitHub
href: git.html
- text: Hierarchical Linear Modeling
href: hlm.html
- text: High-Performance Computing
href: hpc.html
- text: Item Response Theory
href: irt.html
- text: jamovi
href: jamovi.html
- text: JATOS (Just Another Tool for Online Studies)
href: jatos.html
- text: jsPsych
href: jsPsych.html
- text: LAMP (Linux, Apache, MySQL, PHP)
href: lamp.html
- text: Longitudinal Data Analysis
href: lda.html
- text: Markdown
href: markdown.html
- text: Mediation
href: sem.html#mediation
- text: Moderation/Interaction
href: regression.html#moderation
- text: Mplus
href: mplus.html
- text: Multiple Imputation
href: multipleImputation.html
- text: Open Science Framework
href: osf.html
- text: Principal Component Analysis
href: pca.html
- text: Python
href: https://devpsylab.github.io/pythonDataAnalysisGuides
- text: R
href: R.html
- text: Regression
href: regression.html
- text: SPSS
href: SPSS.html
- text: Statistics
href: statistics.html
- text: Structural Equation Modeling
href: sem.html
- text: "About"
href: about.html
right:
- text: "Lab Wiki"
href: https://devpsylab.github.io/LabWiki
- text: "Lab Website"
href: https://developmental-psychopathology.lab.uiowa.edu