-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
59 lines (58 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
S3method(bayes_R2,hsstan)
S3method(kfold,hsstan)
S3method(log_lik,hsstan)
S3method(loo,hsstan)
S3method(loo_R2,hsstan)
S3method(nsamples,hsstan)
S3method(plot,projsel)
S3method(posterior_interval,hsstan)
S3method(posterior_linpred,hsstan)
S3method(posterior_predict,hsstan)
S3method(posterior_summary,default)
S3method(posterior_summary,hsstan)
S3method(print,hsstan)
S3method(summary,hsstan)
S3method(waic,hsstan)
export(bayes_R2)
export(hsstan)
export(kfold)
export(log_lik)
export(loo)
export(loo_R2)
export(nsamples)
export(posterior_interval)
export(posterior_linpred)
export(posterior_performance)
export(posterior_predict)
export(posterior_summary)
export(projsel)
export(sampler.stats)
export(waic)
import(Rcpp)
import(ggplot2)
import(methods)
importFrom(loo,kfold)
importFrom(loo,loo)
importFrom(loo,waic)
importFrom(methods,is)
importFrom(rstantools,bayes_R2)
importFrom(rstantools,log_lik)
importFrom(rstantools,loo_R2)
importFrom(rstantools,nsamples)
importFrom(rstantools,posterior_interval)
importFrom(rstantools,posterior_linpred)
importFrom(rstantools,posterior_predict)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,gaussian)
importFrom(stats,glm.fit)
importFrom(stats,model.matrix)
importFrom(stats,quasibinomial)
importFrom(stats,rbinom)
importFrom(stats,reformulate)
importFrom(stats,rnorm)
importFrom(stats,terms)
importFrom(utils,write.csv)
importMethodsFrom(rstan,summary)
useDynLib(hsstan, .registration = TRUE)