-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
45 lines (44 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
S3method(pairs,debinfer_result)
S3method(plot,debinfer_result)
S3method(plot,post_sim_list)
S3method(summary,debinfer_result)
export(de_mcmc)
export(debinfer_cov)
export(debinfer_par)
export(deinits)
export(depars)
export(is.debinfer_parlist)
export(is.debinfer_result)
export(log_post_params)
export(log_prior_params)
export(logd_prior)
export(post_prior_densplot)
export(post_sim)
export(reshape_post_sim)
export(setup_debinfer)
export(solve_de)
export(update_sample_rev)
import(MASS)
import(PBSddesolve)
import(RColorBrewer)
import(coda)
import(deSolve)
import(mvtnorm)
import(plyr)
import(stats)
importFrom(grDevices,n2mfrow)
importFrom(graphics,abline)
importFrom(graphics,contour)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.default)
importFrom(graphics,points)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(methods,formalArgs)
importFrom(truncdist,dtrunc)