-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
152 lines (151 loc) · 3.49 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Generated by roxygen2: do not edit by hand
S3method("names_categories<-",pibblefit)
S3method("names_covariates<-",pibblefit)
S3method("names_samples<-",pibblefit)
S3method(as.list,orthusfit)
S3method(as.list,pibblefit)
S3method(coef,orthusfit)
S3method(coef,pibblefit)
S3method(name,orthusfit)
S3method(name,pibblefit)
S3method(names_categories,pibblefit)
S3method(names_coords,pibblefit)
S3method(names_covariates,pibblefit)
S3method(names_samples,pibblefit)
S3method(ncategories,orthusfit)
S3method(ncategories,pibblefit)
S3method(ncovariates,orthusfit)
S3method(ncovariates,pibblefit)
S3method(niter,orthusfit)
S3method(niter,pibblefit)
S3method(nsamples,orthusfit)
S3method(nsamples,pibblefit)
S3method(plot,pibblefit)
S3method(ppc,pibblefit)
S3method(ppc_summary,pibblefit)
S3method(predict,bassetfit)
S3method(predict,pibblefit)
S3method(print,orthusfit)
S3method(print,pibblefit)
S3method(r2,bassetfit)
S3method(r2,pibblefit)
S3method(refit,bassetfit)
S3method(refit,pibblefit)
S3method(req,orthusfit)
S3method(req,pibblefit)
S3method(sample_prior,pibblefit)
S3method(summary,orthusfit)
S3method(summary,pibblefit)
S3method(to_alr,orthusfit)
S3method(to_alr,pibblefit)
S3method(to_clr,orthusfit)
S3method(to_clr,pibblefit)
S3method(to_ilr,orthusfit)
S3method(to_ilr,pibblefit)
S3method(to_proportions,orthusfit)
S3method(to_proportions,pibblefit)
S3method(verify,bassetfit)
S3method(verify,orthusfit)
S3method(verify,pibblefit)
export("names_categories<-")
export("names_covariates<-")
export("names_samples<-")
export(LINEAR)
export(SE)
export(alr)
export(alrInv)
export(alrInv_array)
export(alr_array)
export(basset)
export(check_dims)
export(clr_array)
export(conjugateLinearModel)
export(create_default_ilr_base)
export(gather_array)
export(gradPibbleCollapsed)
export(hessPibbleCollapsed)
export(lambda_to_iqlr)
export(loglikPibbleCollapsed)
export(miniclo)
export(miniclo_array)
export(name)
export(names_categories)
export(names_coords)
export(names_covariates)
export(names_samples)
export(ncategories)
export(ncovariates)
export(niter)
export(nsamples)
export(oalr)
export(oalrInv)
export(oalrvar2alrvar)
export(oalrvar2clrvar)
export(oalrvar2ilrvar)
export(oclr)
export(oclrInv)
export(oclrvar2alrvar)
export(oclrvar2ilrvar)
export(oglr)
export(oglrInv)
export(oilr)
export(oilrInv)
export(oilrvar2alrvar)
export(oilrvar2clrvar)
export(oilrvar2ilrvar)
export(optimPibbleCollapsed)
export(orthus)
export(orthus_sim)
export(orthus_tidy_samples)
export(orthusfit)
export(pibble)
export(pibble_sim)
export(pibble_tidy_samples)
export(pibblefit)
export(ppc)
export(ppc_summary)
export(r2)
export(random_pibble_init)
export(reapply_coord)
export(refit)
export(req)
export(sample_prior)
export(store_coord)
export(summarise_posterior)
export(to_alr)
export(to_clr)
export(to_ilr)
export(to_proportions)
export(uncollapsePibble)
export(uncollapsePibble_sigmaKnown)
export(verify)
import(dplyr)
import(ggplot2)
import(graphics)
import(purrr)
import(tidybayes)
import(tidyr)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(purrr,map)
importFrom(rlang,":=")
importFrom(rlang,UQ)
importFrom(rlang,enquo)
importFrom(rlang,quo)
importFrom(rlang,quo_name)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rWishart)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(tidybayes,mean_qi)
useDynLib(fido)