-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
140 lines (139 loc) · 3.4 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Generated by roxygen2: do not edit by hand
S3method("+",bmmformula)
S3method("[",bmmformula)
S3method("[<-",bmmformula)
S3method(add_links,bmmfit)
S3method(add_links,bmmodel)
S3method(bmf2bf,bmmodel)
S3method(bmf2bf,default)
S3method(bmf2bf,m3)
S3method(check_data,bmmodel)
S3method(check_data,circular)
S3method(check_data,default)
S3method(check_data,imm_bsc)
S3method(check_data,imm_full)
S3method(check_data,m3)
S3method(check_data,non_targets)
S3method(check_data,sdm)
S3method(check_formula,bmmodel)
S3method(check_formula,default)
S3method(check_formula,m3)
S3method(check_formula,m3_custom)
S3method(check_formula,non_targets)
S3method(check_model,bmmodel)
S3method(check_model,default)
S3method(check_model,m3_custom)
S3method(configure_model,imm_abc)
S3method(configure_model,imm_bsc)
S3method(configure_model,imm_full)
S3method(configure_model,m3)
S3method(configure_model,mixture2p)
S3method(configure_model,mixture3p)
S3method(configure_model,sdm)
S3method(configure_prior,bmmodel)
S3method(configure_prior,default)
S3method(configure_prior,imm_abc)
S3method(configure_prior,imm_bsc)
S3method(configure_prior,imm_full)
S3method(configure_prior,mixture3p)
S3method(default_prior,bmmformula)
S3method(fit_info,brmsfit)
S3method(fit_info,brmsfit_list)
S3method(get_resp_vars,bmmodel)
S3method(identical,bmmformula)
S3method(identical,brmsformula)
S3method(identical,default)
S3method(identical,formula)
S3method(is_constant,bmmformula)
S3method(is_constant,default)
S3method(is_nl,bmmformula)
S3method(is_nl,default)
S3method(model_info,bmmodel)
S3method(postprocess_brm,bmmodel)
S3method(postprocess_brm,default)
S3method(postprocess_brm,sdm)
S3method(print,bmmformula)
S3method(print,bmmsummary)
S3method(print,message)
S3method(reset_env,bmmfit)
S3method(reset_env,bmmformula)
S3method(reset_env,brmsfamily)
S3method(reset_env,brmsformula)
S3method(reset_env,default)
S3method(reset_env,formula)
S3method(restructure,bmmfit)
S3method(revert_postprocess_brm,default)
S3method(revert_postprocess_brm,sdm)
S3method(rhs_vars,bmmformula)
S3method(rhs_vars,formula)
S3method(stancode,bmmformula)
S3method(standata,bmmformula)
S3method(summarise_model,bmmodel)
S3method(summary,bmmfit)
S3method(update,bmmfit)
export("%>%")
export(IMMabc)
export(IMMbsc)
export(IMMfull)
export(apply_links)
export(bmf)
export(bmf2bf)
export(bmm)
export(bmm_options)
export(bmmformula)
export(c_bessel2sqrtexp)
export(c_sqrtexp2bessel)
export(calc_error_relative_to_nontargets)
export(check_data)
export(configure_model)
export(configure_prior)
export(construct_m3_act_funs)
export(default_prior)
export(deg2rad)
export(dimm)
export(dm3)
export(dmixture2p)
export(dmixture3p)
export(dsdm)
export(fit_info)
export(fit_model)
export(imm)
export(k2sd)
export(m3)
export(mixture2p)
export(mixture3p)
export(pimm)
export(pmixture2p)
export(pmixture3p)
export(postprocess_brm)
export(print_pretty_models_md)
export(psdm)
export(qimm)
export(qmixture2p)
export(qmixture3p)
export(qsdm)
export(rad2deg)
export(restructure)
export(revert_postprocess_brm)
export(rimm)
export(rm3)
export(rmixture2p)
export(rmixture3p)
export(rsdm)
export(sdm)
export(sdmSimple)
export(softmax)
export(softmaxinv)
export(stancode)
export(standata)
export(supported_models)
export(use_model_template)
export(wrap)
import(stats)
importFrom(brms,default_prior)
importFrom(brms,restructure)
importFrom(brms,stancode)
importFrom(brms,standata)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(utils,packageVersion)