-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
72 lines (71 loc) · 1.76 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
# Generated by roxygen2: do not edit by hand
S3method(VarCorr,stapDP)
S3method(as.array,stapDP)
S3method(as.matrix,stapDP)
S3method(assign_mode,stapDP)
S3method(coef,stapDP)
S3method(confint,stapDP)
S3method(fitted,stapDP)
S3method(formula,stapDP)
S3method(green_loss,stapDP)
S3method(ngrps,stapDP)
S3method(nobs,stapDP)
S3method(nsamples,stapDP)
S3method(plot,stapDP)
S3method(plotdf,stapDP)
S3method(posterior_interval,stapDP)
S3method(ppc,stapDP)
S3method(print,stapDP)
S3method(print,summary.stapDP)
S3method(ranef,stapDP)
S3method(summary,stapDP)
S3method(traceplots,stapDP)
S3method(waic,stapDP)
export("%>%")
export(assign_mode)
export(fdp_staplm)
export(fdp_staplm.fit)
export(fdp_staplmer)
export(fdp_staplmer.fit)
export(green_loss)
export(ngrps)
export(plot_pairs)
export(plotdf)
export(ppc)
export(ranef)
export(traceplots)
export(waic)
import(RcppEigen)
importFrom(Rcpp,sourceCpp)
importFrom(bendr,assign_mode)
importFrom(bendr,green_loss)
importFrom(bendr,green_loss_known)
importFrom(bendr,green_loss_unknown)
importFrom(bendr,plot_pairs)
importFrom(bendr,square_error)
importFrom(lme4,glmer)
importFrom(lme4,glmerControl)
importFrom(lme4,lmer)
importFrom(lme4,lmerControl)
importFrom(lme4,ngrps)
importFrom(lme4,ranef)
importFrom(magrittr,"%>%")
importFrom(nlme,VarCorr)
importFrom(rstantools,nsamples)
importFrom(rstantools,posterior_interval)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cov2cor)
importFrom(stats,dnorm)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,is.empty.model)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,nobs)
importFrom(stats,quantile)
importFrom(stats,terms)
importFrom(utils,tail)
useDynLib(rstapDP, .registration = TRUE)