-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
56 lines (46 loc) · 959 Bytes
/
_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
navbar:
type: default
left:
- icon: fa-home
href: index.html
- text: "Vignettes"
href: articles/oem_vignette.html
menu:
- text: Usage of the oem Package
href: articles/oem_vignette.html
- text: "Functions"
href: reference/index.html
right:
- icon: fa-github
href: https://github.com/jaredhuling/oem
reference:
- title: Fitting Functions
contents:
- oem
- big.oem
- oem.xtx
- title: Cross Validation Functions
contents:
- cv.oem
- xval.oem
- title: Plotting
contents:
- plot.oem
- plot.cv.oem
- plot.xval.oem
- title: Summarizing
contents:
- starts_with("summar")
- print.summary.cv.oem
- title: Predicting
contents:
- predict.oem
- predict.cv.oem
- predict.xval.oem
- title: Deprecated
contents:
- oemfit
- cv.oemfit
- title: Utilities
contents:
- starts_with("logLik")