forked from nfj1380/mrIML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
80 lines (74 loc) · 1.52 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
home:
title: mrIML
url: nfj1380.io/mrIML/
template:
params:
bootswatch: flatly
opengraph:
image:
src: man/figures/logo.png
alt: "Multivariate–multi-response–interpretable machine learning"
twitter:
creator: "@gustavoetal"
card: summary
authors:
Gustavo Machado:
href: https://gustavoetal.org/
navbar:
type: inverse
structure:
left:
- home
- intro
- articles
- functions
- tutorials
- news
right:
- icon: fa-github
href: https://github.com/nfj1380/mrIML
components:
home:
icon: fas fa-home fa-lg
href: index.html
news:
text: News
href: news/index.html
reference:
text: Functions
href: reference/index.html
articles:
text: Articles
menu:
- text: Classification working example
href: articles/Vignette_LandscapeGenetics.html
- text: Regression working example
href: articles/Vignette_regression.html
figures:
fig.width: 12
fig.height: 12
reference:
- title: All functions
contents:
- '`devianceResids`'
- '`Features`'
- '`filterRareCommon`'
- '`gfData`'
- '`mrFlashlight`'
- '`mrIMLperformance`'
- '`mrIMLpredicts`'
- '`mrInteractions`'
- '`mrPlot_interactions`'
- '`mrProfileplot`'
- '`mrVip`'
- '`plot_vi`'
- '`readSnpsPed`'
- '`resist_components`'
- '`Responsedata`'
- '`vintTidy`'
articles:
- title: All vignettes
desc: ~
contents:
- '`Vignette_LandscapeGenetics`'
- '`Vignette_regression`'