-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
174 lines (173 loc) · 4.72 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Generated by roxygen2: do not edit by hand
S3method("+",bnecfit)
S3method(amend,bayesmanecfit)
S3method(autoplot,bayesmanecfit)
S3method(autoplot,bayesnecfit)
S3method(bnec_newdata,bayesmanecfit)
S3method(bnec_newdata,bayesnecfit)
S3method(c,bnecfit)
S3method(check_chains,bayesmanecfit)
S3method(check_chains,bayesnecfit)
S3method(check_formula,bayesnecformula)
S3method(check_priors,bayesmanecfit)
S3method(check_priors,bayesnecfit)
S3method(ecx,bayesmanecfit)
S3method(ecx,bayesnecfit)
S3method(fitted,bayesmanecfit)
S3method(fitted,bayesnecfit)
S3method(formula,bayesmanecfit)
S3method(formula,bayesnecfit)
S3method(ggbnec_data,bayesmanecfit)
S3method(ggbnec_data,bayesnecfit)
S3method(model.frame,bayesmanecfit)
S3method(model.frame,bayesnecfit)
S3method(model.frame,bayesnecformula)
S3method(nec,bayesmanecfit)
S3method(nec,bayesnecfit)
S3method(nsec,bayesmanecfit)
S3method(nsec,bayesnecfit)
S3method(nsec,brmsfit)
S3method(nsec,drc)
S3method(plot,bayesmanecfit)
S3method(plot,bayesnecfit)
S3method(posterior_epred,bayesmanecfit)
S3method(posterior_epred,bayesnecfit)
S3method(posterior_predict,bayesmanecfit)
S3method(posterior_predict,bayesnecfit)
S3method(predict,bayesmanecfit)
S3method(predict,bayesnecfit)
S3method(print,bayesmanecfit)
S3method(print,bayesnecfit)
S3method(print,manecsummary)
S3method(print,necsummary)
S3method(pull_brmsfit,bayesmanecfit)
S3method(pull_brmsfit,bayesnecfit)
S3method(rhat,bayesmanecfit)
S3method(rhat,bayesnecfit)
S3method(summary,bayesmanecfit)
S3method(summary,bayesnecfit)
S3method(update,bnecfit)
export(amend)
export(average_estimates)
export(bayesnecformula)
export(bnec)
export(bnec_newdata)
export(bnf)
export(check_chains)
export(check_formula)
export(check_priors)
export(compare_estimates)
export(compare_fitted)
export(compare_posterior)
export(dispersion)
export(ecx)
export(expand_manec)
export(expand_nec)
export(ggbnec_data)
export(is_manecsummary)
export(make_brmsformula)
export(models)
export(nec)
export(nsec)
export(pull_brmsfit)
export(pull_out)
export(pull_prior)
export(sample_priors)
export(show_params)
export(step)
importFrom(brms,Beta)
importFrom(brms,add_criterion)
importFrom(brms,as_draws_array)
importFrom(brms,as_draws_df)
importFrom(brms,bayes_R2)
importFrom(brms,bernoulli)
importFrom(brms,beta_binomial)
importFrom(brms,brm)
importFrom(brms,conditional_effects)
importFrom(brms,fixef)
importFrom(brms,hypothesis)
importFrom(brms,negbinomial)
importFrom(brms,posterior_epred)
importFrom(brms,posterior_linpred)
importFrom(brms,posterior_predict)
importFrom(brms,posterior_summary)
importFrom(brms,prior_string)
importFrom(brms,rhat)
importFrom(brms,standata)
importFrom(chk,chk_character)
importFrom(chk,chk_lgl)
importFrom(chk,chk_logical)
importFrom(chk,chk_number)
importFrom(chk,chk_numeric)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(evaluate,evaluate)
importFrom(evaluate,is.warning)
importFrom(formula.tools,`rhs<-`)
importFrom(formula.tools,lhs)
importFrom(formula.tools,rhs)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,dev.off)
importFrom(grDevices,devAskNewPage)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(loo,loo_model_weights)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(stats,acf)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,fitted)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,residuals)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(utils,capture.output)
importFrom(utils,combn)