-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
executable file
·32 lines (31 loc) · 923 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(fitted_draws,ulam)
S3method(linpred_draws,map)
S3method(linpred_draws,map2stan)
S3method(linpred_draws,quap)
S3method(linpred_draws,ulam)
S3method(predicted_draws,map)
S3method(predicted_draws,map2stan)
S3method(predicted_draws,quap)
S3method(predicted_draws,ulam)
S3method(tidy_draws,map)
S3method(tidy_draws,map2stan)
S3method(tidy_draws,quap)
S3method(tidy_draws,ulam)
export(tidy_link)
export(tidy_sim)
importFrom(MASS,mvrnorm)
importFrom(dplyr,bind_cols)
importFrom(rethinking,extract.samples)
importFrom(rlang,"%||%")
importFrom(rlang,is_empty)
importFrom(rlang,is_false)
importFrom(rlang,is_true)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidybayes,add_draws)
importFrom(tidybayes,fitted_draws)
importFrom(tidybayes,linpred_draws)
importFrom(tidybayes,predicted_draws)
importFrom(tidybayes,sample_draws)
importFrom(tidybayes,tidy_draws)