-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
78 lines (74 loc) · 1.78 KB
/
_pkgdown.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
destination: docs
url: https://sfcheung.github.io/stdmod/
template:
bootstrap: 5
bootswatch: cosmo
theme: a11y-light
bslib:
# pkgdown-nav-height: 80px
bg: "#EFEFEF"
fg: "#000000"
# primary: "#000055"
base_font: {google: "Arimo"}
heading_font: {google: "Arimo"}
code_font: {google: "Noto Sans Mono"}
includes:
in_header: <meta name="google-site-verification" content="0VLBmFnW_UJFI-7gXnORPBsWxqZwmzuGpK-TeVRLBjQ" />
figures:
fig.width: 6
fig.height: 4
fig.asp: 0.75
reference:
- title: Standardized Moderation Effect
desc: >
Standardize selected variables and form nonparametric bootstrapping
confidence intervals.
`std_selected()` and `std_selected_boot()` also support mean-centering
and regression models without interaction terms. `stdmod_lavaan()`
provides preliminary support for interaction terms in a model
fitted by `lavaan::lavaan()`.
- contents:
- std_selected
- std_selected_boot
- stdmod_lavaan
- stdmod
- stdmod_boot
- title: Helper Functions
desc: >
Plot moderation effects or compute conditional effects for specific
levels of the moderators.
- contents:
- plotmod
- cond_effect
- title: Other Functions
- contents:
- summary.std_selected
- update.std_selected
- vcov.std_selected
- add1.std_selected
- confint.std_selected
- print.std_selected
- print.cond_effect
- coef.cond_effect
- confint.cond_effect
- print.summary.std_selected
- confint.stdmod_lavaan
- print.stdmod_lavaan
- coef.stdmod_lavaan
- title: Datasets
desc: Datasets used in examples.
- contents:
- has_keyword("datasets")
articles:
- title: Get Started
navbar: ~
contents:
- stdmod
- title: Articles
navbar: ~
contents:
- moderation
- std_selected
- plotmod
- cond_effect
- stdmod_lavaan