-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.15 KB
/
Copy pathNAMESPACE
File metadata and controls
42 lines (41 loc) · 1.15 KB
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
# Generated by roxygen2: do not edit by hand
S3method(design,default)
S3method(design,ggm_elicited)
S3method(elicit_prior,default)
S3method(elicit_prior,ggm_parameters)
S3method(plot,ggm_power_curve)
S3method(power_curve,default)
S3method(power_curve,ggm_elicited)
S3method(print,bgm_elicited)
S3method(print,bgm_parameters)
S3method(print,bgm_prior_ess)
S3method(print,ggm_design)
S3method(print,ggm_design_validation)
S3method(print,ggm_elicited)
S3method(print,ggm_parameters)
S3method(print,ggm_power_curve)
S3method(prior_ess,default)
S3method(prior_ess,ggm_elicited)
S3method(simulate_prior_study,default)
S3method(simulate_prior_study,ggm_study)
S3method(summary,bgm_prior_ess)
S3method(summary,ggm_design)
S3method(summary,ggm_design_validation)
S3method(validate,default)
S3method(validate,ggm_design)
export(bsda_control)
export(constrain_precision_to_graph)
export(design)
export(elicit_prior)
export(generate_graph)
export(ggm_parameters)
export(ggm_study)
export(power_curve)
export(prior_ess)
export(simulate_prior_study)
export(validate)
import(grDevices)
import(graphics)
import(stats)
importFrom(Rcpp,sourceCpp)
useDynLib(designbgm, .registration = TRUE)