-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
54 lines (53 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,adfit)
S3method(plot,adfit)
S3method(print,adfit)
S3method(summary,adfit)
export(adfit)
export(check_identifiable)
export(extract_sampler_params)
export(extract_samples)
export(is.adfit)
export(launch_shinyadmb)
export(pairs_admb)
export(plot_marginals)
export(plot_sampler_params)
export(plot_uncertainties)
export(sample_admb)
export(sample_inits)
export(sample_nuts)
export(sample_rwm)
export(sample_tmb)
import(snowfall)
importFrom(ellipse,ellipse)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,gray)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(rlang,.data)
importFrom(rstan,monitor)
importFrom(stats,acf)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)