-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.3 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(Logit)
export(add_array_dim)
export(all_cases_array)
export(alr)
export(alrInv)
export(alrInv_array)
export(alr_array)
export(alrvar2alrvar)
export(alrvar2clrvar)
export(alrvar2ilrvar)
export(alrvar2varmat)
export(any_cases_array)
export(array_apply_1D_function)
export(bdiag)
export(center)
export(clm)
export(clr)
export(clrInv)
export(clrInv_array)
export(clr_array)
export(clrvar2alrvar)
export(clrvar2ilrvar)
export(clrvar2varmat)
export(create_alr_base)
export(create_clr_base)
export(create_default_ilr_base)
export(dmode)
export(eu2logfoldchange)
export(gather_array)
export(glr)
export(glrInv)
export(glrInv_array)
export(glr_array)
export(ilr)
export(ilrInv)
export(ilrInv_array)
export(ilr_array)
export(ilrvar2alrvar)
export(ilrvar2clrvar)
export(ilrvar2ilrvar)
export(ilrvar2phi)
export(ilrvar2varmat)
export(invLogit)
export(lower_triangle_factors)
export(miniclo)
export(miniclo_array)
export(onehot)
export(rUnifSimplex)
export(rUnifSphere)
export(split_along_dim)
export(spread_array)
export(summarise_posterior)
export(vec_to_mat)
import(dplyr)
import(purrr)
import(tidyr)
importFrom(rlang,UQ)
importFrom(rlang,enquo)
importFrom(rlang,quo)
importFrom(rlang,quo_name)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,quantile)