-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
74 lines (73 loc) · 1.74 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Generated by roxygen2: do not edit by hand
S3method(plot,causal_model)
S3method(plot,model_query)
S3method(print,causal_model)
S3method(print,model_query)
S3method(print,summary.causal_model)
S3method(print,summary.model_query)
S3method(summary,causal_model)
S3method(summary,model_query)
export(collapse_data)
export(complements)
export(decreasing)
export(draw_causal_type)
export(expand_data)
export(get_all_data_types)
export(get_event_probabilities)
export(get_query_types)
export(grab)
export(increasing)
export(inspect)
export(interacts)
export(interpret_type)
export(make_data)
export(make_events)
export(make_model)
export(make_parameters)
export(make_priors)
export(non_decreasing)
export(non_increasing)
export(plot_model)
export(query_distribution)
export(query_model)
export(realise_outcomes)
export(set_confound)
export(set_parameter_matrix)
export(set_parameters)
export(set_prior_distribution)
export(set_priors)
export(set_restrictions)
export(substitutes)
export(te)
export(update_model)
import(Rcpp)
import(dplyr)
import(ggplot2)
import(ggraph)
import(methods)
import(rstantools)
importFrom(dirmult,rdirichlet)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(graphics,plot)
importFrom(grid,arrow)
importFrom(grid,unit)
importFrom(latex2exp,TeX)
importFrom(rlang,expr)
importFrom(rlang,exprs)
importFrom(rlang,is_empty)
importFrom(rstan,extract)
importFrom(rstan,sampling)
importFrom(rstan,stan)
importFrom(stats,rmultinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(stringr,boundary)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(utils,globalVariables)
useDynLib(CausalQueries, .registration = TRUE)