-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
86 lines (85 loc) · 2.01 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
# Generated by roxygen2: do not edit by hand
S3method(VarCorr,sstapreg)
S3method(as.matrix,sstapreg)
S3method(coef,sstapreg)
S3method(confint,sstapreg)
S3method(family,sstapreg)
S3method(fitted,sstapreg)
S3method(formula,sstapreg)
S3method(get_component,sstapspec)
S3method(get_k,sstapspec)
S3method(get_terms_ix,sstapspec)
S3method(has_bw,sstapspec)
S3method(ngrps,sstapreg)
S3method(nobs,sstapreg)
S3method(nsamples,sstapreg)
S3method(plot,sstapreg)
S3method(plot3D,sstapreg)
S3method(plot_xsection,sstapreg)
S3method(plotdf,sstapreg)
S3method(posterior_interval,sstapreg)
S3method(posterior_predict,sstapreg)
S3method(ppc,sstapreg)
S3method(print,sstapreg)
S3method(print,summary.sstapreg)
S3method(ranef,sstapreg)
S3method(se,sstapreg)
S3method(summary,sstapreg)
S3method(vcov,sstapreg)
S3method(waic,sstapreg)
export("%>%")
export(get_component)
export(get_k)
export(get_smooth_obj)
export(get_sstapspec)
export(get_terms_ix)
export(has_bw)
export(ngrps)
export(plot3D)
export(plot_xsection)
export(plotdf)
export(posterior_interval)
export(posterior_predict)
export(ppc)
export(ranef)
export(se)
export(sstap_glm)
export(sstap_glm.fit)
export(sstap_glmer)
export(sstap_lm)
export(sstap_lmer)
export(sstapspec)
export(waic)
import(Rcpp)
import(methods)
import(rstantools)
importFrom(Matrix,t)
importFrom(lme4,glmer)
importFrom(lme4,glmerControl)
importFrom(lme4,lmer)
importFrom(lme4,lmerControl)
importFrom(lme4,ngrps)
importFrom(lme4,ranef)
importFrom(magrittr,"%>%")
importFrom(nlme,VarCorr)
importFrom(rstan,sampling)
importFrom(rstantools,nsamples)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,dbinom)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,nobs)
importFrom(stats,poisson)
importFrom(stats,quantile)
importFrom(stats,terms)
importMethodsFrom(rstan,summary)
useDynLib(rsstap, .registration = TRUE)