-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
49 lines (44 loc) · 1.12 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
reference:
- title: "Basic Compositional Data Analysis Functions"
desc: "Functions for Basic CoDA manipulation of matricies."
contents:
- '`miniclo`'
- '`base_lr_transforms`'
- '`convert_coda_covariance`'
- '`eu2logfoldchange`'
- title: "Array Compositional Data Analysis Functions"
desc: "Functions for manipulating Arrays using CoDA Transforms"
contents:
- '`miniclo_array`'
- '`array_lr_transforms`'
- title: "Tidy Handling of Arrays"
desc: "Functions for converting arrays between tidy and wide formats"
contents:
- '`gather_array`'
- '`spread_array`'
- title: "Quick Transforms and Functions for Preparing data for modeling"
desc: >
contents:
- '`Logit`'
- '`invLogit`'
- '`center`'
- '`onehot`'
- title: "Tidy Bayesian Functions"
desc: >
contents:
- '`summarise_posterior`'
- title: "Probability Distributions"
desc: >
contents:
- '`sample_uniform`'
- title: "Other Assorted Functions"
desc: >
contents:
- '`add_array_dim`'
- '`split_along_dim`'
- '`bdiag`'
- '`any_cases_array`'
- '`dmode`'
- '`lower_triangle_factors`'
- '`vec_to_mat`'
- '`array_apply_1D_function`'