-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
45 lines (39 loc) · 1.02 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
url: https://beerda.github.io/nuggets/
template:
bootstrap: 5
light-switch: true
math-rendering: mathjax
news:
cran_dates: false
reference:
- title: "Data Preparation"
desc: >
Functions for transformation of input data into the format suitable for
pattern extraction.
contents:
- partition
- title: "Pre-defined Pattern Extraction"
desc: >
Functions for extraction of pre-defined patterns from input data.
contents:
- dig_associations
- dig_correlations
- dig_baseline_contrasts
- dig_complement_contrasts
- dig_paired_baseline_contrasts
- title: "Custom Pattern Extraction"
desc: >
Functions for extraction of custom patterns from input data.
contents:
- dig
- dig_grid
- title: "Tools and Helper Functions"
desc: >
Other functions that can be useful in the pattern extraction process.
contents:
- format_condition
- is_degree
- is_subset
- var_grid
- var_names
- which_antichain