-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
79 lines (66 loc) · 2.29 KB
/
Copy path_quarto.yml
File metadata and controls
79 lines (66 loc) · 2.29 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
project:
type: website
execute:
freeze: auto
website:
site-url: "https://smusp.github.io/SEMs_website/"
repo-url: https://github.com/smusp/SEMs_website
favicon: images/SEM_hex.svg
bread-crumbs: true
page-footer:
left:
<img src="/images/Scales-of-Justice.svg" width=20> <span style="margin-left:5px">Licensed under [Creative-Commons CC0](https://creativecommons.org/publicdomain/zero/1.0/)</span>
sidebar:
foreground: "#CB6015"
pinned: true
align: right
tools:
- icon: github
href: https://github.com/smusp/SEMs_website
text: "SEMs_website"
style: "docked"
search: false
collapse-level: 1
contents:
- href: index.qmd
text: Welcome
- section: SEMs_with_lavaan/index.qmd
text: "SEMs with lavaan"
contents:
- href: "SEMs_with_lavaan/Jose_2013/Jose_2013.qmd"
text: "Mediation I"
- href: "SEMs_with_lavaan/Kurbanoglu_2021/Kurbanoglu_2021.qmd"
text: "Mediation II"
- SEMs_with_lavaan/Little_2006/Little_2006.qmd
- section: SEMs_with_lavaan/Green_2023/index.qmd
text: "Means"
contents:
- SEMs_with_lavaan/Green_2023/one_way_ANOVA.qmd
- SEMs_with_lavaan/Green_2023/one_way_ANCOVA.qmd
- SEMs_with_lavaan/Green_2023/two_way_ANOVA.qmd
- SEMs_with_lavaan/Green_2023/one_way_MANOVA.qmd
- href: "SEMs_with_lavaan/Green_2023/one_way_LATENT.qmd"
text: "One-Way LATENT"
- section: SEMs_with_lavaan/Thompson_2013/index.qmd
text: "Latent Means"
contents:
- href: "SEMs_with_lavaan/Thompson_2013/Thompson1_2013.qmd"
text: "Strong invariance"
- href: "SEMs_with_lavaan/Thompson_2013/Thompson2_2013.qmd"
text: "Partial invariance"
- href: SEMs_with_OpenMx/index.qmd
text: "SEMs with OpenMx"
- href: Drawing_SEMs/index.qmd
text: "Drawing SEMs"
- href: Data_from_PDFs/index.qmd
text: "Data from PDFs"
format:
html:
theme: styles.scss
highlight-style: solarized
embed-resources: true
code-copy: true
code-overflow: wrap
toc: false
execute:
eval: false