-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
94 lines (89 loc) · 1.75 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
url: https://coatless.github.io/msos
home:
strip_header: true
development:
mode: auto
authors:
John Marden:
href: https://istics.net/
James Joseph Balamuta:
href: https://thecoatlessprofessor.com
reference:
- title: Both Sides Model (BSM)
desc: >
Collection of functions for computing the both sides model
contents:
- matches("bothsidesmodel")
- title: Bayesian information criterion (BIC)
desc: >
Various functions that compute or use Bayesian Information Criterion (BIC)
to inform model selection decisions.
contents:
- pcbic
- pcbic.stepwise
- pcbic.unite
- pcbic.subpatterns
- title: Discrimination
desc: >
Approaches to separate known groups in a multivariate sample.
contents:
- qda
- lda
- predict_qda
- title: Negentropy
desc: >
Computing measures of distance to normality.
contents:
- negent
- negent2D
- negent3D
- title: K-Means Silhouette
desc: >
Computing and sorting silhouettes for K-Mean clustering.
contents:
- silhouette.km
- sort_silhouette
- title: Matrix Operations
desc: >
Functions that perform various matrix operations lacking a base R implementation.
contents:
- tr
- logdet
- imax
- fillout
- reverse.kronecker
- title: Both Sides Model Helpers
desc: >
Helper functions that allow for the bothsidesmodel to be computed.
contents:
- bsm.fit
- bsm.simple
- title: Data Sets
desc: >
Various multivariate data sets.
contents:
- SAheart
- Spam
- births
- caffeine
- cars
- cereal
- crabs
- decathlon08
- decathlon12
- election
- exams
- grades
- histamine
- leprosy
- mouths
- painters
- planets
- prostaglandin
- skulls
- softdrinks
- sportsranks
- states
navbar:
components:
home: ~