-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
119 lines (104 loc) · 2.72 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
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
115
116
117
118
title: 'mixedup'
title-img: logo.png
authors:
Michael Clark:
href: https://m-clark.github.io
html: <img src="man/figures/mc_logo.png" width=10% style='display:inline'/>
template:
params:
highlight: pygments
#bootswatch: sandstone
templates_path: inst/pkgdown
highlight: pygments
home:
#strip_header: true
links:
- text: Docs on Modeling, R, and more
href: http://m-clark.github.io
reference:
- title: "Variance Components"
desc: >
Create a variance components table.
contents:
- extract_vc.merMod
- extract_vc.glmmTMB
- extract_vc.lme
- extract_vc.brmsfit
- extract_vc.gam
- title: "Random Effects"
desc: >
Extract random effects to a tidy dataframe.
contents:
- extract_random_effects.merMod
- extract_random_effects.glmmTMB
- extract_random_effects.lme
- extract_random_effects.brmsfit
- extract_random_effects.gam
- title: "Fixed Effects"
desc: >
Extract fixed effects to a tidy dataframe.
contents:
- extract_fixed_effects.merMod
- extract_fixed_effects.glmmTMB
- extract_fixed_effects.lme
- extract_fixed_effects.brmsfit
- extract_fixed_effects.gam
- title: "Random Coefficients"
desc: >
Extract random coefficients to a tidy dataframe.
contents:
- extract_random_coefs.merMod
- extract_random_coefs.glmmTMB
- extract_random_coefs.lme
- extract_random_coefs.brmsfit
- extract_random_coefs.gam
- title: "Summarize a Mixed Model"
desc: >
Clean printing of results.
contents:
- summarize_model
- converge_it
- title: "Miscellaneous Functions"
desc: >
Other stuff to play with.
contents:
- find_typical
- extract_cor_structure
- extract_het_var
- extract_model_data
figures:
dev: png
dpi: 96
dev.args: []
fig.ext: png
fig.width: 7.2916667
fig.height: ~
fig.retina: 2
fig.asp: 1.618
navbar:
title: "whatever bc pkgdown will ignore it"
type: ~
left:
- text: "Reference"
href: "reference/index.html"
- text: "News"
href: "news/index.html"
- text: Articles
menu:
- text: Variance Components
href: articles/variance_components.html
- text: Random Effects
href: articles/random_effects.html
- text: Fixed Effects
href: articles/fixed_effects.html
- text: Random Coefficients
href: articles/random_coefficients.html
- text: Summarize Model
href: articles/summarize_model.html
- text: Miscellaneous
href: articles/misc.html
right:
- icon: fa-github-alt
href: https://github.com/m-clark
- icon: fa-empire
href: https://m-clark.github.io