Diff of /NAMESPACE [000000] .. [ede2d4]

Switch to unified view

a b/NAMESPACE
1
# Generated by roxygen2: do not edit by hand
2
3
S3method(bayes_R2,hsstan)
4
S3method(kfold,hsstan)
5
S3method(log_lik,hsstan)
6
S3method(loo,hsstan)
7
S3method(loo_R2,hsstan)
8
S3method(nsamples,hsstan)
9
S3method(plot,projsel)
10
S3method(posterior_interval,hsstan)
11
S3method(posterior_linpred,hsstan)
12
S3method(posterior_predict,hsstan)
13
S3method(posterior_summary,default)
14
S3method(posterior_summary,hsstan)
15
S3method(print,hsstan)
16
S3method(summary,hsstan)
17
S3method(waic,hsstan)
18
export(bayes_R2)
19
export(hsstan)
20
export(kfold)
21
export(log_lik)
22
export(loo)
23
export(loo_R2)
24
export(nsamples)
25
export(posterior_interval)
26
export(posterior_linpred)
27
export(posterior_performance)
28
export(posterior_predict)
29
export(posterior_summary)
30
export(projsel)
31
export(sampler.stats)
32
export(waic)
33
import(Rcpp)
34
import(ggplot2)
35
import(methods)
36
importFrom(loo,kfold)
37
importFrom(loo,loo)
38
importFrom(loo,waic)
39
importFrom(methods,is)
40
importFrom(rstantools,bayes_R2)
41
importFrom(rstantools,log_lik)
42
importFrom(rstantools,loo_R2)
43
importFrom(rstantools,nsamples)
44
importFrom(rstantools,posterior_interval)
45
importFrom(rstantools,posterior_linpred)
46
importFrom(rstantools,posterior_predict)
47
importFrom(stats,as.formula)
48
importFrom(stats,binomial)
49
importFrom(stats,gaussian)
50
importFrom(stats,glm.fit)
51
importFrom(stats,model.matrix)
52
importFrom(stats,quasibinomial)
53
importFrom(stats,rbinom)
54
importFrom(stats,reformulate)
55
importFrom(stats,rnorm)
56
importFrom(stats,terms)
57
importFrom(utils,write.csv)
58
importMethodsFrom(rstan,summary)
59
useDynLib(hsstan, .registration = TRUE)