forked from stan-dev/rstanarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
176 lines (174 loc) · 4.25 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
175
176
# Generated by roxygen2: do not edit by hand
S3method(VarCorr,stanreg)
S3method(as.array,stanreg)
S3method(as.data.frame,stanreg)
S3method(as.data.frame,summary.stanreg)
S3method(as.matrix,stanreg)
S3method(coef,stanreg)
S3method(confint,stanreg)
S3method(family,stanreg)
S3method(fitted,stanreg)
S3method(fixef,stanreg)
S3method(formula,stanreg)
S3method(get_x,default)
S3method(get_x,gamm4)
S3method(get_x,lmerMod)
S3method(get_y,default)
S3method(get_z,gamm4)
S3method(get_z,lmerMod)
S3method(log_lik,stanreg)
S3method(loo,stanreg)
S3method(model.frame,stanreg)
S3method(model.matrix,stanreg)
S3method(ngrps,stanreg)
S3method(nobs,stanreg)
S3method(pairs,stanreg)
S3method(plot,stanreg)
S3method(posterior_interval,stanreg)
S3method(posterior_linpred,stanreg)
S3method(posterior_predict,stanreg)
S3method(posterior_vs_prior,stanreg)
S3method(pp_check,stanreg)
S3method(predict,stanreg)
S3method(predictive_error,ppd)
S3method(predictive_error,stanreg)
S3method(predictive_interval,ppd)
S3method(predictive_interval,stanreg)
S3method(print,kfold)
S3method(print,prior_summary.stanreg)
S3method(print,stanreg)
S3method(print,summary.stanreg)
S3method(prior_summary,stanreg)
S3method(ranef,stanreg)
S3method(residuals,stanreg)
S3method(se,stanreg)
S3method(sigma,stanreg)
S3method(summary,stanreg)
S3method(terms,stanreg)
S3method(update,stanreg)
S3method(vcov,stanreg)
S3method(waic,stanreg)
export(R2)
export(VarCorr)
export(cauchy)
export(compare_models)
export(decov)
export(dirichlet)
export(exponential)
export(fixef)
export(get_x)
export(get_y)
export(get_z)
export(hs)
export(hs_plus)
export(kfold)
export(laplace)
export(lasso)
export(launch_shinystan)
export(log_lik)
export(loo)
export(neg_binomial_2)
export(ngrps)
export(normal)
export(plot_nonlinear)
export(posterior_interval)
export(posterior_linpred)
export(posterior_predict)
export(posterior_vs_prior)
export(pp_check)
export(pp_validate)
export(predictive_error)
export(predictive_interval)
export(prior_options)
export(prior_summary)
export(product_normal)
export(ranef)
export(se)
export(sigma)
export(stan_aov)
export(stan_betareg)
export(stan_betareg.fit)
export(stan_biglm)
export(stan_biglm.fit)
export(stan_gamm4)
export(stan_glm)
export(stan_glm.fit)
export(stan_glm.nb)
export(stan_glmer)
export(stan_glmer.nb)
export(stan_lm)
export(stan_lm.fit)
export(stan_lm.wfit)
export(stan_lmer)
export(stan_polr)
export(stan_polr.fit)
export(student_t)
export(waic)
if(getRversion()>='3.3.0') importFrom(stats, sigma) else
importFrom(lme4,sigma)
import(Rcpp)
import(bayesplot)
import(methods)
import(rstantools)
import(stats)
importFrom(Matrix,Matrix)
importFrom(Matrix,cBind)
importFrom(Matrix,rBind)
importFrom(Matrix,t)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,aes_)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_color_gradient2)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(graphics,hist)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,smoothScatter)
importFrom(graphics,text)
importFrom(lme4,findbars)
importFrom(lme4,fixef)
importFrom(lme4,getME)
importFrom(lme4,glFormula)
importFrom(lme4,glmerControl)
importFrom(lme4,mkReTrms)
importFrom(lme4,mkVarCorr)
importFrom(lme4,ngrps)
importFrom(lme4,ranef)
importFrom(loo,compare)
importFrom(loo,loo)
importFrom(loo,loo.function)
importFrom(loo,waic)
importFrom(loo,waic.function)
importFrom(nlme,VarCorr)
importFrom(rstan,constrain_pars)
importFrom(rstan,extract)
importFrom(rstan,extract_sparse_parts)
importFrom(rstan,get_logposterior)
importFrom(rstan,get_posterior_mean)
importFrom(rstan,optimizing)
importFrom(rstan,sampling)
importFrom(rstan,stanc)
importFrom(rstan,vb)
importFrom(shinystan,launch_shinystan)
importFrom(stats,cov2cor)
importFrom(utils,head)
importFrom(utils,tail)
importMethodsFrom(rstan,summary)
useDynLib(rstanarm, .registration = TRUE)