-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
71 lines (70 loc) · 2.1 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
# Generated by roxygen2: do not edit by hand
S3method(aggregate,multi_epiparameter)
S3method(as.data.frame,epiparameter)
S3method(as.data.frame,multi_epiparameter)
S3method(as.function,epiparameter)
S3method(as_epiparameter,data.frame)
S3method(c,epiparameter)
S3method(c,multi_epiparameter)
S3method(cdf,epiparameter)
S3method(convert_params_to_summary_stats,character)
S3method(convert_params_to_summary_stats,epiparameter)
S3method(convert_summary_stats_to_params,character)
S3method(convert_summary_stats_to_params,epiparameter)
S3method(density,epiparameter)
S3method(discretise,default)
S3method(discretise,epiparameter)
S3method(family,epiparameter)
S3method(format,epiparameter)
S3method(generate,epiparameter)
S3method(get_citation,epiparameter)
S3method(get_citation,multi_epiparameter)
S3method(get_parameters,epiparameter)
S3method(get_parameters,multi_epiparameter)
S3method(is_parameterised,epiparameter)
S3method(is_parameterised,multi_epiparameter)
S3method(mean,epiparameter)
S3method(plot,epiparameter)
S3method(print,epiparameter)
S3method(print,multi_epiparameter)
S3method(print,parameter_tbl)
S3method(quantile,epiparameter)
S3method(tbl_sum,p_tbl)
export(as_epiparameter)
export(assert_epiparameter)
export(calc_disc_dist_quantile)
export(cdf)
export(convert_params_to_summary_stats)
export(convert_summary_stats_to_params)
export(create_citation)
export(create_metadata)
export(create_method_assess)
export(create_prob_distribution)
export(create_region)
export(create_summary_stats)
export(create_uncertainty)
export(discretise)
export(discretize)
export(epidist_db)
export(epiparameter)
export(epiparameter_db)
export(extract_param)
export(generate)
export(get_citation)
export(get_parameters)
export(is_continuous)
export(is_epiparameter)
export(is_epiparameter_params)
export(is_parameterised)
export(is_parameterized)
export(is_truncated)
export(parameter_tbl)
export(test_epiparameter)
importFrom(distributional,cdf)
importFrom(distributional,generate)
importFrom(lifecycle,deprecated)
importFrom(pillar,tbl_sum)
importFrom(stats,aggregate)
importFrom(stats,density)
importFrom(stats,family)
importFrom(stats,quantile)