-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
S3method(print,ssm)
export(binomial_obs)
export(calibrate_smc)
export(convert_symbol)
export(diffusion)
export(dirac)
export(discretized_normal_obs)
export(do_lhs)
export(get_hat)
export(get_max_lhs)
export(input)
export(kalman)
export(kmcmc)
export(ksimplex)
export(mif)
export(new_ssm)
export(one_ssm_sample_prior)
export(one_theta_sample_prior)
export(plot_HPD_2D)
export(plot_X)
export(plot_data)
export(plot_model)
export(plot_priors)
export(plot_theta)
export(pmcmc)
export(poisson_obs)
export(reaction)
export(sample_prior)
export(simplex)
export(simul)
export(smc)
export(sympy_simplify)
export(to_tracer)
export(truncnorm)
export(unif)
import(DiagrammeR)
import(dplyr)
import(ggplot2)
import(networkD3)
import(parallel)
import(rSymPy)
import(readr)
import(rjson)
import(stringr)
import(tidyr)
import(truncnorm)
importFrom(dplyr,recode)
importFrom(emdbook,HPDregionplot)
importFrom(magrittr,not)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(tibble,column_to_rownames)