-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
107 lines (99 loc) · 2.75 KB
/
_pkgdown.yml
File metadata and controls
107 lines (99 loc) · 2.75 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
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
destination: docs
url: https://sfcheung.github.io/betaselectr/
template:
bootstrap: 5
bootswatch: united
theme: a11y-light
bslib:
# pkgdown-nav-height: 100px
bg: "#EFEFEF"
fg: "#000000"
primary: "#6478FF"
link-color: "#0000A0"
base_font: {google: "Public Sans"}
heading_font: {google: "Public Sans"}
code_font: {google: "Source Code Pro"}
includes:
in_header: <meta name="google-site-verification" content="0VLBmFnW_UJFI-7gXnORPBsWxqZwmzuGpK-TeVRLBjQ" />
math-rendering: mathjax
figures:
fig.width: 6
fig.height: 4
fig.asp: 0.75
navbar:
bg: primary
structure:
left: [intro, articles, reference, tutorials, news]
right: [search, github]
components:
articles:
text: Articles
menu:
- text: "<Structural Equation Models>"
- text: Beta-Select Demonstration - SEM by 'lavaan'
href: articles/betaselectr_lav.html
- text: -------
- text: "<Multiple Regression>"
- text: Beta-Select Demonstration - Regression by 'lm()'
href: articles/betaselectr_lm.html
- text: -------
- text: "<Generalized Linear Models>"
- text: Beta-Select Demonstration - Logistic Regression by 'glm()'
href: articles/betaselectr_glm.html
- text: -------
- text: "<Technical Appendices>"
- text: How 'lav_betaselectr() works'
href: articles/lav_betaselect_technical.html
- text: How 'lm_betaselectr() works'
href: articles/lm_betaselect_technical.html
reference:
- title: Main Functions
# desc: >
# Section description.
- contents:
- lav_betaselect
- lm_betaselect
- title: Helper Functions
# desc: >
# Section description.
- contents:
- std_data
- title: Methods for lav_betaselect()
# desc: >
# Section description.
- contents:
- print.lav_betaselect
- coef.lav_betaselect
- confint.lav_betaselect
- title: Methods for lm_betaselect() and glm_betaselect()
# desc: >
# Section description.
- contents:
- anova.lm_betaselect
- coef.lm_betaselect
- confint.lm_betaselect
- getCall.lm_betaselect
- predict.lm_betaselect
- summary.lm_betaselect
- vcov.lm_betaselect
- predict.glm_betaselect
- summary.glm_betaselect
- title: Datasets
desc: Datasets used in examples.
- contents:
- has_keyword("datasets")
# components:
# articles:
# text: Articles
# menu:
# - text: "<Section Title>"
# - text: Title
# href: articles/doc1.html
# - text: Title
# href: articles/doc2.html
# - text: -------
# - text: "<Section Title>"
# - text: Title
# href: articles/doc3.html
# - text: Title
# href: articles/doc4.html