-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
53 lines (45 loc) · 915 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
url: https://friendly.github.io/genridge
template:
bootstrap: 5
bslib:
base_font: {google: "Roboto"}
heading_font: {google: "Roboto Slab"}
code_font: {google: "JetBrains Mono"}
reference:
- title: "Ridge functions"
desc: >
Functions for computing ridge regressions
contents:
- genridge-package
- precision
- ridge
- coef.ridge
- print.ridge
- vcov.ridge
- vif.ridge
- best.ridge
- title: "Plot methods"
desc: "Plotting ridge regression results"
contents:
- contourf
- plot.ridge
- plot.precision
- plot3d
- plot3d.ridge
- pairs.ridge
- traceplot
- trans.colors
- title: "PCA methods"
desc: "Low-rank PCA methods"
contents:
- pca
- pca.ridge
- biplot.pcaridge
- title: "Data sets"
desc: "Data sets in the package"
contents:
- Acetylene
- Detroit
- Manpower
- prostate
- diab